summaryrefslogtreecommitdiffhomepage
path: root/rst.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-1/+0
|
* Github -> GitHubBoris Verkhovskiy2024-04-04-3/+3
|
* fix: replace 'markdown' to 'markup' (#4739)Abiria2023-09-08-1/+1
|
* [rst/en] Make formatting in comments consistenttaivlam2022-01-16-3/+3
| | | Made formatting in comments consistent by adding 2 periods
* Edited typosmorristheaverage2020-09-25-2/+2
|
* Cleaned up writing and a typomorristheaverage2020-09-25-1/+0
|
* Cleaned up spelling and writing stylemorristheaverage2020-09-25-6/+7
|
* [RST/en] Fix compile errors from link and escapingIsaac Virshup2020-06-24-2/+4
| | | | | | | | | | | | | | | | | | | | | | | There were two issues here: * The non-inline link was used incorrectly, and should have a colon after the specifier. * A compile error was generated from having a non-escaped `*`. These can be verified by running `rst2html`: ```sh $ rst2html.py ./restructuredtext.rst tmp.html ./restructuredtext.rst:24: (WARNING/2) Inline emphasis start-string without end-string. ./restructuredtext.rst:59: (WARNING/2) malformed hyperlink target. ``` After adding the colon, and adding the escape ```sh $ rst2html.py ./restructuredtext.rst tmp.html $ ``` I've also added a sentence on escaping.
* Update rst.html.markdownAndrew DiMola2019-04-15-1/+3
| | | Separated sentences for readability / line length.
* Update rst.html.markdownAndrew DiMola2019-04-15-4/+10
| | | | | | | | | Revising the section on creating lists with RST, as the syntax for list/sublist creation is not 1-1 with Markdown. The current example is actually incorrect—any/all sublists must be separated from their parent list by blank lines (above and below). These sublists must also be properly indented in relation to the text of the above parent list. References: [1]: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists [2]: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
* Update rst.html.markdownDivay Prakash2018-10-08-1/+1
| | | Clarify marking text as code
* [rst/en] fix typo: tabless -> tablesQix2018-10-08-1/+1
|
* Fix rst rendering issue, closes #2775Divay Prakash2018-09-13-3/+0
|
* Update rst.html.markdownAdam Bard2017-07-04-1/+1
|
* fix #2680ven2017-03-02-1/+1
|
* Reverting to Readings as suggested by @sidgupta234; adding myself to ↵Andre Polykanine A.K.A. Menelion Elensúlë2017-01-13-1/+2
| | | | contributors
* [rst/en] Correcting English languageAndre Polykanine A.K.A. Menelion Elensúlë2017-01-06-17/+17
|
* [en/RST] Add RST introduction (#1723)Martin Damien2016-06-26-0/+107
* [en/RST] Add RST introduction * Fix @ in username