mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
5d494c8202
Add ability to disable ellipsis parser. This is needed for some use cases. See #634 Defaults to true to keep backwards compatibility.
20 lines
449 B
HTML
20 lines
449 B
HTML
<p>ellipsis in text...</p>
|
|
<p>…</p>
|
|
<ol>
|
|
<li>foo...</li>
|
|
<li>bar</li>
|
|
</ol>
|
|
<blockquote>
|
|
<p>ellipsis in blockquote...</p>
|
|
</blockquote>
|
|
<pre><code>ellipsis in code...
|
|
</code></pre>
|
|
<pre><code>ellipsis in code...
|
|
</code></pre>
|
|
<h1 id="ellipsisinheader">ellipsis in header...</h1>
|
|
<p>1...</p>
|
|
<ol>
|
|
<li>..</li>
|
|
</ol>
|
|
<p>1…</p>
|
|
<p><a href="https://gitlab.com/gitlab-org/gitlab-ce/compare/v11.5.4...v11.5.5" title="title">Link</a></p> |