diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-30 17:40:05 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-30 17:40:05 +0000 |
commit | 5509bb11682ba130859c90e682641ece390e9969 (patch) | |
tree | 482c54035dcdfff010f541eb3ee46269a61a449d /README.html | |
parent | 019d605894b903b483248a119d75691c46f5724d (diff) | |
download | em-5509bb11682ba130859c90e682641ece390e9969.tar.gz |
Fix formatting in README
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/README.html b/README.html index 576b50d..dc4845f 100644 --- a/README.html +++ b/README.html @@ -113,7 +113,7 @@ Headings begin and end with the same number of equal signs: <hr/> <h3>Lists</h3> <p> -<b>_All lists start with a single space_</b>, followed by some marker. +<b>All lists start with a single space</b>, followed by some marker. </p> <p> <b>Unordered lists</b> are created with <tt>- </tt>: @@ -124,11 +124,12 @@ Headings begin and end with the same number of equal signs: </pre> <p> <b>Ordered lists</b> are created with <tt>n. </tt>: - -1. This is an ordered list -2. With an item that spans -two lines </p> +<pre> + 1. This is an ordered list + 2. With an item that spans +two lines +</pre> <p> <b>Definition lists</b> are created with <tt>term: </tt>: </p> @@ -180,7 +181,7 @@ You can download the file here [1]. <hr/> <h3>Preformatted blocks</h3> <p> -<b>_Preformatted blocks start with a single tab:_</b> +<b>Preformatted blocks start with a single tab:</b> </p> <pre> #include <stdio.h> @@ -189,7 +190,7 @@ You can download the file here [1]. <hr/> <h3>Paragraphs</h3> <p> -<b>_Paragraphs start with no space:_</b> +<b>Paragraphs start with no space:</b> </p> <pre> This is a paragraph |