mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
manual adjustments, second level of indentation
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.
This commit is contained in:
@@ -29,10 +29,10 @@ review them more effectively and/or individually.
|
|||||||
language in question.
|
language in question.
|
||||||
* Keep articles succinct and scannable. We all know how to use Google here.
|
* Keep articles succinct and scannable. We all know how to use Google here.
|
||||||
* **Use UTF-8**
|
* **Use UTF-8**
|
||||||
* For translations (or EN articles with non-ASCII characters) please make sure
|
* For translations (or EN articles with non-ASCII characters) please ensure
|
||||||
your file is UTF-8 encoded.
|
your file is UTF-8 encoded.
|
||||||
* Try to leave out the byte-order-mark at the start of the file. (`:set nobomb`
|
* Try to leave out the byte-order-mark at the start of the file (in Vim, use
|
||||||
in Vim)
|
`:set nobomb`).
|
||||||
* You can check if the file contains a BOM on Linux/Unix systems by running
|
* You can check if the file contains a BOM on Linux/Unix systems by running
|
||||||
`file language.html.markdown` You will see this if it uses a BOM:
|
`file language.html.markdown` You will see this if it uses a BOM:
|
||||||
`UTF-8 Unicode (with BOM) text`.
|
`UTF-8 Unicode (with BOM) text`.
|
||||||
@@ -56,7 +56,7 @@ Other fields:
|
|||||||
*tool* or *Algorithms & Data Structures*. Defaults to *language* if omitted.
|
*tool* or *Algorithms & Data Structures*. Defaults to *language* if omitted.
|
||||||
* **filename**: The filename for this article's code. It will be fetched, mashed
|
* **filename**: The filename for this article's code. It will be fetched, mashed
|
||||||
together, and made downloadable.
|
together, and made downloadable.
|
||||||
+ For non-English articles, *filename* should have a language-specific
|
* For non-English articles, *filename* should have a language-specific
|
||||||
suffix.
|
suffix.
|
||||||
* **lang**: For translations, the human language this article is in. For
|
* **lang**: For translations, the human language this article is in. For
|
||||||
categorization, mostly.
|
categorization, mostly.
|
||||||
|
Reference in New Issue
Block a user