From c8c351d1531f1e7a2507f233652a2e23a588ae66 Mon Sep 17 00:00:00 2001 From: Divay Prakash Date: Thu, 13 Sep 2018 00:47:08 +0530 Subject: Fix rst rendering issue, closes #2775 --- rst.html.markdown | 3 --- 1 file changed, 3 deletions(-) (limited to 'rst.html.markdown') 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: -- cgit v1.2.3 From 7a415e2149e210783680e65154dcd55ede9dfbeb Mon Sep 17 00:00:00 2001 From: Qix Date: Mon, 8 Oct 2018 04:39:44 -0600 Subject: [rst/en] fix typo: tabless -> tables --- rst.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rst.html.markdown') diff --git a/rst.html.markdown b/rst.html.markdown index fbf9a069..bfcb4e46 100644 --- a/rst.html.markdown +++ b/rst.html.markdown @@ -70,7 +70,7 @@ France Paris Japan Tokyo =========== ======== -More complex tabless can be done easily (merged columns and/or rows) but I suggest you to read the complete doc for this :) +More complex tables can be done easily (merged columns and/or rows) but I suggest you to read the complete doc for this :) There are multiple ways to make links: -- cgit v1.2.3 From 215d688c0616f5023cab98b6b1ff9735581f03ec Mon Sep 17 00:00:00 2001 From: Divay Prakash Date: Mon, 8 Oct 2018 21:31:25 +0530 Subject: Update rst.html.markdown Clarify marking text as code --- rst.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rst.html.markdown') diff --git a/rst.html.markdown b/rst.html.markdown index bfcb4e46..01595fe4 100644 --- a/rst.html.markdown +++ b/rst.html.markdown @@ -47,7 +47,7 @@ Title are underlined with equals signs too 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()``. Lists are as simple as in Markdown: -- cgit v1.2.3