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 | |
parent | 019d605894b903b483248a119d75691c46f5724d (diff) | |
download | em-5509bb11682ba130859c90e682641ece390e9969.tar.gz |
Fix formatting in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -100,7 +100,7 @@ Headings begin and end with the same number of equal signs: === Lists === -__All lists start with a single space__, followed by some marker. +_All lists start with a single space_, followed by some marker. _Unordered lists_ are created with `- `: @@ -108,7 +108,7 @@ _Unordered lists_ are created with `- `: - With two items _Ordered lists_ are created with `n. `: - + 1. This is an ordered list 2. With an item that spans two lines @@ -155,7 +155,7 @@ but you can still reference them inline: === Preformatted blocks === -__Preformatted blocks start with a single tab:__ +_Preformatted blocks start with a single tab:_ #include <stdio.h> main() { puts("Hello world!\n"); } @@ -164,7 +164,7 @@ __Preformatted blocks start with a single tab:__ === Paragraphs === -__Paragraphs start with no space:__ +_Paragraphs start with no space:_ This is a paragraph with two lines. |