diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-09-13 00:51:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 00:51:59 +0530 |
commit | 8e04270fb95dcf24829980d83b1a515530b2f4a7 (patch) | |
tree | bc27d9104cc76158db726eb87301773ac38a5a05 | |
parent | 7989696adb5dceb44a5bd8eb392bc23a575d3d57 (diff) | |
parent | c8c351d1531f1e7a2507f233652a2e23a588ae66 (diff) |
Merge pull request #3217 from divayprakash/fix-rst-rendering
Fix rst rendering issue, closes #2775
-rw-r--r-- | rst.html.markdown | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rst.html.markdown b/rst.html.markdown index 65f848ed..fbf9a069 100644 --- a/rst.html.markdown +++ b/rst.html.markdown @@ -47,9 +47,6 @@ Title are underlined with equals signs too Subtitles with dashes --------------------- -And sub-subtitles with tildes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - You can put text in *italic* or in **bold**, you can "mark" text as code with double backquote ``: ``print()``. Lists are as simple as in Markdown: |