diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-10 05:16:34 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-10 05:16:34 +0200 |
| commit | d4fd8d01eb9b57f1ee7b770ca24fc5e121b49edc (patch) | |
| tree | 0170a42d350401bd897a8ca26269ea68928c8c94 /resources/test/core_result.html | |
| parent | 9fae4b6dfabc7485a8a2debf108d8190761590f5 (diff) | |
Fix #9: Underscores in links get rendered into
Diffstat (limited to 'resources/test/core_result.html')
| -rw-r--r-- | resources/test/core_result.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/test/core_result.html b/resources/test/core_result.html index bf9cc55..59ca907 100644 --- a/resources/test/core_result.html +++ b/resources/test/core_result.html @@ -1,5 +1,7 @@ <p>Lorem ipsum dolor <strong>sit</strong> amet. Lorem ipsum <em>dolor</em> <em>sit</em> <strong>amet</strong>.</p> +<p>There's a <a href="https://example.com/that_has_things?!???!#in-it">link here</a>.</p> + <ol><li>List item</li><li>Another list item<ol><li>Sub list item</li><li>Another sub list item<ol><li>Sub sub list item</li></ol></li><li>Continuing sub list item</li></ol></li><li>Continuing list item</li></ol> <pre><code class="language-javascript">// Detect horizontal line block |
