diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-30 20:25:38 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-30 20:25:38 +0000 |
commit | 78791fdc6a351726aa536ef23e332cce2ff19737 (patch) | |
tree | cb0c30c44f42ee62b482f22d2ad3275d40829581 | |
parent | ac9efdf0a7a8f61a397b3e466eefa57c3ac2436f (diff) | |
download | em-78791fdc6a351726aa536ef23e332cce2ff19737.tar.gz |
Update README
-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: |