mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 06:18:32 +00:00
Merge pull request #3963 from ivirshup/patch-1
[RST/en] Fix compile errors from link and escaping
This commit is contained in:
commit
7ee221453f
@ -49,9 +49,11 @@ Subtitles with dashes
|
|||||||
|
|
||||||
You can put text in *italic* or in **bold**, you can "mark" text as code with double backquote ``print()``.
|
You can put text in *italic* or in **bold**, you can "mark" text as code with double backquote ``print()``.
|
||||||
|
|
||||||
|
Special characters can be escaped using a backslash, e.g. \\ or \*.
|
||||||
|
|
||||||
Lists are similar to Markdown, but a little more involved.
|
Lists are similar to Markdown, but a little more involved.
|
||||||
|
|
||||||
Remember to line up list symbols (like - or *) with the left edge of the previous text block, and remember to use blank lines to separate new lists from parent lists:
|
Remember to line up list symbols (like - or \*) with the left edge of the previous text block, and remember to use blank lines to separate new lists from parent lists:
|
||||||
|
|
||||||
- First item
|
- First item
|
||||||
- Second item
|
- Second item
|
||||||
@ -86,7 +88,7 @@ There are multiple ways to make links:
|
|||||||
- By typing a full comprehensible URL : https://github.com/ (will be automatically converted to a link)
|
- By typing a full comprehensible URL : https://github.com/ (will be automatically converted to a link)
|
||||||
- By making a more Markdown-like link: `Github <https://github.com/>`_ .
|
- By making a more Markdown-like link: `Github <https://github.com/>`_ .
|
||||||
|
|
||||||
.. _Github https://github.com/
|
.. _Github: https://github.com/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user