Boris Verkhovskiy
3e687f1a8c
Remove leading and trailing empty lines in code blocks
2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
f8475ed139
Github -> GitHub
2024-04-04 04:06:33 -07:00
Abiria
9359cded7a
fix: replace 'markdown' to 'markup' ( #4739 )
2023-09-08 13:33:09 +08:00
taivlam
a667cf9997
[rst/en] Make formatting in comments consistent
...
Made formatting in comments consistent by adding 2 periods
2022-01-16 02:57:16 +00:00
morristheaverage
ef8f40a46d
Edited typos
2020-09-25 17:05:28 +01:00
morristheaverage
d9608f8894
Cleaned up writing and a typo
2020-09-25 17:02:53 +01:00
morristheaverage
ef3b6dc104
Cleaned up spelling and writing style
2020-09-25 16:55:02 +01:00
Isaac Virshup
2df3917975
[RST/en] Fix compile errors from link and escaping
...
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.
2020-06-24 16:55:02 +10:00
Andrew DiMola
be7cf6dabf
Update rst.html.markdown
...
Separated sentences for readability / line length.
2019-04-15 16:02:39 -04:00
Andrew DiMola
df0d0a2402
Update rst.html.markdown
...
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
2019-04-15 15:46:38 -04:00
Divay Prakash
215d688c06
Update rst.html.markdown
...
Clarify marking text as code
2018-10-08 21:31:25 +05:30
Qix
7a415e2149
[rst/en] fix typo: tabless -> tables
2018-10-08 04:39:44 -06:00
Divay Prakash
c8c351d153
Fix rst rendering issue, closes #2775
2018-09-13 00:47:08 +05:30
Adam Bard
70f7c0e119
Update rst.html.markdown
2017-07-04 13:23:42 -07:00
ven
56275f78b2
fix #2680
2017-03-02 12:22:30 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
96a46ef4c1
Reverting to Readings as suggested by @sidgupta234; adding myself to contributors
2017-01-13 23:54:30 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
33b1476f38
[rst/en] Correcting English language
2017-01-06 23:02:45 +02:00
Martin Damien
be12f20097
[en/RST] Add RST introduction ( #1723 )
...
* [en/RST] Add RST introduction
* Fix @ in username
2016-06-26 15:34:16 +02:00