| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\
| |
| | |
CONTRIBUTING, lint and hint to markdownlint
|
| |
| |
| |
| |
| |
| | |
In the longer term, the use of a linter (similar to pylint for
Python) may contribute to easier maintenance of the markdown files
and consistent display of the content on the web page.
|
| |
| |
| |
| |
| |
| | |
Accounts for most of the remaining suggestions by markdownlint.[1]
[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Manual adjustments and light edits to stay within the 80 character
limit per line. Manual dedent of second level entries met in the
lower part of the document.
|
| |
| |
| |
| |
| | |
Running `sed -i "s/^ +/ */" CONTRIBUTING.markdown`. This is to
be complemented by a manual correction in the lower section, too.
|
| |
| |
| |
| | |
An instance of `sed -i "s/^-/*/" CONTRIBUTING.markdown`.
|
|/
|
|
| |
An instance of `sed -i "s/\t/ /g" CONTRIBUTING.markdown`.
|
|\
| |
| | |
[docker/en] Rewriting the docs for Docker
|
| |\
| |/
|/|
| | |
into docker-docs
|
|\ \
| | |
| | | |
[awk/es] limit the code block to 80 characters/line (max)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Lines longer than 80 characters are edited. Withn reason, suggests
by markdownlint[1] are equally considered, too.
[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
|
| | | |
|
| | |
| | |
| | |
| | | |
Remove of trailing spaces.
|
|\ \ \
| | | |
| | | | |
[awk/fr] limit code block to 80 characters/line (maximum)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In previous commits, some introducing comments ended just in the
line ahead of their example; others did not. For consistency,
comments are now back to back with their example.
|
| | | |
| | | |
| | | |
| | | | |
Critical threshold for a line are 80 characters maximum.
|
| |/ /
| | |
| | |
| | | |
Remove of trailing spaces.
|
|\ \ \
| | | |
| | | | |
[awk/en] keep code block within 80 characters/line (maximum)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Lines longer than 80 characters are edited. Within reason, issues
identified by markdownlint[1] are equally curated.
[1] https://github.com/markdownlint/markdownlint, version 0.12.0
|
| |/ /
| | |
| | |
| | | |
Remove of trailing spaces.
|
|\ \ \
| |/ /
|/| | |
[awk/pt-br] account for a suggest by markdownlint
|
|/ /
| |
| |
| | |
Account for two smaller suggestions put forward by markdownlint[1].
|
|\ \
| | |
| | | |
[vim/en] Delete repeated word "one" in §Intro
|
| | | |
|
|\ \ \
| | | |
| | | | |
[c/en] Added missing information about scanf in C
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[processing/pt_br] Adds processing translation to pt_br
|
| | | | |
| | | | |
| | | | | |
Last typo changes left
|
| | | | |
| | | | |
| | | | | |
Fixing some translation errors
|
| | | | |
| | | | |
| | | | | |
Fixing a typo to capital letter since it refers to the language name
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[bash/en] Update bash help
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- refresh read command sample
- fix if examples and && with ||
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- small grammar enhancements
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- update examples of array manipulation
- move built-in variables section one level up
- add note in brace expansion
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- remove trailing spaces
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- use snake case
- fix examples
- add notes to expansions
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[COBOL/en] Fix typo: sting → string
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[hy/en] Remove dead link
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[vim/de] remove trailing/not needed leading spaces
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Accounts for a selection of issues identified by markdownlint.[1]
[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
There were a few 'false positives' applying sed's rule to remove
leading spaces. This commit corrects this.
|