| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
[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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
An instance of `sed -i 's/^ *//' vim-de.html.markdown`.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
An instance of `sed -i 's/ *$//' vim-de.html.markdown`.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[rdf/en-en] Make color coding generic because too much was red
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[markdown/en] add link to markdownlint
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It already was mentioned, the additional link eases installation
and thus promotes its subsequent use.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[vim/en] Update vim.html.markdown
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[python/en] stricter restraint of 80 characters/line maximum
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Light rephrasing to stay within the constraint of 80 chars/line.
The cross links at the end of the document are not affected.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The threshold of a line considered as too long is 80 characters
per line. Changes introduced only alter the use of line breaks.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ldpl/en] fixed spelling errors
|
|/ / / / / / |
|
| | | | | |
| | | | | |
| | | | | | |
Hi, French is my native language and I think I might have found a typo regarding a pronoun in French in the original text it says 'la première élément' but seems to have a typo it should be 'le premier élément'. Just trying to be helpful. Enjoy your day. BTW I like your awesome website https://learnxinyminutes.com thanks for this cool initiative.
|