diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README.html | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,8 @@ but a general description follows below. == Inline formatting == +--- + === Font style === Italic, bold and teletype text is marked with the asterisk, @@ -88,6 +90,8 @@ preformatted blocks and terms in definition lists. it is impossible to put a paragraph or a preformatted block inside a list item. +--- + === Headings === Headings begin and end with the same number of equal signs: diff --git a/README.html b/README.html index 48b4bfe..1c7707c 100644 --- a/README.html +++ b/README.html @@ -35,6 +35,7 @@ but a general description follows below. </ol> <hr/> <h2>Inline formatting</h2> +<hr/> <h3>Font style</h3> <p> Italic, bold and teletype text is marked with the asterisk, @@ -101,6 +102,7 @@ it is impossible to put a paragraph or a preformatted block inside a list item. </li> </ul> +<hr/> <h3>Headings</h3> <p> Headings begin and end with the same number of equal signs: |