diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-30 09:24:26 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-30 09:24:26 +0000 |
commit | 99ac4e7f5a389898673348449e4a522a86d07f1c (patch) | |
tree | c42dd9f200cc9e531c2988f76e120b7df2f2e4fd /test.html | |
parent | 70d8e48567cfe07d992a625241ff02606f699a5e (diff) | |
download | em-99ac4e7f5a389898673348449e4a522a86d07f1c.tar.gz |
Keep track of open inline format, auto-close at block break
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ <p> This is an example of <i>em</i> (<a href="http://example.com">link</a>). </p> +<p> +Here is some <tt>teletype text</tt>, some <b>bold text</b>. +</p> +<p> +Here is an asterisk at the end of a word*. +</p> +<p> +Here is an <i>unfinished inline formatting tag. +</i></p> <ul> <li>Here is an unordered list item. |