diff options
author | Isaac Virshup <ivirshup@gmail.com> | 2020-06-24 16:55:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 16:55:02 +1000 |
commit | 2df3917975e038bb2750227db19d1cc46bc3175e (patch) | |
tree | a1418933740c3c88fecf0766e1ae512a4d24ecc1 /edn.html.markdown | |
parent | ef0480286342219c7a592926660018534f5af12a (diff) |
[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.
Diffstat (limited to 'edn.html.markdown')
0 files changed, 0 insertions, 0 deletions