aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-30 09:24:26 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-30 09:24:26 +0000
commit99ac4e7f5a389898673348449e4a522a86d07f1c (patch)
treec42dd9f200cc9e531c2988f76e120b7df2f2e4fd /test.html
parent70d8e48567cfe07d992a625241ff02606f699a5e (diff)
downloadem-99ac4e7f5a389898673348449e4a522a86d07f1c.tar.gz
Keep track of open inline format, auto-close at block break
Diffstat (limited to 'test.html')
-rw-r--r--test.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.html b/test.html
index af80b0b..b5bafb5 100644
--- a/test.html
+++ b/test.html
@@ -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.