Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Sep 23, 2020
1 parent e0b4c6d commit baa2d14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/index.html
Expand Up @@ -40,12 +40,13 @@ <h1>helloworld</h1>
}
</style>

<pre id="code-input" contenteditable="plaintext-only" spellcheck="false">helloworld</pre>
<pre id="code-input" contenteditable="plaintext-only" spellcheck="false">the quick brown</pre>

<style>
mark.empty::before {
mark:empty::before {
content: "^";
position: absolute;
z-index: -1;
}
</style>
<pre spellcheck="false">semicolon<mark class="empty"></mark> here</pre>
Expand Down

0 comments on commit baa2d14

Please sign in to comment.