2022-07-16 23:28:13 +05:30
---
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__001 :
2022-07-16 23:28:13 +05:30
canonical : "<pre><code>foo\tbaz\t\tbim\n</code></pre>\n"
2022-07-23 23:45:48 +05:30
static : "<div class=\"gl-relative markdown-code-block js-markdown-code\" >\n<pre
2023-01-13 00:05:48 +05:30
data-sourcepos=\"1:2-1:13\" lang=\"plaintext\" class=\"code highlight js-syntax-highlight
language-plaintext\" data-canonical-lang=\"\" v-pre=\"true\"><code><span id=\"LC1\"
2022-07-23 23:45:48 +05:30
class=\"line\" lang=\"plaintext\">foo\tbaz\t\tbim</span></code></pre>\n<copy-code></copy-code>\n</div>"
2022-07-16 23:28:13 +05:30
wysiwyg : "<pre class=\"content-editor-code-block undefined code highlight\"><code>foo\tbaz\t\tbim</code></pre>"
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__002 :
2022-07-16 23:28:13 +05:30
canonical : "<pre><code>foo\tbaz\t\tbim\n</code></pre>\n"
2022-07-23 23:45:48 +05:30
static : "<div class=\"gl-relative markdown-code-block js-markdown-code\" >\n<pre
2023-01-13 00:05:48 +05:30
data-sourcepos=\"1:4-1:15\" lang=\"plaintext\" class=\"code highlight js-syntax-highlight
language-plaintext\" data-canonical-lang=\"\" v-pre=\"true\"><code><span id=\"LC1\"
2022-07-23 23:45:48 +05:30
class=\"line\" lang=\"plaintext\">foo\tbaz\t\tbim</span></code></pre>\n<copy-code></copy-code>\n</div>"
2022-07-16 23:28:13 +05:30
wysiwyg : "<pre class=\"content-editor-code-block undefined code highlight\"><code>foo\tbaz\t\tbim</code></pre>"
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__003 :
2022-07-16 23:28:13 +05:30
canonical : "<pre><code>a\ta\nὐ\ta\n</code></pre>\n"
2022-07-23 23:45:48 +05:30
static : "<div class=\"gl-relative markdown-code-block js-markdown-code\" >\n<pre
2023-01-13 00:05:48 +05:30
data-sourcepos=\"1:5-2:9\" lang=\"plaintext\" class=\"code highlight js-syntax-highlight
language-plaintext\" data-canonical-lang=\"\" v-pre=\"true\"><code><span id=\"LC1\"
2022-07-23 23:45:48 +05:30
class=\"line\" lang=\"plaintext\">a\ta</span>\n<span id=\"LC2\" class=\"line\"
lang=\"plaintext\">ὐ\ta</span></code></pre>\n<copy-code></copy-code>\n</div>"
2022-07-16 23:28:13 +05:30
wysiwyg : "<pre class=\"content-editor-code-block undefined code highlight\"><code>a\ta\nὐ\ta</code></pre>"
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<p>bar</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:3-3:4" dir="auto">
<li data-sourcepos="1:3-3:4">
<p data-sourcepos="1:5-1:7">foo</p>
<p data-sourcepos="3:2-3:4">bar</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<pre><code> bar
</code></pre>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:5" dir="auto">
<li data-sourcepos="1:1-3:5">
<p data-sourcepos="1:3-1:5">foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:2-3:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code> bar</code></pre></li></ul>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<pre><code> foo
</code></pre>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:6" dir="auto">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:3-1:6" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code> foo</code></pre></blockquote>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<pre><code> foo
</code></pre>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:6" dir="auto">
<li data-sourcepos="1:1-1:6">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:3-1:6" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code> foo</code></pre></li></ul>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>foo
bar
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-2:4" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">bar</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>foo
bar</code></pre>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo
<ul>
<li>bar
<ul>
<li>baz</li>
</ul>
</li>
</ul>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:2-3:7" dir="auto">
<li data-sourcepos="1:2-3:7">foo
<ul data-sourcepos="2:4-3:7">
<li data-sourcepos="2:4-3:7">bar
<ul data-sourcepos="3:3-3:7">
<li data-sourcepos="3:3-3:7">baz</li>
</ul>
</li>
</ul>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>foo</p><ul bullet="*"><li><p>bar</p><ul bullet="*"><li><p>baz</p></li></ul></li></ul></li></ul>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>Foo</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:5" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>Foo</h1>
2022-10-11 01:57:18 +05:30
02_01_00__preliminaries__tabs__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
static : |-
<hr data-sourcepos="1:1-1:6">
wysiwyg : |-
<hr>
2022-10-11 01:57:18 +05:30
03_01_00__blocks_and_inlines__precedence__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>`one</li>
<li>two`</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:6" dir="auto">
<li data-sourcepos="1:1-1:6">`one</li>
<li data-sourcepos="2:1-2:6">two`</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>`one</p></li><li><p>two`</p></li></ul>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
<hr />
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<hr data-sourcepos="1:1-1:3">
<hr data-sourcepos="2:1-2:3">
<hr data-sourcepos="3:1-3:3">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<hr>
2022-08-13 15:12:31 +05:30
<hr>
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>+++</p>
static : |-
<p data-sourcepos="1:1-1:3" dir="auto">+++</p>
wysiwyg : |-
<p>+++</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>===</p>
static : |-
<p data-sourcepos="1:1-1:3" dir="auto">===</p>
wysiwyg : |-
<p>===</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>--
**
__</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:2" dir="auto">--
**
__</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>--
**
__</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
<hr />
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<hr data-sourcepos="1:2-1:4">
<hr data-sourcepos="2:3-2:5">
<hr data-sourcepos="3:4-3:6">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<hr>
2022-08-13 15:12:31 +05:30
<hr>
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>***
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">***</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>***</code></pre>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
***</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:7" dir="auto">Foo
***</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
***</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
static : |-
<hr data-sourcepos="1:1-1:37">
wysiwyg : |-
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
static : |-
<hr data-sourcepos="1:2-1:6">
wysiwyg : |-
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
static : |-
<hr data-sourcepos="1:2-1:19">
wysiwyg : |-
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
static : |-
<hr data-sourcepos="1:1-1:21">
wysiwyg : |-
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
static : |-
<hr data-sourcepos="1:1-1:11">
wysiwyg : |-
<hr>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_ _ _ _ a</p>
<p>a------</p>
<p>---a---</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:9" dir="auto">_ _ _ _ a</p>
<p data-sourcepos="3:1-3:7" dir="auto">a------</p>
<p data-sourcepos="5:1-5:7" dir="auto">---a---</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>_ _ _ _ a</p>
2022-08-13 15:12:31 +05:30
<p>a------</p>
<p>---a---</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>-</em></p>
static : |-
<p data-sourcepos="1:2-1:4" dir="auto"><em>-</em></p>
wysiwyg : |-
<p><em>-</em></p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
</ul>
<hr />
<ul>
<li>bar</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:5" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
</ul>
<hr data-sourcepos="2:1-2:3">
<ul data-sourcepos="3:1-3:5" dir="auto">
<li data-sourcepos="3:1-3:5">bar</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li></ul>
2022-08-13 15:12:31 +05:30
<hr>
<ul bullet="*"><li><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo</p>
<hr />
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>
<hr data-sourcepos="2:1-2:3">
<p data-sourcepos="3:1-3:3" dir="auto">bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo</p>
2022-08-13 15:12:31 +05:30
<hr>
<p>bar</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo</h2>
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-3:3" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
<p data-sourcepos="3:1-3:3" dir="auto">bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo</h2>
2022-08-13 15:12:31 +05:30
<p>bar</p>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>Foo</li>
</ul>
<hr />
<ul>
<li>Bar</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:5" dir="auto">
<li data-sourcepos="1:1-1:5">Foo</li>
</ul>
<hr data-sourcepos="2:1-2:5">
<ul data-sourcepos="3:1-3:5" dir="auto">
<li data-sourcepos="3:1-3:5">Bar</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>Foo</p></li></ul>
2022-08-13 15:12:31 +05:30
<hr>
<ul bullet="*"><li><p>Bar</p></li></ul>
2022-10-11 01:57:18 +05:30
04_01_00__leaf_blocks__thematic_breaks__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>Foo</li>
<li>
<hr />
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:7" dir="auto">
<li data-sourcepos="1:1-1:5">Foo</li>
<li data-sourcepos="2:1-2:7">
<hr data-sourcepos="2:3-2:7">
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>Foo</p></li><li><p></p><hr></li></ul>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>foo</h1>
<h2>foo</h2>
<h3>foo</h3>
<h4>foo</h4>
<h5>foo</h5>
<h6>foo</h6>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:5" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h1>
<h2 data-sourcepos="2:1-2:6" dir="auto">
<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>foo</h2>
<h3 data-sourcepos="3:1-3:7" dir="auto">
<a id="user-content-foo-2" class="anchor" href="#foo-2" aria-hidden="true"></a>foo</h3>
<h4 data-sourcepos="4:1-4:8" dir="auto">
<a id="user-content-foo-3" class="anchor" href="#foo-3" aria-hidden="true"></a>foo</h4>
<h5 data-sourcepos="5:1-5:9" dir="auto">
<a id="user-content-foo-4" class="anchor" href="#foo-4" aria-hidden="true"></a>foo</h5>
<h6 data-sourcepos="6:1-6:10" dir="auto">
<a id="user-content-foo-5" class="anchor" href="#foo-5" aria-hidden="true"></a>foo</h6>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>foo</h1>
2022-08-13 15:12:31 +05:30
<h2>foo</h2>
<h3>foo</h3>
<h4>foo</h4>
<h5>foo</h5>
<h6>foo</h6>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>####### foo</p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto">####### foo</p>
wysiwyg : |-
<p>####### foo</p>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>#5 bolt</p>
<p>#hashtag</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:7" dir="auto">#5 bolt</p>
<p data-sourcepos="3:1-3:8" dir="auto">#hashtag</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>#5 bolt</p>
2022-08-13 15:12:31 +05:30
<p>#hashtag</p>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>## foo</p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto"><span>#</span># foo</p>
wysiwyg : |-
<p>## foo</p>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>foo <em>bar</em> *baz*</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:19" dir="auto">
<a id="user-content-foo-bar-baz" class="anchor" href="#foo-bar-baz" aria-hidden="true"></a>foo <em>bar</em> *baz*</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>foo <em>bar</em> *baz*</h1>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>foo</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:22" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>foo</h1>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<h3>foo</h3>
<h2>foo</h2>
<h1>foo</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h3 data-sourcepos="1:2-1:8" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h3>
<h2 data-sourcepos="2:3-2:8" dir="auto">
<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>foo</h2>
<h1 data-sourcepos="3:4-3:8" dir="auto">
<a id="user-content-foo-2" class="anchor" href="#foo-2" aria-hidden="true"></a>foo</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h3>foo</h3>
2022-08-13 15:12:31 +05:30
<h2>foo</h2>
<h1>foo</h1>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code># foo
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"># foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code># foo</code></pre>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo
# bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:9" dir="auto">foo
# bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo
# bar</p>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>foo</h2>
<h3>bar</h3>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-1:6" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h2>
<h3 data-sourcepos="2:3-2:11" dir="auto">
<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>bar</h3>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>foo</h2>
2022-08-13 15:12:31 +05:30
<h3>bar</h3>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>foo</h1>
<h5>foo</h5>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:5" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h1>
<h5 data-sourcepos="2:1-2:9" dir="auto">
<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>foo</h5>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>foo</h1>
2022-08-13 15:12:31 +05:30
<h5>foo</h5>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<h3>foo</h3>
static : |-
2022-07-23 23:45:48 +05:30
<h3 data-sourcepos="1:1-1:7" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h3>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h3>foo</h3>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<h3>foo ### b</h3>
static : |-
2022-07-23 23:45:48 +05:30
<h3 data-sourcepos="1:1-1:13" dir="auto">
<a id="user-content-foo-b" class="anchor" href="#foo-b" aria-hidden="true"></a>foo ### b</h3>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h3>foo ### b</h3>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>foo#</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:6" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo#</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>foo#</h1>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<h3>foo ###</h3>
<h2>foo ###</h2>
<h1>foo #</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h3 data-sourcepos="1:1-1:32" dir="auto">
<a id="user-content-foo-" class="anchor" href="#foo-" aria-hidden="true"></a>foo <span>#</span>##</h3>
<h2 data-sourcepos="2:1-2:31" dir="auto">
<a id="user-content-foo--1" class="anchor" href="#foo--1" aria-hidden="true"></a>foo #<span>#</span>#</h2>
<h1 data-sourcepos="3:1-3:28" dir="auto">
<a id="user-content-foo--2" class="anchor" href="#foo--2" aria-hidden="true"></a>foo <span>#</span>
</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h3>foo ###</h3>
2022-08-13 15:12:31 +05:30
<h2>foo ###</h2>
<h1>foo #</h1>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
<h2>foo</h2>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<hr data-sourcepos="1:1-1:4">
<h2 data-sourcepos="2:1-2:6" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h2>
<hr data-sourcepos="3:1-3:4">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<hr>
2022-08-13 15:12:31 +05:30
<h2>foo</h2>
<hr>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo bar</p>
<h1>baz</h1>
<p>Bar foo</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:7" dir="auto">Foo bar</p>
<h1 data-sourcepos="2:1-2:5" dir="auto">
<a id="user-content-baz" class="anchor" href="#baz" aria-hidden="true"></a>baz</h1>
<p data-sourcepos="3:1-3:7" dir="auto">Bar foo</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo bar</p>
2022-08-13 15:12:31 +05:30
<h1>baz</h1>
<p>Bar foo</p>
2022-10-11 01:57:18 +05:30
04_02_00__leaf_blocks__atx_headings__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2></h2>
<h1></h1>
<h3></h3>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-1:3" dir="auto"></h2>
<h1 data-sourcepos="2:1-2:1" dir="auto"></h1>
<h3 data-sourcepos="3:1-3:3" dir="auto"></h3>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2></h2>
2022-08-13 15:12:31 +05:30
<h1></h1>
<h3></h3>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>Foo <em>bar</em></h1>
<h2>Foo <em>bar</em></h2>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-3:0" dir="auto">
<a id="user-content-foo-bar" class="anchor" href="#foo-bar" aria-hidden="true"></a>Foo <em>bar</em>
</h1>
<h2 data-sourcepos="4:1-5:9" dir="auto">
<a id="user-content-foo-bar-1" class="anchor" href="#foo-bar-1" aria-hidden="true"></a>Foo <em>bar</em>
</h2>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>Foo <em>bar</em></h1>
2022-08-13 15:12:31 +05:30
<h2>Foo <em>bar</em></h2>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>Foo <em>bar
baz</em></h1>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-3:4" dir="auto">
<a id="user-content-foo-barbaz" class="anchor" href="#foo-barbaz" aria-hidden="true"></a>Foo <em>bar
baz</em>
</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>Foo <em>bar
baz</em></h1>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>Foo <em>bar
baz</em></h1>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:3-3:4" dir="auto">
<a id="user-content-foo-barbaz" class="anchor" href="#foo-barbaz" aria-hidden="true"></a>Foo <em>bar
baz</em>
</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>Foo <em>bar
baz</em></h1>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo</h2>
<h1>Foo</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-3:0" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
<h1 data-sourcepos="4:1-5:1" dir="auto">
<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>Foo</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo</h2>
2022-08-13 15:12:31 +05:30
<h1>Foo</h1>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo</h2>
<h2>Foo</h2>
<h1>Foo</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:4-3:0" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
<h2 data-sourcepos="4:3-6:0" dir="auto">
<a id="user-content-foo-1" class="anchor" href="#foo-1" aria-hidden="true"></a>Foo</h2>
<h1 data-sourcepos="7:3-8:5" dir="auto">
<a id="user-content-foo-2" class="anchor" href="#foo-2" aria-hidden="true"></a>Foo</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo</h2>
2022-08-13 15:12:31 +05:30
<h2>Foo</h2>
<h1>Foo</h1>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>Foo
---
Foo
</code></pre>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-4:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">Foo</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">---</span>
<span id="LC3" class="line" lang="plaintext"></span>
<span id="LC4" class="line" lang="plaintext">Foo</span></code></pre>
<copy-code></copy-code>
</div>
<hr data-sourcepos="5:1-5:3">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>Foo
---
Foo</code></pre>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo</h2>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-2:13" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo</h2>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
---</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:7" dir="auto">Foo
---</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
---</p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
= =</p>
<p>Foo</p>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">Foo
= =</p>
<p data-sourcepos="4:1-4:3" dir="auto">Foo</p>
<hr data-sourcepos="5:1-5:5">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
= =</p>
2022-08-13 15:12:31 +05:30
<p>Foo</p>
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo</h2>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-2:5" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h2>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo</h2>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo\</h2>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-2:4" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo\</h2>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo\</h2>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>`Foo</h2>
<p>`</p>
<h2><a title="a lot</h2>
<p>of dashes"/></p>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-3:1" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>`Foo</h2>
<p data-sourcepos="3:1-3:1" dir="auto">`</p>
<h2 data-sourcepos="5:1-7:12" dir="auto">
<a id="user-content-a-titlea-lot" class="anchor" href="#a-titlea-lot" aria-hidden="true"></a><a title="a lot</h2>
<p data-sourcepos="7:1-7:12" dir="auto">of dashes"/></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>`Foo</h2>
2022-08-13 15:12:31 +05:30
<p>`</p>
<h2><a title="a lot</h2>
<p>of dashes"/></p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>Foo</p>
</blockquote>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<p data-sourcepos="1:3-1:5">Foo</p>
</blockquote>
<hr data-sourcepos="2:1-2:3">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>Foo</p></blockquote>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo
bar
===</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:3" dir="auto">
<p data-sourcepos="1:3-3:3">foo
bar
===</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo
bar
===</p></blockquote>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>Foo</li>
</ul>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:5" dir="auto">
<li data-sourcepos="1:1-1:5">Foo</li>
</ul>
<hr data-sourcepos="2:1-2:3">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>Foo</p></li></ul>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>Foo
Bar</h2>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-3:3" dir="auto">
<a id="user-content-foobar" class="anchor" href="#foobar" aria-hidden="true"></a>Foo
Bar</h2>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>Foo
Bar</h2>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
<h2>Foo</h2>
<h2>Bar</h2>
<p>Baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="yaml" class="code highlight js-syntax-highlight language-yaml" data-lang-params="frontmatter" v-pre="true"><code><span id="LC1" class="line" lang="yaml"><span class="s">Foo</span></span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<h2 data-sourcepos="4:1-6:3" dir="auto">
<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>Bar</h2>
<p data-sourcepos="6:1-6:3" dir="auto">Baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre language="yaml" class="content-editor-code-block undefined code highlight" isfrontmatter="true"><code>Foo</code></pre>
2022-08-13 15:12:31 +05:30
<h2>Bar</h2>
<p>Baz</p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>====</p>
static : |-
<p data-sourcepos="2:1-2:4" dir="auto">====</p>
wysiwyg : |-
<p>====</p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<hr />
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-2:3" lang="yaml" class="code highlight js-syntax-highlight language-yaml" data-lang-params="frontmatter" v-pre="true"><code></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre language="yaml" class="content-editor-code-block undefined code highlight" isfrontmatter="true"><code></code></pre>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
</ul>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:5" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
</ul>
<hr data-sourcepos="2:1-2:5">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li></ul>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>foo
</code></pre>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<hr data-sourcepos="2:1-2:3">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo</p>
</blockquote>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<p data-sourcepos="1:3-1:5">foo</p>
</blockquote>
<hr data-sourcepos="2:1-2:5">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo</p></blockquote>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>> foo</h2>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-2:6" dir="auto">
<a id="user-content--foo" class="anchor" href="#-foo" aria-hidden="true"></a>> foo</h2>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>> foo</h2>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo</p>
<h2>bar</h2>
<p>baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>
<h2 data-sourcepos="3:1-5:3" dir="auto">
<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>bar</h2>
<p data-sourcepos="5:1-5:3" dir="auto">baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo</p>
2022-08-13 15:12:31 +05:30
<h2>bar</h2>
<p>baz</p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
bar</p>
<hr />
<p>baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">Foo
bar</p>
<hr data-sourcepos="4:1-5:0">
<p data-sourcepos="6:1-6:3" dir="auto">baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
bar</p>
2022-08-13 15:12:31 +05:30
<hr>
<p>baz</p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
bar</p>
<hr />
<p>baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">Foo
bar</p>
<hr data-sourcepos="3:1-3:5">
<p data-sourcepos="4:1-4:3" dir="auto">baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
bar</p>
2022-08-13 15:12:31 +05:30
<hr>
<p>baz</p>
2022-10-11 01:57:18 +05:30
04_03_00__leaf_blocks__setext_headings__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
bar
---
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-4:3" dir="auto">Foo
bar
---
baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
bar
---
baz</p>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>a simple
indented code block
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-2:25" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">a simple</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> indented code block</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>a simple
indented code block</code></pre>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<p>bar</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:3-3:7" dir="auto">
<li data-sourcepos="1:3-3:7">
<p data-sourcepos="1:5-1:7">foo</p>
<p data-sourcepos="3:5-3:7">bar</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>foo</p>
<ul>
<li>bar</li>
</ul>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-3:9" dir="auto">
<li data-sourcepos="1:1-3:9">
<p data-sourcepos="1:5-1:7">foo</p>
<ul data-sourcepos="3:5-3:9">
<li data-sourcepos="3:5-3:9">bar</li>
</ul>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>foo</p><ul bullet="*"><li><p>bar</p></li></ul></li></ol>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code><a/>
*hi*
- one
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-4:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"><a/></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">*hi*</span>
<span id="LC3" class="line" lang="plaintext"></span>
<span id="LC4" class="line" lang="plaintext">- one</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code><a/>
*hi*
- one</code></pre>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>chunk1
chunk2
chunk3
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-7:10" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">chunk1</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"></span>
<span id="LC3" class="line" lang="plaintext">chunk2</span>
<span id="LC4" class="line" lang="plaintext"></span>
<span id="LC5" class="line" lang="plaintext"></span>
<span id="LC6" class="line" lang="plaintext"></span>
<span id="LC7" class="line" lang="plaintext">chunk3</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>chunk1
chunk2
chunk3</code></pre>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__006 :
2022-07-16 23:28:13 +05:30
canonical : "<pre><code>chunk1\n \n chunk2\n</code></pre>\n"
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-3:12" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">chunk1</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> </span>
<span id="LC3" class="line" lang="plaintext"> chunk2</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : "<pre class=\"content-editor-code-block undefined code highlight\" ><code>chunk1\n
\ \n chunk2</code></pre>"
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:7" dir="auto">Foo
bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
bar</p>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>foo
</code></pre>
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="2:1-2:3" dir="auto">bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
2022-08-13 15:12:31 +05:30
<p>bar</p>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>Heading</h1>
<pre><code>foo
</code></pre>
<h2>Heading</h2>
<pre><code>foo
</code></pre>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:9" dir="auto">
<a id="user-content-heading" class="anchor" href="#heading" aria-hidden="true"></a>Heading</h1>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="2:5-2:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<h2 data-sourcepos="3:1-5:7" dir="auto">
<a id="user-content-heading-1" class="anchor" href="#heading-1" aria-hidden="true"></a>Heading</h2>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="5:5-5:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<hr data-sourcepos="6:1-6:4">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1>Heading</h1>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
<h2>Heading</h2>
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
<hr>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code> foo
bar
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-2:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> foo</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">bar</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code> foo
bar</code></pre>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>foo
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:5-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
2022-10-11 01:57:18 +05:30
04_04_00__leaf_blocks__indented_code_blocks__012 :
2022-07-16 23:28:13 +05:30
canonical : "<pre><code>foo \n</code></pre>\n"
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo </span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>foo </code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code><
>
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"><</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> ></span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code><
></code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code><
>
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"><</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> ></span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code><
></code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo</code></p>
static : |-
<p data-sourcepos="1:1-3:2" dir="auto"><code>foo</code></p>
wysiwyg : |-
<p><code>foo</code></p>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
~~~
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">~~~</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
~~~</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
```
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">```</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
```</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
```
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:6" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">```</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
```</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
~~~
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:4" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">~~~</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
~~~</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code></code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-1:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code></code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>
```
aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">```</span>
<span id="LC3" class="line" lang="plaintext">aaa</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>
```
aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<pre><code>aaa
</code></pre>
</blockquote>
<p>bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:5" dir="auto">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:3-3:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</blockquote>
<p data-sourcepos="4:1-4:3" dir="auto">bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre></blockquote>
2022-08-13 15:12:31 +05:30
<p>bbb</p>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__011 :
2022-07-16 23:28:13 +05:30
canonical : "<pre><code>\n \n</code></pre>\n"
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> </span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code></code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code></code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-2:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code></code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:2-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">aaa</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
aaa
aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:3-5:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">aaa</span>
<span id="LC3" class="line" lang="plaintext">aaa</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
aaa
aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
aaa
aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:4-5:6" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> aaa</span>
<span id="LC3" class="line" lang="plaintext">aaa</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
aaa
aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>```
aaa
```
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-3:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">```</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">aaa</span>
<span id="LC3" class="line" lang="plaintext">```</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>```
aaa
```</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:4-3:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
```
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> ```</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
```</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code> </code>
aaa</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto"><code> </code>
aaa</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>
aaa</p>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
~~~ ~~
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:6" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">~~~ ~~</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa
~~~ ~~</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo</p>
<pre><code>bar
</code></pre>
<p>baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="2:1-4:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="5:1-5:3" dir="auto">baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo</p>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre>
<p>baz</p>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<h2>foo</h2>
<pre><code>bar
</code></pre>
<h1>baz</h1>
static : |-
2022-07-23 23:45:48 +05:30
<h2 data-sourcepos="1:1-3:3" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h2>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:1-5:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<h1 data-sourcepos="6:1-6:5" dir="auto">
<a id="user-content-baz" class="anchor" href="#baz" aria-hidden="true"></a>baz</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h2>foo</h2>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre>
<h1>baz</h1>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code class="language-ruby">def foo(x)
return 3
end
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-5:3" lang="ruby" class="code highlight js-syntax-highlight language-ruby" v-pre="true"><code><span id="LC1" class="line" lang="ruby"><span class="k">def</span> <span class="nf">foo</span><span class="p">(</span><span class="n">x</span><span class="p">)</span></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="ruby"> <span class="k">return</span> <span class="mi">3</span></span>
<span id="LC3" class="line" lang="ruby"><span class="k">end</span></span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre language="ruby" class="content-editor-code-block undefined code highlight"><code>def foo(x)
return 3
end</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code class="language-ruby">def foo(x)
return 3
end
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-5:7" lang="ruby" class="code highlight js-syntax-highlight language-ruby" v-pre="true"><code><span id="LC1" class="line" lang="ruby"><span class="k">def</span> <span class="nf">foo</span><span class="p">(</span><span class="n">x</span><span class="p">)</span></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="ruby"> <span class="k">return</span> <span class="mi">3</span></span>
<span id="LC3" class="line" lang="ruby"><span class="k">end</span></span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre language="ruby" class="content-editor-code-block undefined code highlight"><code>def foo(x)
return 3
end</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code class="language-;"></code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-2:4" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang=";" v-pre="true"><code></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre language=";" class="content-editor-code-block undefined code highlight"><code></code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>aa</code>
foo</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto"><code>aa</code>
foo</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><code>aa</code>
foo</p>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__028 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code class="language-aa">foo
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="aa" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre language="aa" class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
2022-10-11 01:57:18 +05:30
04_05_00__leaf_blocks__fenced_code_blocks__029 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>``` aaa
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">``` aaa</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>``` aaa</code></pre>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<table><tr><td>
<pre>
**Hello**,
<p><em>world</em>.
</pre></p>
</td></tr></table>
static : |-
2022-07-23 23:45:48 +05:30
<table dir="auto"><tr><td>
<pre>
**Hello**,
<p data-sourcepos="5:1-6:6"><em>world</em>.
</p></pre>
</td></tr></table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><td colspan="1" rowspan="1"><pre><p>**Hello**,
</p><p><em>world</em>.
</p></pre><p></p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<tr>
<td>
hi
</td>
</tr>
</table>
<p>okay.</p>
static : |-
2022-07-23 23:45:48 +05:30
<table dir="auto">
<tr>
<td>
hi
</td>
</tr>
</table>
<p data-sourcepos="9:1-9:5" dir="auto">okay.</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><td colspan="1" rowspan="1"><p>
hi
</p></td></tr></tbody></table>
<p>okay.</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__003 :
2022-07-16 23:28:13 +05:30
canonical : |2
<div>
*hello*
<foo><a>
static : |2-
2022-07-23 23:45:48 +05:30
<div>
*hello*
<a></a>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p>
*hello*
</p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__004 :
2022-07-16 23:28:13 +05:30
canonical : |
</div>
*foo*
2022-07-23 23:45:48 +05:30
static : |2-
*foo*
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p>
*foo*</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<DIV CLASS="foo">
<p><em>Markdown</em></p>
</DIV>
static : |-
2022-07-23 23:45:48 +05:30
<div>
<p data-sourcepos="3:1-3:10"><em>Markdown</em></p>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p><em>Markdown</em></p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<div id="foo"
class="bar">
</div>
static : |-
2022-07-23 23:45:48 +05:30
<div>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<div id="foo" class="bar
baz">
</div>
static : |-
2022-07-23 23:45:48 +05:30
<div>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<div>
*foo*
<p><em>bar</em></p>
static : |-
2022-07-23 23:45:48 +05:30
<div>
*foo*
<p data-sourcepos="4:1-4:5"><em>bar</em></p>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p>
*foo*
</p><p><em>bar</em></p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<div id="foo"
*hi*
static : |-
<div></div>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<div class
foo
static : |-
<div></div>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<div *???-&&&-<---
*foo*
static : |-
<div></div>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<div><a href="bar">*foo*</a></div>
static : |-
<div><a href="bar">*foo*</a></div>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p><a target="_blank" rel="noopener noreferrer nofollow" href="bar">*foo*</a></p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<table><tr><td>
foo
</td></tr></table>
static : |-
2022-07-23 23:45:48 +05:30
<table dir="auto"><tr><td>
foo
</td></tr></table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><td colspan="1" rowspan="1"><p>
foo
</p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<div></div>
``` c
int x = 33;
```
static : |-
2022-07-23 23:45:48 +05:30
<div></div>
``` c
int x = 33;
```
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div></div>
<p>
``` c
int x = 33;
```</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<a href="foo">
*bar*
</a>
static : |-
2022-07-23 23:45:48 +05:30
<a href="foo">
*bar*
</a>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo">
*bar*
</a></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<Warning>
*bar*
</Warning>
2022-07-23 23:45:48 +05:30
static : |2
*bar*
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<i class="foo">
*bar*
</i>
static : |-
2022-07-23 23:45:48 +05:30
<i>
*bar*
</i>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><em>
*bar*
</em></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__018 :
2022-07-16 23:28:13 +05:30
canonical : |
</ins>
*bar*
2022-07-23 23:45:48 +05:30
static : |2-
*bar*
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p>
*bar*</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<del>
*foo*
</del>
static : |-
2022-07-23 23:45:48 +05:30
<del>
*foo*
</del>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><s>
*foo*
</s></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<del>
<p><em>foo</em></p>
</del>
static : |-
2022-07-23 23:45:48 +05:30
<del>
<p data-sourcepos="3:1-3:5"><em>foo</em></p>
</del>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em><s>foo</s></em></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><del><em>foo</em></del></p>
static : |-
<p data-sourcepos="1:1-1:16" dir="auto"><del><em>foo</em></del></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><em><s>foo</s></em></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre language="haskell"><code>
import Text.HTML.TagSoup
main : : IO ()
main = print $ parseTags tags
</code></pre>
<p>okay</p>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">import Text.HTML.TagSoup</span>
<span id="LC3" class="line" lang="plaintext"></span>
<span id="LC4" class="line" lang="plaintext">main :: IO ()</span>
<span id="LC5" class="line" lang="plaintext">main = print $ parseTags tags</span></code></pre>
<copy-code></copy-code>
</div>
<p data-sourcepos="7:1-7:4" dir="auto">okay</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<pre><p><code>
2022-07-16 23:28:13 +05:30
import Text.HTML.TagSoup
main : : IO ()
2022-08-13 15:12:31 +05:30
main = print $ parseTags tags
</code></p></pre>
<p>okay</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<script type="text/javascript">
// JavaScript example
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
<p>okay</p>
2022-07-23 23:45:48 +05:30
static : |2-
<p data-sourcepos="6:1-6:4" dir="auto">okay</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>okay</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<style
type="text/css">
h1 {color:red;}
p {color:blue;}
</style>
<p>okay</p>
2022-07-23 23:45:48 +05:30
static : |2-
h1 {color:red;}
p {color:blue;}
<p data-sourcepos="7:1-7:4" dir="auto">okay</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>okay</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<style
type="text/css">
foo
2022-07-23 23:45:48 +05:30
static : |2-
foo
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<div>
foo
</blockquote>
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:5" dir="auto">
<div>
foo
<p data-sourcepos="4:1-4:3">bar</p>
</div>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<blockquote multiline="false"><div><p>
foo
</p></div></blockquote>
<p>bar</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<div>
</li>
<li>foo</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:5" dir="auto">
<li data-sourcepos="1:1-1:7">
<div>
<li data-sourcepos="2:1-2:5">foo</li>
</div>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p></p><div></div></li><li><p>foo</p></li></ul>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__028 :
2022-07-16 23:28:13 +05:30
canonical : |
<style>p{color:red;}</style>
<p><em>foo</em></p>
static : |-
2022-07-23 23:45:48 +05:30
p{color:red;}
<p data-sourcepos="2:1-2:5" dir="auto"><em>foo</em></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo</em></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__029 :
2022-07-16 23:28:13 +05:30
canonical : |
<!-- foo -->*bar*
<p><em>baz</em></p>
static : |-
2022-07-23 23:45:48 +05:30
*bar*
<p data-sourcepos="2:1-2:5" dir="auto"><em>baz</em></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>*bar*
</p>
<p><em>baz</em></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__030 :
2022-07-16 23:28:13 +05:30
canonical : |
<script>
foo
</script>1. *bar*
static : |-
1 . *bar*
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>1. *bar*</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__031 :
2022-07-16 23:28:13 +05:30
canonical : |
<!-- Foo
bar
baz -->
<p>okay</p>
2022-07-23 23:45:48 +05:30
static : |2-
<p data-sourcepos="5:1-5:4" dir="auto">okay</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>okay</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__032 :
2022-07-16 23:28:13 +05:30
canonical : |
<?php
echo '>';
? >
<p>okay</p>
static : |-
2022-07-23 23:45:48 +05:30
<?php echo '>';
? >
<p data-sourcepos="6:1-6:4" dir="auto">okay</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>';
? >
</p>
<p>okay</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__033 :
2022-07-16 23:28:13 +05:30
canonical : |
<!DOCTYPE html>
static : ""
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__034 :
2022-07-16 23:28:13 +05:30
canonical : |
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
} else {
return 0;
}
}
] ] >
<p>okay</p>
2023-01-13 00:05:48 +05:30
static : |2-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="13:1-13:4" dir="auto">okay</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>okay</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__035 :
2022-07-16 23:28:13 +05:30
canonical : |2
<!-- foo -->
<pre><code><!-- foo -->
</code></pre>
2022-07-23 23:45:48 +05:30
static : " \n<div class=\"gl-relative markdown-code-block js-markdown-code\" >\n<pre
2023-01-13 00:05:48 +05:30
data-sourcepos=\"3:5-3:16\" lang=\"plaintext\" class=\"code highlight js-syntax-highlight
language-plaintext\" data-canonical-lang=\"\" v-pre=\"true\"><code><span id=\"LC1\"
2022-07-23 23:45:48 +05:30
class=\"line\" lang=\"plaintext\"><!-- foo --></span></code></pre>\n<copy-code></copy-code>\n</div>"
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code><!-- foo --></code></pre>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__036 :
2022-07-16 23:28:13 +05:30
canonical : |2
<div>
<pre><code><div>
</code></pre>
static : |2-
2022-07-23 23:45:48 +05:30
<div>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:5-3:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"><div></span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><pre class="content-editor-code-block undefined code highlight"><code><div></code></pre></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__037 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo</p>
<div>
bar
</div>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>
<div>
bar
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>Foo</p>
<div><p>
bar
</p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__038 :
2022-07-16 23:28:13 +05:30
canonical : |
<div>
bar
</div>
*foo*
static : |-
2022-07-23 23:45:48 +05:30
<div>
bar
</div>
*foo*
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p>
bar
</p></div>
<p>
*foo*</p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__039 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
<a href="bar">
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:3" dir="auto">Foo
<a href="bar">
baz</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
<a target="_blank" rel="noopener noreferrer nofollow" href="bar">
baz</a></p>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__040 :
2022-07-16 23:28:13 +05:30
canonical : |
<div>
<p><em>Emphasized</em> text.</p>
</div>
static : |-
2022-07-23 23:45:48 +05:30
<div>
<p data-sourcepos="3:1-3:18"><em>Emphasized</em> text.</p>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p><em>Emphasized</em> text.</p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__041 :
2022-07-16 23:28:13 +05:30
canonical : |
<div>
*Emphasized* text.
</div>
static : |-
2022-07-23 23:45:48 +05:30
<div>
*Emphasized* text.
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<div><p>
*Emphasized* text.
</p></div>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__042 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<tr>
<td>
Hi
</td>
</tr>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table dir="auto">
<tr>
<td>
Hi
</td>
</tr>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><td colspan="1" rowspan="1"><p>
Hi
</p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_06_00__leaf_blocks__html_blocks__043 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<tr>
<pre><code><td>
Hi
</td>
</code></pre>
</tr>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table dir="auto">
<tr>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="5:5-8:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"><td></span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> Hi</span>
<span id="LC3" class="line" lang="plaintext"></td></span></code></pre>
<copy-code></copy-code>
</div>
</tr>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code><td>
Hi
</td></code></pre>
<table><tbody><tr></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">foo</a></p>
static : |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="the title">foo</a></p>
static : |-
<p data-sourcepos="5:1-5:5" dir="auto"><a href="/url" title="the title">foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "the title"</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="the title">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="my_(url)" title="title (with parens)">Foo*bar]</a></p>
static : |-
<p data-sourcepos="3:1-3:11" dir="auto"><a href="my_(url)" title="title (with parens)">Foo*bar]</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo*bar\]] : my_(url) "title (with parens)"</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="my_(url)" title="title (with parens)">Foo*bar]</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="my%20url" title="title">Foo bar</a></p>
static : |-
<p data-sourcepos="5:1-5:9" dir="auto"><a href="my%20url" title="title">Foo bar</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo bar] : my url "title"</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="my%20url" title="title">Foo bar</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="
title
line1
line2
">foo</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="7:1-7:5" dir="auto"><a href="/url" title="
title
line1
line2
">foo</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "
title
line1
line2
"</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="
title
line1
line2
">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo] : /url 'title</p>
<p>with blank line'</p>
<p>[foo]</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:18" dir="auto">[foo]: /url 'title</p>
<p data-sourcepos="3:1-3:16" dir="auto">with blank line'</p>
<p data-sourcepos="5:1-5:5" dir="auto">[foo]</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[foo] : /url 'title</p>
2022-08-13 15:12:31 +05:30
<p>with blank line'</p>
<p>[foo]</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url">foo</a></p>
static : |-
<p data-sourcepos="4:1-4:5" dir="auto"><a href="/url">foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo]:</p>
<p>[foo]</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:6" dir="auto">[foo]:</p>
<p data-sourcepos="3:1-3:5" dir="auto">[foo]</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[foo]:</p>
2022-08-13 15:12:31 +05:30
<p>[foo]</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="">foo</a></p>
static : |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="">foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : </pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo] : <bar>(baz)</p>
<p>[foo]</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:17" dir="auto">[foo]: (baz)</p>
<p data-sourcepos="3:1-3:5" dir="auto">[foo]</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[foo] : </p>
<p>[foo]</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url%5Cbar*baz" title="foo"bar\baz">foo</a></p>
static : |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="/url%5Cbar*baz" title='foo"bar\baz'>foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url\bar*baz "foo"bar\baz"</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url%5Cbar*baz" title="foo"bar\baz">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="url">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="url">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="url">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : url</pre>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="first">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="first">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="first">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : first</pre>
<pre>[foo] : second</pre>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url">Foo</a></p>
static : |-
<p data-sourcepos="3:1-3:5" dir="auto"><a href="/url">Foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/%CF%86%CE%BF%CF%85">αγω</a></p>
static : |-
<p data-sourcepos="3:1-3:8" dir="auto"><a href="/%CF%86%CE%BF%CF%85">αγω</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[αγω] : /φου</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/%CF%86%CE%BF%CF%85">αγω</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__016 :
2022-07-16 23:28:13 +05:30
canonical : ""
static : ""
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>bar</p>
static : |-
<p data-sourcepos="1:1-4:3" dir="auto">bar</p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-07-16 23:28:13 +05:30
<p>bar</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo] : /url "title" ok</p>
static : |-
<p data-sourcepos="1:1-1:22" dir="auto">[foo]: /url "title" ok</p>
wysiwyg : |-
<p>[foo] : /url "title" ok</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>"title" ok</p>
static : |-
<p data-sourcepos="1:1-2:10" dir="auto">"title" ok</p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-07-16 23:28:13 +05:30
<p>"title" ok</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>[foo] : /url "title"
</code></pre>
<p>[foo]</p>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-2:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">[foo]: /url "title"</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="3:1-3:5" dir="auto">[foo]</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>[foo]: /url "title"</code></pre>
2022-08-13 15:12:31 +05:30
<p>[foo]</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>[foo] : /url
</code></pre>
<p>[foo]</p>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">[foo]: /url</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="5:1-5:5" dir="auto">[foo]</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>[foo]: /url</code></pre>
2022-08-13 15:12:31 +05:30
<p>[foo]</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo
[bar] : /baz</p>
<p>[bar]</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:11" dir="auto">Foo
[bar] : /baz</p>
<p data-sourcepos="4:1-4:5" dir="auto">[bar]</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo
[bar] : /baz</p>
2022-08-13 15:12:31 +05:30
<p>[bar]</p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1><a href="/url">Foo</a></h1>
<blockquote>
<p>bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-1:7" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a><a href="/url">Foo</a>
</h1>
<blockquote data-sourcepos="3:1-3:5" dir="auto">
<p data-sourcepos="3:3-3:5">bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h1><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Foo</a></h1>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-08-13 15:12:31 +05:30
<blockquote multiline="false"><p>bar</p></blockquote>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<h1>bar</h1>
<p><a href="/url">foo</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<h1 data-sourcepos="1:1-4:5" dir="auto">
<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>bar</h1>
<p data-sourcepos="4:1-4:5" dir="auto"><a href="/url">foo</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-07-16 23:28:13 +05:30
<h1>bar</h1>
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>===
<a href="/url">foo</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:5" dir="auto">===
<a href="/url">foo</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-07-16 23:28:13 +05:30
<p>===
<a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/foo-url" title="foo">foo</a>,
<a href="/bar-url" title="bar">bar</a>,
<a href="/baz-url">baz</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="6:1-8:5" dir="auto"><a href="/foo-url" title="foo">foo</a>,
<a href="/bar-url" title="bar">bar</a>,
<a href="/baz-url">baz</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /foo-url "foo"</pre>
<pre>[bar] : /bar-url "bar"</pre>
<pre>[baz] : /baz-url</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/foo-url" title="foo">foo</a>,
<a target="_blank" rel="noopener noreferrer nofollow" href="/bar-url" title="bar">bar</a>,
<a target="_blank" rel="noopener noreferrer nofollow" href="/baz-url">baz</a></p>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url">foo</a></p>
<blockquote>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/url">foo</a></p>
<blockquote data-sourcepos="3:1-3:13" dir="auto">
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
2022-08-27 11:52:29 +05:30
<blockquote multiline="false"><pre>[foo]: /url</pre></blockquote>
2022-10-11 01:57:18 +05:30
04_07_00__leaf_blocks__link_reference_definitions__028 :
2022-07-16 23:28:13 +05:30
canonical : ""
static : ""
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa</p>
<p>bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">aaa</p>
<p data-sourcepos="3:1-3:3" dir="auto">bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa</p>
2022-08-13 15:12:31 +05:30
<p>bbb</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa
bbb</p>
<p>ccc
ddd</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">aaa
bbb</p>
<p data-sourcepos="4:1-5:3" dir="auto">ccc
ddd</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa
bbb</p>
2022-08-13 15:12:31 +05:30
<p>ccc
ddd</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa</p>
<p>bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">aaa</p>
<p data-sourcepos="4:1-4:3" dir="auto">bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa</p>
2022-08-13 15:12:31 +05:30
<p>bbb</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa
bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:3-2:4" dir="auto">aaa
bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa
bbb</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa
bbb
ccc</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:42" dir="auto">aaa
bbb
ccc</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa
bbb
ccc</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa
bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:4-2:3" dir="auto">aaa
bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa
bbb</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>aaa
</code></pre>
<p>bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">aaa</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="2:1-2:3" dir="auto">bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>aaa</code></pre>
2022-08-13 15:12:31 +05:30
<p>bbb</p>
2022-10-11 01:57:18 +05:30
04_08_00__leaf_blocks__paragraphs__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa<br />
bbb</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:8" dir="auto">aaa<br>
bbb</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa<br>
bbb</p>
2022-10-11 01:57:18 +05:30
04_09_00__leaf_blocks__blank_lines__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aaa</p>
<h1>aaa</h1>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="3:1-3:3" dir="auto">aaa</p>
<h1 data-sourcepos="6:1-6:5" dir="auto">
<a id="user-content-aaa" class="anchor" href="#aaa" aria-hidden="true"></a>aaa</h1>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>aaa</p>
2022-08-13 15:12:31 +05:30
<h1>aaa</h1>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th>foo</th>
<th>bar</th>
</tr>
</thead>
<tbody>
<tr>
<td>baz</td>
<td>bim</td>
</tr>
</tbody>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-3:13" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:13">
<th data-sourcepos="1:2-1:6">foo</th>
<th data-sourcepos="1:8-1:12">bar</th>
</tr>
</thead>
<tbody>
<tr data-sourcepos="3:1-3:13">
<td data-sourcepos="3:2-3:6">baz</td>
<td data-sourcepos="3:8-3:12">bim</td>
</tr>
</tbody>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>foo</p></th><th colspan="1" rowspan="1"><p>bar</p></th></tr><tr><td colspan="1" rowspan="1"><p>baz</p></td><td colspan="1" rowspan="1"><p>bim</p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th align="center">abc</th>
<th align="right">defghi</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">bar</td>
<td align="right">baz</td>
</tr>
</tbody>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-3:9" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:16">
<th align="center" data-sourcepos="1:2-1:6">abc</th>
<th align="right" data-sourcepos="1:8-1:15">defghi</th>
</tr>
</thead>
<tbody>
<tr data-sourcepos="3:1-3:9">
<td align="center" data-sourcepos="3:1-3:4">bar</td>
<td align="right" data-sourcepos="3:6-3:9">baz</td>
</tr>
</tbody>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>abc</p></th><th colspan="1" rowspan="1"><p>defghi</p></th></tr><tr><td colspan="1" rowspan="1"><p>bar</p></td><td colspan="1" rowspan="1"><p>baz</p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th>f|oo</th>
</tr>
</thead>
<tbody>
<tr>
<td>b <code>|</code> az</td>
</tr>
<tr>
<td>b <strong>|</strong> im</td>
</tr>
</tbody>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-4:15" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:10">
<th data-sourcepos="1:2-1:9">f|oo</th>
</tr>
</thead>
<tbody>
<tr data-sourcepos="3:1-3:13">
<td data-sourcepos="3:2-3:12">b <code>|</code> az</td>
</tr>
<tr data-sourcepos="4:1-4:15">
<td data-sourcepos="4:2-4:14">b <strong>|</strong> im</td>
</tr>
</tbody>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>f|oo</p></th></tr><tr><td colspan="1" rowspan="1"><p>b <code>|</code> az</p></td></tr><tr><td colspan="1" rowspan="1"><p>b <strong>|</strong> im</p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th>abc</th>
<th>def</th>
</tr>
</thead>
<tbody>
<tr>
<td>bar</td>
<td>baz</td>
</tr>
</tbody>
</table>
<blockquote>
<p>bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-3:13" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:13">
<th data-sourcepos="1:2-1:6">abc</th>
<th data-sourcepos="1:8-1:12">def</th>
</tr>
</thead>
<tbody>
<tr data-sourcepos="3:1-3:13">
<td data-sourcepos="3:2-3:6">bar</td>
<td data-sourcepos="3:8-3:12">baz</td>
</tr>
</tbody>
</table>
<blockquote data-sourcepos="4:1-4:5" dir="auto">
<p data-sourcepos="4:3-4:5">bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>abc</p></th><th colspan="1" rowspan="1"><p>def</p></th></tr><tr><td colspan="1" rowspan="1"><p>bar</p></td><td colspan="1" rowspan="1"><p>baz</p></td></tr></tbody></table>
<blockquote multiline="false"><p>bar</p></blockquote>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th>abc</th>
<th>def</th>
</tr>
</thead>
<tbody>
<tr>
<td>bar</td>
<td>baz</td>
</tr>
<tr>
<td>bar</td>
<td></td>
</tr>
</tbody>
</table>
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-4:3" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:13">
<th data-sourcepos="1:2-1:6">abc</th>
<th data-sourcepos="1:8-1:12">def</th>
</tr>
</thead>
<tbody>
<tr data-sourcepos="3:1-3:13">
<td data-sourcepos="3:2-3:6">bar</td>
<td data-sourcepos="3:8-3:12">baz</td>
</tr>
<tr data-sourcepos="4:1-4:3">
<td data-sourcepos="4:1-4:3">bar</td>
<td data-sourcepos="4:0-4:0"></td>
</tr>
</tbody>
</table>
<p data-sourcepos="6:1-6:3" dir="auto">bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>abc</p></th><th colspan="1" rowspan="1"><p>def</p></th></tr><tr><td colspan="1" rowspan="1"><p>bar</p></td><td colspan="1" rowspan="1"><p>baz</p></td></tr><tr><td colspan="1" rowspan="1"><p>bar</p></td><td colspan="1" rowspan="1"><p></p></td></tr></tbody></table>
<p>bar</p>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>| abc | def |
| --- |
| bar |</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:7" dir="auto">| abc | def |
| --- |
| bar |</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>| abc | def |
| --- |
| bar |</p>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th>abc</th>
<th>def</th>
</tr>
</thead>
<tbody>
<tr>
<td>bar</td>
<td></td>
</tr>
<tr>
<td>bar</td>
<td>baz</td>
</tr>
</tbody>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-4:19" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:13">
<th data-sourcepos="1:2-1:6">abc</th>
<th data-sourcepos="1:8-1:12">def</th>
</tr>
</thead>
<tbody>
<tr data-sourcepos="3:1-3:7">
<td data-sourcepos="3:2-3:6">bar</td>
<td data-sourcepos="3:0-3:0"></td>
</tr>
<tr data-sourcepos="4:1-4:19">
<td data-sourcepos="4:2-4:6">bar</td>
<td data-sourcepos="4:8-4:12">baz</td>
</tr>
</tbody>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>abc</p></th><th colspan="1" rowspan="1"><p>def</p></th></tr><tr><td colspan="1" rowspan="1"><p>bar</p></td><td colspan="1" rowspan="1"><p></p></td></tr><tr><td colspan="1" rowspan="1"><p>bar</p></td><td colspan="1" rowspan="1"><p>baz</p></td></tr></tbody></table>
2022-10-11 01:57:18 +05:30
04_10_00__leaf_blocks__tables_extension__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<table>
<thead>
<tr>
<th>abc</th>
<th>def</th>
</tr>
</thead>
</table>
static : |-
2022-07-23 23:45:48 +05:30
<table data-sourcepos="1:1-2:13" dir="auto">
<thead>
<tr data-sourcepos="1:1-1:13">
<th data-sourcepos="1:2-1:6">abc</th>
<th data-sourcepos="1:8-1:12">def</th>
</tr>
</thead>
</table>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<table><tbody><tr><th colspan="1" rowspan="1"><p>abc</p></th><th colspan="1" rowspan="1"><p>def</p></th></tr></tbody></table>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<h1>Foo</h1>
<p>bar
baz</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:5" dir="auto">
<h1 data-sourcepos="1:3-1:7">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
<p data-sourcepos="2:3-3:5">bar
baz</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<h1>Foo</h1>
<p>bar
baz</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:5" dir="auto">
<h1 data-sourcepos="1:2-1:6">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
<p data-sourcepos="2:2-3:5">bar
baz</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<h1>Foo</h1>
<p>bar
baz</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:4-3:6" dir="auto">
<h1 data-sourcepos="1:6-1:10">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
<p data-sourcepos="2:6-3:6">bar
baz</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>> # Foo
> bar
> baz
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-3:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">> # Foo</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext">> bar</span>
<span id="LC3" class="line" lang="plaintext">> baz</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>> # Foo
> bar
> baz</code></pre>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<h1>Foo</h1>
<p>bar
baz</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:3" dir="auto">
<h1 data-sourcepos="1:3-1:7">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
<p data-sourcepos="2:3-3:3">bar
baz</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><h1>Foo</h1><p>bar
baz</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>bar
baz
foo</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:5" dir="auto">
<p data-sourcepos="1:3-3:5">bar
baz
foo</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>bar
baz
foo</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo</p>
</blockquote>
<hr />
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<p data-sourcepos="1:3-1:5">foo</p>
</blockquote>
<hr data-sourcepos="2:1-2:3">
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo</p></blockquote>
2022-08-13 15:12:31 +05:30
<hr>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<ul>
<li>foo</li>
</ul>
</blockquote>
<ul>
<li>bar</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:7" dir="auto">
<ul data-sourcepos="1:3-1:7">
<li data-sourcepos="1:3-1:7">foo</li>
</ul>
</blockquote>
<ul data-sourcepos="2:1-2:5" dir="auto">
<li data-sourcepos="2:1-2:5">bar</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><ul bullet="*"><li><p>foo</p></li></ul></blockquote>
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<pre><code>foo
</code></pre>
</blockquote>
<pre><code>bar
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:9" dir="auto">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:7-1:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</blockquote>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="2:5-2:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre></blockquote>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<pre><code></code></pre>
</blockquote>
<p>foo</p>
<pre><code></code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:3-2:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</blockquote>
<p data-sourcepos="2:1-2:3" dir="auto">foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code></code></pre></blockquote>
2022-08-13 15:12:31 +05:30
<p>foo</p>
<pre class="content-editor-code-block undefined code highlight"><code></code></pre>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo
- bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:9" dir="auto">
<p data-sourcepos="1:3-2:9">foo
- bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo
- bar</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:1" dir="auto">
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p></p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:2" dir="auto">
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p></p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:3" dir="auto">
<p data-sourcepos="2:3-2:5">foo</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo</p>
</blockquote>
<blockquote>
<p>bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<p data-sourcepos="1:3-1:5">foo</p>
</blockquote>
<blockquote data-sourcepos="3:1-3:5" dir="auto">
<p data-sourcepos="3:3-3:5">bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo</p></blockquote>
2022-08-13 15:12:31 +05:30
<blockquote multiline="false"><p>bar</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo
bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:5" dir="auto">
<p data-sourcepos="1:3-2:5">foo
bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo
bar</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>foo</p>
<p>bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:5" dir="auto">
<p data-sourcepos="1:3-1:5">foo</p>
<p data-sourcepos="3:3-3:5">bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>foo</p><p>bar</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo</p>
<blockquote>
<p>bar</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">foo</p>
<blockquote data-sourcepos="2:1-2:5" dir="auto">
<p data-sourcepos="2:3-2:5">bar</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo</p>
2022-08-13 15:12:31 +05:30
<blockquote multiline="false"><p>bar</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>aaa</p>
</blockquote>
<hr />
<blockquote>
<p>bbb</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<p data-sourcepos="1:3-1:5">aaa</p>
</blockquote>
<hr data-sourcepos="2:1-2:3">
<blockquote data-sourcepos="3:1-3:5" dir="auto">
<p data-sourcepos="3:3-3:5">bbb</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>aaa</p></blockquote>
2022-08-13 15:12:31 +05:30
<hr>
<blockquote multiline="false"><p>bbb</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>bar
baz</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:3" dir="auto">
<p data-sourcepos="1:3-2:3">bar
baz</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>bar
baz</p></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>bar</p>
</blockquote>
<p>baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:5" dir="auto">
<p data-sourcepos="1:3-1:5">bar</p>
</blockquote>
<p data-sourcepos="3:1-3:3" dir="auto">baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>bar</p></blockquote>
2022-08-13 15:12:31 +05:30
<p>baz</p>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<p>bar</p>
</blockquote>
<p>baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:1" dir="auto">
<p data-sourcepos="1:3-1:5">bar</p>
</blockquote>
<p data-sourcepos="3:1-3:3" dir="auto">baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><p>bar</p></blockquote>
2022-08-13 15:12:31 +05:30
<p>baz</p>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<blockquote>
<blockquote>
<p>foo
bar</p>
</blockquote>
</blockquote>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:3" dir="auto">
<blockquote data-sourcepos="1:3-2:3">
<blockquote data-sourcepos="1:5-2:3">
<p data-sourcepos="1:7-2:3">foo
bar</p>
</blockquote>
</blockquote>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><blockquote multiline="false"><blockquote multiline="false"><p>foo
bar</p></blockquote></blockquote></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<blockquote>
<blockquote>
<p>foo
bar
baz</p>
</blockquote>
</blockquote>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:5" dir="auto">
<blockquote data-sourcepos="1:2-3:5">
<blockquote data-sourcepos="1:3-3:5">
<p data-sourcepos="1:5-3:5">foo
bar
baz</p>
</blockquote>
</blockquote>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><blockquote multiline="false"><blockquote multiline="false"><p>foo
bar
baz</p></blockquote></blockquote></blockquote>
2022-10-11 01:57:18 +05:30
05_01_00__container_blocks__block_quotes__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<pre><code>code
</code></pre>
</blockquote>
<blockquote>
<p>not code</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-1:10" dir="auto">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:7-1:10" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</blockquote>
<blockquote data-sourcepos="3:1-3:13" dir="auto">
<p data-sourcepos="3:6-3:13">not code</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><pre class="content-editor-code-block undefined code highlight"><code>code</code></pre></blockquote>
2022-08-13 15:12:31 +05:30
<blockquote multiline="false"><p>not code</p></blockquote>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:15" dir="auto">A paragraph
with two lines.</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:5-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<blockquote data-sourcepos="6:1-6:16" dir="auto">
<p data-sourcepos="6:3-6:16">A block quote.</p>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>A paragraph
with two lines.</p>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre>
<blockquote multiline="false"><p>A block quote.</p></blockquote>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-6:20" dir="auto">
<li data-sourcepos="1:1-6:20">
<p data-sourcepos="1:5-2:19">A paragraph
with two lines.</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:9-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<blockquote data-sourcepos="6:5-6:20">
<p data-sourcepos="6:7-6:20">A block quote.</p>
</blockquote>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>one</li>
</ul>
<p>two</p>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:0" dir="auto">
<li data-sourcepos="1:1-2:0">one</li>
</ul>
<p data-sourcepos="3:2-3:4" dir="auto">two</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>one</p></li></ul>
2022-08-13 15:12:31 +05:30
<p>two</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>one</p>
<p>two</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:5" dir="auto">
<li data-sourcepos="1:1-3:5">
<p data-sourcepos="1:3-1:5">one</p>
<p data-sourcepos="3:3-3:5">two</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>one</p><p>two</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>one</li>
</ul>
<pre><code> two
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:2-2:0" dir="auto">
<li data-sourcepos="1:2-2:0">one</li>
</ul>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:5-3:8" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> two</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>one</p></li></ul>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code> two</code></pre>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>one</p>
<p>two</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:2-3:9" dir="auto">
<li data-sourcepos="1:2-3:9">
<p data-sourcepos="1:7-1:9">one</p>
<p data-sourcepos="3:7-3:9">two</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>one</p><p>two</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<blockquote>
<ol>
<li>
<p>one</p>
<p>two</p>
</li>
</ol>
</blockquote>
</blockquote>
2022-07-23 23:45:48 +05:30
static : |-
<blockquote data-sourcepos="1:4-3:10" dir="auto">
<blockquote data-sourcepos="1:6-3:10">
<ol data-sourcepos="1:8-3:10">
<li data-sourcepos="1:8-3:10">
<p data-sourcepos="1:12-1:14">one</p>
<p data-sourcepos="3:8-3:10">two</p>
</li>
</ol>
</blockquote>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><blockquote multiline="false"><ol parens="false"><li><p>one</p><p>two</p></li></ol></blockquote></blockquote>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<blockquote>
<ul>
<li>one</li>
</ul>
<p>two</p>
</blockquote>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-3:10" dir="auto">
<blockquote data-sourcepos="1:2-3:10">
<ul data-sourcepos="1:3-2:2">
<li data-sourcepos="1:3-2:2">one</li>
</ul>
<p data-sourcepos="3:8-3:10">two</p>
</blockquote>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><blockquote multiline="false"><ul bullet="*"><li><p>one</p></li></ul><p>two</p></blockquote></blockquote>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>-one</p>
<p>2.two</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:4" dir="auto">-one</p>
<p data-sourcepos="3:1-3:5" dir="auto">2.two</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>-one</p>
2022-08-13 15:12:31 +05:30
<p>2.two</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<p>bar</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:5" dir="auto">
<li data-sourcepos="1:1-4:5">
<p data-sourcepos="1:3-1:5">foo</p>
<p data-sourcepos="4:3-4:5">bar</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>foo</p>
<pre><code>bar
</code></pre>
<p>baz</p>
<blockquote>
<p>bam</p>
</blockquote>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-9:9" dir="auto">
<li data-sourcepos="1:1-9:9">
<p data-sourcepos="1:5-1:7">foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:5-5:7" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="7:5-7:7">baz</p>
<blockquote data-sourcepos="9:5-9:9">
<p data-sourcepos="9:7-9:9">bam</p>
</blockquote>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre><p>baz</p><blockquote multiline="false"><p>bam</p></blockquote></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>Foo</p>
<pre><code>bar
baz
</code></pre>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-6:9" dir="auto">
<li data-sourcepos="1:1-6:9">
<p data-sourcepos="1:3-1:5">Foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:7-6:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"></span>
<span id="LC3" class="line" lang="plaintext"></span>
<span id="LC4" class="line" lang="plaintext">baz</span></code></pre>
<copy-code></copy-code>
</div>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>Foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar
baz</code></pre></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol start="123456789">
<li>ok</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol start="123456789" data-sourcepos="1:1-1:13" dir="auto">
<li data-sourcepos="1:1-1:13">ok</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>ok</p></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>1234567890. not ok</p>
static : |-
<p data-sourcepos="1:1-1:18" dir="auto">1234567890. not ok</p>
wysiwyg : |-
<p>1234567890. not ok</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol start="0">
<li>ok</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol start="0" data-sourcepos="1:1-1:5" dir="auto">
<li data-sourcepos="1:1-1:5">ok</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>ok</p></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol start="3">
<li>ok</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol start="3" data-sourcepos="1:1-1:7" dir="auto">
<li data-sourcepos="1:1-1:7">ok</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>ok</p></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>-1. not ok</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">-1. not ok</p>
wysiwyg : |-
<p>-1. not ok</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<pre><code>bar
</code></pre>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:9" dir="auto">
<li data-sourcepos="1:1-3:9">
<p data-sourcepos="1:3-1:5">foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:7-3:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol start="10">
<li>
<p>foo</p>
<pre><code>bar
</code></pre>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol start="10" data-sourcepos="1:3-3:14" dir="auto">
<li data-sourcepos="1:3-3:14">
<p data-sourcepos="1:8-1:10">foo</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:12-3:14" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>foo</p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>indented code
</code></pre>
<p>paragraph</p>
<pre><code>more code
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-2:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="3:1-3:9" dir="auto">paragraph</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="5:5-5:13" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">more code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre>
2022-08-13 15:12:31 +05:30
<p>paragraph</p>
<pre class="content-editor-code-block undefined code highlight"><code>more code</code></pre>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<pre><code>indented code
</code></pre>
<p>paragraph</p>
<pre><code>more code
</code></pre>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-5:16" dir="auto">
<li data-sourcepos="1:1-5:16">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:8-2:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="3:4-3:12">paragraph</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="5:8-5:16" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">more code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><p>paragraph</p><pre class="content-editor-code-block undefined code highlight"><code>more code</code></pre></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<pre><code> indented code
</code></pre>
<p>paragraph</p>
<pre><code>more code
</code></pre>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-5:16" dir="auto">
<li data-sourcepos="1:1-5:16">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:8-2:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext"> indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="3:4-3:12">paragraph</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="5:8-5:16" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">more code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code> indented code</code></pre><p>paragraph</p><pre class="content-editor-code-block undefined code highlight"><code>more code</code></pre></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo</p>
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:4-1:6" dir="auto">foo</p>
<p data-sourcepos="3:1-3:3" dir="auto">bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo</p>
2022-08-13 15:12:31 +05:30
<p>bar</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
</ul>
<p>bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:0" dir="auto">
<li data-sourcepos="1:1-2:0">foo</li>
</ul>
<p data-sourcepos="3:3-3:5" dir="auto">bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li></ul>
2022-08-13 15:12:31 +05:30
<p>bar</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<p>bar</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:6" dir="auto">
<li data-sourcepos="1:1-3:6">
<p data-sourcepos="1:4-1:6">foo</p>
<p data-sourcepos="3:4-3:6">bar</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
<li>
<pre><code>bar
</code></pre>
</li>
<li>
<pre><code>baz
</code></pre>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-8:9" dir="auto">
<li data-sourcepos="1:1-2:5">foo</li>
<li data-sourcepos="3:1-6:5">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:3-6:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">bar</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
<li data-sourcepos="7:1-8:9">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="8:7-8:9" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">baz</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>bar</code></pre></li><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>baz</code></pre></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:5" dir="auto">
<li data-sourcepos="1:1-2:5">foo</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__028 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li></li>
</ul>
<p>foo</p>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:0" dir="auto">
<li data-sourcepos="1:1-1:1">
</li>
</ul>
<p data-sourcepos="3:3-3:5" dir="auto">foo</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p></p></li></ul>
2022-08-13 15:12:31 +05:30
<p>foo</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__029 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
<li></li>
<li>bar</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:5" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
<li data-sourcepos="2:1-2:1">
</li>
<li data-sourcepos="3:1-3:5">bar</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li><li><p></p></li><li><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__030 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
<li></li>
<li>bar</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:5" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
<li data-sourcepos="2:1-2:4">
</li>
<li data-sourcepos="3:1-3:5">bar</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li><li><p></p></li><li><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__031 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>foo</li>
<li></li>
<li>bar</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-3:6" dir="auto">
<li data-sourcepos="1:1-1:6">foo</li>
<li data-sourcepos="2:1-2:2">
</li>
<li data-sourcepos="3:1-3:6">bar</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>foo</p></li><li><p></p></li><li><p>bar</p></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__032 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li></li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:1" dir="auto">
<li data-sourcepos="1:1-1:1">
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p></p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__033 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo
*</p>
<p>foo
1 .</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:1" dir="auto">foo
*</p>
<p data-sourcepos="4:1-5:2" dir="auto">foo
1 .</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo
*</p>
2022-08-13 15:12:31 +05:30
<p>foo
1 .</p>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__034 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:2-6:21" dir="auto">
<li data-sourcepos="1:2-6:21">
<p data-sourcepos="1:6-2:20">A paragraph
with two lines.</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:10-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<blockquote data-sourcepos="6:6-6:21">
<p data-sourcepos="6:8-6:21">A block quote.</p>
</blockquote>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__035 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:3-6:22" dir="auto">
<li data-sourcepos="1:3-6:22">
<p data-sourcepos="1:7-2:21">A paragraph
with two lines.</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:11-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<blockquote data-sourcepos="6:7-6:22">
<p data-sourcepos="6:9-6:22">A block quote.</p>
</blockquote>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__036 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:4-6:23" dir="auto">
<li data-sourcepos="1:4-6:23">
<p data-sourcepos="1:8-2:22">A paragraph
with two lines.</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:12-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<blockquote data-sourcepos="6:8-6:23">
<p data-sourcepos="6:10-6:23">A block quote.</p>
</blockquote>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__037 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>1. A paragraph
with two lines.
indented code
> A block quote.
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-6:24" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">1. A paragraph</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"> with two lines.</span>
<span id="LC3" class="line" lang="plaintext"></span>
<span id="LC4" class="line" lang="plaintext"> indented code</span>
<span id="LC5" class="line" lang="plaintext"></span>
<span id="LC6" class="line" lang="plaintext"> > A block quote.</span></code></pre>
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>1. A paragraph
with two lines.
indented code
> A block quote.</code></pre>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__038 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>A paragraph
with two lines.</p>
<pre><code>indented code
</code></pre>
<blockquote>
<p>A block quote.</p>
</blockquote>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:3-6:22" dir="auto">
<li data-sourcepos="1:3-6:22">
<p data-sourcepos="1:7-2:15">A paragraph
with two lines.</p>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="4:11-5:0" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">indented code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<blockquote data-sourcepos="6:7-6:22">
<p data-sourcepos="6:9-6:22">A block quote.</p>
</blockquote>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>A paragraph
with two lines.</p><pre class="content-editor-code-block undefined code highlight"><code>indented code</code></pre><blockquote multiline="false"><p>A block quote.</p></blockquote></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__039 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>A paragraph
with two lines.</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:3-2:19" dir="auto">
<li data-sourcepos="1:3-2:19">A paragraph
with two lines.</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>A paragraph
with two lines.</p></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__040 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<ol>
<li>
<blockquote>
<p>Blockquote
continued here.</p>
</blockquote>
</li>
</ol>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:15" dir="auto">
<ol data-sourcepos="1:3-2:15">
<li data-sourcepos="1:3-2:15">
<blockquote data-sourcepos="1:6-2:15">
<p data-sourcepos="1:8-2:15">Blockquote
continued here.</p>
</blockquote>
</li>
</ol>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><ol parens="false"><li><p></p><blockquote multiline="false"><p>Blockquote
continued here.</p></blockquote></li></ol></blockquote>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__041 :
2022-07-16 23:28:13 +05:30
canonical : |
<blockquote>
<ol>
<li>
<blockquote>
<p>Blockquote
continued here.</p>
</blockquote>
</li>
</ol>
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<blockquote data-sourcepos="1:1-2:17" dir="auto">
<ol data-sourcepos="1:3-2:17">
<li data-sourcepos="1:3-2:17">
<blockquote data-sourcepos="1:6-2:17">
<p data-sourcepos="1:8-2:17">Blockquote
continued here.</p>
</blockquote>
</li>
</ol>
</blockquote>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<blockquote multiline="false"><ol parens="false"><li><p></p><blockquote multiline="false"><p>Blockquote
continued here.</p></blockquote></li></ol></blockquote>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__042 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo
<ul>
<li>bar
<ul>
<li>baz
<ul>
<li>boo</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:11" dir="auto">
<li data-sourcepos="1:1-4:11">foo
<ul data-sourcepos="2:3-4:11">
<li data-sourcepos="2:3-4:11">bar
<ul data-sourcepos="3:5-4:11">
<li data-sourcepos="3:5-4:11">baz
<ul data-sourcepos="4:7-4:11">
<li data-sourcepos="4:7-4:11">boo</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>foo</p><ul bullet="*"><li><p>bar</p><ul bullet="*"><li><p>baz</p><ul bullet="*"><li><p>boo</p></li></ul></li></ul></li></ul></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__043 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
<li>bar</li>
<li>baz</li>
<li>boo</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:8" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
<li data-sourcepos="2:2-2:6">bar</li>
<li data-sourcepos="3:3-3:7">baz</li>
<li data-sourcepos="4:4-4:8">boo</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li><li><p>bar</p></li><li><p>baz</p></li><li><p>boo</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__044 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol start="10">
<li>foo
<ul>
<li>bar</li>
</ul>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol start="10" data-sourcepos="1:1-2:9" dir="auto">
<li data-sourcepos="1:1-2:9">foo
<ul data-sourcepos="2:5-2:9">
<li data-sourcepos="2:5-2:9">bar</li>
</ul>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ol parens="false"><li><p>foo</p><ul bullet="*"><li><p>bar</p></li></ul></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__045 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol start="10">
<li>foo</li>
</ol>
<ul>
<li>bar</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ol start="10" data-sourcepos="1:1-1:7" dir="auto">
<li data-sourcepos="1:1-1:7">foo</li>
</ol>
<ul data-sourcepos="2:4-2:8" dir="auto">
<li data-sourcepos="2:4-2:8">bar</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>foo</p></li></ol>
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>bar</p></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__046 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<ul>
<li>foo</li>
</ul>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:7" dir="auto">
<li data-sourcepos="1:1-1:7">
<ul data-sourcepos="1:3-1:7">
<li data-sourcepos="1:3-1:7">foo</li>
</ul>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p></p><ul bullet="*"><li><p>foo</p></li></ul></li></ul>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__047 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<ul>
<li>
<ol start="2">
<li>foo</li>
</ol>
</li>
</ul>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-1:11" dir="auto">
<li data-sourcepos="1:1-1:11">
<ul data-sourcepos="1:4-1:11">
<li data-sourcepos="1:4-1:11">
<ol start="2" data-sourcepos="1:6-1:11">
<li data-sourcepos="1:6-1:11">foo</li>
</ol>
</li>
</ul>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p></p><ul bullet="*"><li><p></p><ol parens="false"><li><p>foo</p></li></ol></li></ul></li></ol>
2022-10-11 01:57:18 +05:30
05_02_00__container_blocks__list_items__048 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<h1>Foo</h1>
</li>
<li>
<h2>Bar</h2>
baz</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:5" dir="auto">
<li data-sourcepos="1:1-1:7">
<h1 data-sourcepos="1:3-1:7">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>Foo</h1>
</li>
<li data-sourcepos="2:1-4:5">
<h2 data-sourcepos="2:3-4:5">
<a id="user-content-bar" class="anchor" href="#bar" aria-hidden="true"></a>Bar</h2>
baz</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p></p><h1>Foo</h1></li><li><p></p><h2>Bar</h2><p>
baz</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
<li>bar</li>
</ul>
<ul>
<li>baz</li>
</ul>
static : |-
2022-08-13 15:12:31 +05:30
<ul data-sourcepos="1:1-2:5" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
<li data-sourcepos="2:1-2:5">bar</li>
2022-07-23 23:45:48 +05:30
</ul>
2022-08-13 15:12:31 +05:30
<ul data-sourcepos="3:1-3:5" dir="auto">
<li data-sourcepos="3:1-3:5">baz</li>
2022-07-23 23:45:48 +05:30
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>foo</p></li><li><p>bar</p></li></ul>
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>baz</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>foo</li>
<li>bar</li>
</ol>
<ol start="3">
<li>baz</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-2:6" dir="auto">
<li data-sourcepos="1:1-1:6">foo</li>
<li data-sourcepos="2:1-2:6">bar</li>
</ol>
<ol start="3" data-sourcepos="3:1-3:6" dir="auto">
<li data-sourcepos="3:1-3:6">baz</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>foo</p></li><li><p>bar</p></li></ol>
2022-08-13 15:12:31 +05:30
<ol parens="false"><li><p>baz</p></li></ol>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo</p>
<ul>
<li>bar</li>
<li>baz</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:3" dir="auto">Foo</p>
<ul data-sourcepos="2:1-3:5" dir="auto">
<li data-sourcepos="2:1-2:5">bar</li>
<li data-sourcepos="3:1-3:5">baz</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>Foo</p>
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>bar</p></li><li><p>baz</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>The number of windows in my house is
14 . The number of doors is 6.</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:30" dir="auto">The number of windows in my house is
14 . The number of doors is 6.</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>The number of windows in my house is
14 . The number of doors is 6.</p>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>The number of windows in my house is</p>
<ol>
<li>The number of doors is 6.</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:36" dir="auto">The number of windows in my house is</p>
<ol data-sourcepos="2:1-2:29" dir="auto">
<li data-sourcepos="2:1-2:29">The number of doors is 6.</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>The number of windows in my house is</p>
2022-08-13 15:12:31 +05:30
<ol parens="false"><li><p>The number of doors is 6.</p></li></ol>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
</li>
<li>
<p>bar</p>
</li>
<li>
<p>baz</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-6:5" dir="auto">
<li data-sourcepos="1:1-2:0">
<p data-sourcepos="1:3-1:5">foo</p>
</li>
<li data-sourcepos="3:1-5:0">
<p data-sourcepos="3:3-3:5">bar</p>
</li>
<li data-sourcepos="6:1-6:5">
<p data-sourcepos="6:3-6:5">baz</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p></li><li><p>bar</p></li><li><p>baz</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo
<ul>
<li>bar
<ul>
<li>
<p>baz</p>
<p>bim</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-6:9" dir="auto">
<li data-sourcepos="1:1-6:9">foo
<ul data-sourcepos="2:3-6:9">
<li data-sourcepos="2:3-6:9">bar
<ul data-sourcepos="3:5-6:9">
<li data-sourcepos="3:5-6:9">
<p data-sourcepos="3:7-3:9">baz</p>
<p data-sourcepos="6:7-6:9">bim</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>foo</p><ul bullet="*"><li><p>bar</p><ul bullet="*"><li><p>baz</p><p>bim</p></li></ul></li></ul></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>foo</li>
<li>bar</li>
</ul>
<!-- -->
<ul>
<li>baz</li>
<li>bim</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-3:0" dir="auto">
<li data-sourcepos="1:1-1:5">foo</li>
<li data-sourcepos="2:1-3:0">bar</li>
</ul>
<ul data-sourcepos="6:1-7:5" dir="auto">
<li data-sourcepos="6:1-6:5">baz</li>
<li data-sourcepos="7:1-7:5">bim</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>foo</p></li><li><p>bar</p></li></ul>
<ul bullet="*"><li><p>baz</p></li><li><p>bim</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<p>notcode</p>
</li>
<li>
<p>foo</p>
</li>
</ul>
<!-- -->
<pre><code>code
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-6:0" dir="auto">
<li data-sourcepos="1:1-4:0">
<p data-sourcepos="1:5-1:7">foo</p>
<p data-sourcepos="3:5-3:11">notcode</p>
</li>
<li data-sourcepos="5:1-6:0">
<p data-sourcepos="5:5-5:7">foo</p>
</li>
</ul>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="9:5-9:8" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">code</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>foo</p><p>notcode</p></li><li><p>foo</p></li></ul>
<pre class="content-editor-code-block undefined code highlight"><code>code</code></pre>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
<li>f</li>
<li>g</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-7:3" dir="auto">
<li data-sourcepos="1:1-1:3">a</li>
<li data-sourcepos="2:2-2:4">b</li>
<li data-sourcepos="3:3-3:5">c</li>
<li data-sourcepos="4:4-4:6">d</li>
<li data-sourcepos="5:3-5:5">e</li>
<li data-sourcepos="6:2-6:4">f</li>
<li data-sourcepos="7:1-7:3">g</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li><li><p>d</p></li><li><p>e</p></li><li><p>f</p></li><li><p>g</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>a</p>
</li>
<li>
<p>b</p>
</li>
<li>
<p>c</p>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-5:7" dir="auto">
<li data-sourcepos="1:1-2:0">
<p data-sourcepos="1:4-1:4">a</p>
</li>
<li data-sourcepos="3:3-4:0">
<p data-sourcepos="3:6-3:6">b</p>
</li>
<li data-sourcepos="5:4-5:7">
<p data-sourcepos="5:7-5:7">c</p>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li></ol>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a</li>
<li>b</li>
<li>c</li>
<li>d
- e</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-5:7" dir="auto">
<li data-sourcepos="1:1-1:3">a</li>
<li data-sourcepos="2:2-2:4">b</li>
<li data-sourcepos="3:3-3:5">c</li>
<li data-sourcepos="4:4-5:7">d
- e</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li><li><p>d
- e</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<p>a</p>
</li>
<li>
<p>b</p>
</li>
</ol>
<pre><code>3. c
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-4:0" dir="auto">
<li data-sourcepos="1:1-2:0">
<p data-sourcepos="1:4-1:4">a</p>
</li>
<li data-sourcepos="3:3-4:0">
<p data-sourcepos="3:6-3:6">b</p>
</li>
</ol>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="5:5-5:8" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">3. c</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p>a</p></li><li><p>b</p></li></ol>
2022-08-13 15:12:31 +05:30
<pre class="content-editor-code-block undefined code highlight"><code>3. c</code></pre>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>a</p>
</li>
<li>
<p>b</p>
</li>
<li>
<p>c</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:3" dir="auto">
<li data-sourcepos="1:1-1:3">
<p data-sourcepos="1:3-1:3">a</p>
</li>
<li data-sourcepos="2:1-3:0">
<p data-sourcepos="2:3-2:3">b</p>
</li>
<li data-sourcepos="4:1-4:3">
<p data-sourcepos="4:3-4:3">c</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p></li><li><p>c</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>a</p>
</li>
<li></li>
<li>
<p>c</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:3" dir="auto">
<li data-sourcepos="1:1-1:3">
<p data-sourcepos="1:3-1:3">a</p>
</li>
<li data-sourcepos="2:1-2:1">
</li>
<li data-sourcepos="4:1-4:3">
<p data-sourcepos="4:3-4:3">c</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p></li><li><p></p></li><li><p>c</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>a</p>
</li>
<li>
<p>b</p>
<p>c</p>
</li>
<li>
<p>d</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-5:3" dir="auto">
<li data-sourcepos="1:1-1:3">
<p data-sourcepos="1:3-1:3">a</p>
</li>
<li data-sourcepos="2:1-4:3">
<p data-sourcepos="2:3-2:3">b</p>
<p data-sourcepos="4:3-4:3">c</p>
</li>
<li data-sourcepos="5:1-5:3">
<p data-sourcepos="5:3-5:3">d</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p></li><li><p>b</p><p>c</p></li><li><p>d</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>a</p>
</li>
<li>
<p>b</p>
</li>
<li>
<p>d</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-5:3" dir="auto">
<li data-sourcepos="1:1-1:3">
<p data-sourcepos="1:3-1:3">a</p>
</li>
<li data-sourcepos="2:1-4:13">
<p data-sourcepos="2:3-2:3">b</p>
</li>
<li data-sourcepos="5:1-5:3">
<p data-sourcepos="5:3-5:3">d</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<ul bullet="*"><li><p>a</p></li><li><p>b</p><pre>[ref]: /url</pre></li><li><p>d</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a</li>
<li>
<pre><code>b
</code></pre>
</li>
<li>c</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-7:3" dir="auto">
<li data-sourcepos="1:1-1:3">a</li>
<li data-sourcepos="2:1-6:5">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="2:3-6:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">b</span>
2022-07-23 23:45:48 +05:30
<span id="LC2" class="line" lang="plaintext"></span>
<span id="LC3" class="line" lang="plaintext"></span></code></pre>
<copy-code></copy-code>
</div>
</li>
<li data-sourcepos="7:1-7:3">c</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>a</p></li><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>b</code></pre></li><li><p>c</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a
<ul>
<li>
<p>b</p>
<p>c</p>
</li>
</ul>
</li>
<li>d</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-5:3" dir="auto">
<li data-sourcepos="1:1-4:5">a
<ul data-sourcepos="2:3-4:5">
<li data-sourcepos="2:3-4:5">
<p data-sourcepos="2:5-2:5">b</p>
<p data-sourcepos="4:5-4:5">c</p>
</li>
</ul>
</li>
<li data-sourcepos="5:1-5:3">d</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>a</p><ul bullet="*"><li><p>b</p><p>c</p></li></ul></li><li><p>d</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a
<blockquote>
<p>b</p>
</blockquote>
</li>
<li>c</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:3" dir="auto">
<li data-sourcepos="1:1-3:3">a
<blockquote data-sourcepos="2:3-3:3">
<p data-sourcepos="2:5-2:5">b</p>
</blockquote>
</li>
<li data-sourcepos="4:1-4:3">c</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>a</p><blockquote multiline="false"><p>b</p></blockquote></li><li><p>c</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a
<blockquote>
<p>b</p>
</blockquote>
<pre><code>c
</code></pre>
</li>
<li>d</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-6:3" dir="auto">
<li data-sourcepos="1:1-5:5">a
<blockquote data-sourcepos="2:3-2:5">
<p data-sourcepos="2:5-2:5">b</p>
</blockquote>
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="3:3-5:5" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">c</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
</li>
<li data-sourcepos="6:1-6:3">d</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>a</p><blockquote multiline="false"><p>b</p></blockquote><pre class="content-editor-code-block undefined code highlight"><code>c</code></pre></li><li><p>d</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-1:3" dir="auto">
<li data-sourcepos="1:1-1:3">a</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>a
<ul>
<li>b</li>
</ul>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-2:5" dir="auto">
<li data-sourcepos="1:1-2:5">a
<ul data-sourcepos="2:3-2:5">
<li data-sourcepos="2:3-2:5">b</li>
</ul>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<ul bullet="*"><li><p>a</p><ul bullet="*"><li><p>b</p></li></ul></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<ol>
<li>
<pre><code>foo
</code></pre>
<p>bar</p>
</li>
</ol>
static : |-
2022-07-23 23:45:48 +05:30
<ol data-sourcepos="1:1-5:6" dir="auto">
<li data-sourcepos="1:1-5:6">
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:4-3:6" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
<p data-sourcepos="5:4-5:6">bar</p>
</li>
</ol>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ol parens="false"><li><p></p><pre class="content-editor-code-block undefined code highlight"><code>foo</code></pre><p>bar</p></li></ol>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>foo</p>
<ul>
<li>bar</li>
</ul>
<p>baz</p>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-4:5" dir="auto">
<li data-sourcepos="1:1-4:5">
<p data-sourcepos="1:3-1:5">foo</p>
<ul data-sourcepos="2:3-3:0">
<li data-sourcepos="2:3-3:0">bar</li>
</ul>
<p data-sourcepos="4:3-4:5">baz</p>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>foo</p><ul bullet="*"><li><p>bar</p></li></ul><p>baz</p></li></ul>
2022-10-11 01:57:18 +05:30
05_04_00__container_blocks__lists__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<ul>
<li>
<p>a</p>
<ul>
<li>b</li>
<li>c</li>
</ul>
</li>
<li>
<p>d</p>
<ul>
<li>e</li>
<li>f</li>
</ul>
</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<ul data-sourcepos="1:1-7:5" dir="auto">
<li data-sourcepos="1:1-4:0">
<p data-sourcepos="1:3-1:3">a</p>
<ul data-sourcepos="2:3-4:0">
<li data-sourcepos="2:3-2:5">b</li>
<li data-sourcepos="3:3-4:0">c</li>
</ul>
</li>
<li data-sourcepos="5:1-7:5">
<p data-sourcepos="5:3-5:3">d</p>
<ul data-sourcepos="6:3-7:5">
<li data-sourcepos="6:3-6:5">e</li>
<li data-sourcepos="7:3-7:5">f</li>
</ul>
</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<ul bullet="*"><li><p>a</p><ul bullet="*"><li><p>b</p></li><li><p>c</p></li></ul></li><li><p>d</p><ul bullet="*"><li><p>e</p></li><li><p>f</p></li></ul></li></ul>
2022-10-11 01:57:18 +05:30
06_01_00__inlines__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>hi</code>lo`</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><code>hi</code>lo`</p>
wysiwyg : |-
<p><code>hi</code>lo`</p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</p>
static : |-
<p data-sourcepos="1:1-1:224" dir="auto"><span>!</span>"<span>#</span><span>$</span><span>%</span><span>&</span>'()*+,-./:;<=>?<span>@</span>[\]<span>^</span>_`{|}<span>~</span></p>
wysiwyg : |-
<p>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__002 :
2022-07-16 23:28:13 +05:30
canonical : "<p>\\\t\\A\\a\\ \\3\\φ\\«</p>\n"
static : "<p data-sourcepos=\"1:1-1:16\" dir=\"auto\">\\\t\\A\\a\\ \\3\\φ\\«</p>"
wysiwyg : "<p>\\\t\\A\\a\\ \\3\\φ\\«</p>"
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*not emphasized*
<br/> not a tag
[ not a link](/foo)
`not code`
1 . not a list
* not a list
# not a heading
[foo] : /url "not a reference"
&ouml; not a character entity</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-9:50" dir="auto">*not emphasized*
<br/> not a tag
<a href="/foo">not a link</a>
`not code`
1 . not a list
* not a list
<span>#</span> not a heading
[foo] : /url "not a reference"
<span>&</span>ouml; not a character entity</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>*not emphasized*
<br/> not a tag
[ not a link](/foo)
`not code`
1 . not a list
* not a list
# not a heading
[foo] : /url "not a reference"
&ouml; not a character entity</p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>\<em>emphasis</em></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">\<em>emphasis</em></p>
wysiwyg : |-
<p>\<em>emphasis</em></p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<br />
bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">foo<br>
bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo<br>
bar</p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>\[\`</code></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><code>\[\`</code></p>
wysiwyg : |-
<p><code>\[\`</code></p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>\[\]
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:8" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">\[\]</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>\[\]</code></pre>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>\[\]
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">\[\]</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>\[\]</code></pre>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://example.com?find=%5C*">http://example.com?find=\*</a></p>
static : |-
<p data-sourcepos="1:1-1:28" dir="auto"><a href="http://example.com?find=%5C*" rel="nofollow noreferrer noopener" target="_blank">http://example.com?find=\*</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com?find=%5C*">http://example.com?find=\*</a></p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<a href="/bar\/)">
static : |-
<a href="/bar%5C/)" rel="nofollow noreferrer noopener" target="_blank"></a>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/bar*" title="ti*tle">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:23" dir="auto"><a href="/bar*" title="ti*tle">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/bar*" title="ti*tle">foo</a></p>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/bar*" title="ti*tle">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/bar*" title="ti*tle">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/bar*" title="ti*tle">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /bar* "ti*tle"</pre>
2022-10-11 01:57:18 +05:30
06_02_00__inlines__backslash_escapes__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code class="language-foo+bar">foo
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="foo+bar" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre language="foo+bar" class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p> & © Æ Ď
¾ ℋ ⅆ
∲ ≧̸</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:32" dir="auto"> & © Æ Ď
¾ ℋ ⅆ
∲ ≧̸</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p> & © Æ Ď
¾ ℋ ⅆ
∲ ≧̸</p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p># Ӓ Ϡ <20> </p>
static : |-
<p data-sourcepos="1:1-1:25" dir="auto"># Ӓ Ϡ <20> </p>
wysiwyg : |-
<p># Ӓ Ϡ <20> </p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>" ആ ಫ</p>
static : |-
<p data-sourcepos="1:1-1:22" dir="auto">" ആ ಫ</p>
wysiwyg : |-
<p>" ആ ಫ</p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>&nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-4:24" dir="auto">&nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>&nbsp &x; &#; &#x;
&#987654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;</p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>&copy</p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto">&copy</p>
wysiwyg : |-
<p>&copy</p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>&MadeUpEntity;</p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto">&MadeUpEntity;</p>
wysiwyg : |-
<p>&MadeUpEntity;</p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<a href="öö.html">
static : |-
<a href="%C3%B6%C3%B6.html" rel="nofollow noreferrer noopener" target="_blank"></a>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:37" dir="auto"><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/f%C3%B6%C3%B6" title="föö">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /föö "föö"</pre>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code class="language-föö">foo
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="föö" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">foo</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre language="föö" class="content-editor-code-block undefined code highlight"><code>foo</code></pre>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>f&ouml;&ouml;</code></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><code>f&ouml;&ouml;</code></p>
wysiwyg : |-
<p><code>f&ouml;&ouml;</code></p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<pre><code>f&ouml;f&ouml;
</code></pre>
static : |-
2022-07-23 23:45:48 +05:30
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:5-1:18" lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">f&ouml;f&ouml;</span></code></pre>
2022-07-23 23:45:48 +05:30
<copy-code></copy-code>
</div>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<pre class="content-editor-code-block undefined code highlight"><code>f&ouml;f&ouml;</code></pre>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*foo*
<em>foo</em></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:5" dir="auto">*foo*
<em>foo</em></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>*foo*
<em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>* foo</p>
<ul>
<li>foo</li>
</ul>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:9" dir="auto">* foo</p>
<ul data-sourcepos="3:1-3:5" dir="auto">
<li data-sourcepos="3:1-3:5">foo</li>
</ul>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>* foo</p>
2022-08-13 15:12:31 +05:30
<ul bullet="*"><li><p>foo</p></li></ul>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo
bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:16" dir="auto">foo
bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo
bar</p>
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__016 :
2022-07-16 23:28:13 +05:30
canonical : "<p>\tfoo</p>\n"
static : "<p data-sourcepos=\"1:1-1:7\" dir=\"auto\">\tfoo</p>"
wysiwyg : "<p>\tfoo</p>"
2022-10-11 01:57:18 +05:30
06_03_00__inlines__entity_and_numeric_character_references__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[a](url "tit")</p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="url" title="tit">a</a></p>
wysiwyg : |-
<p>[a](url "tit")</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo</code></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><code>foo</code></p>
wysiwyg : |-
<p><code>foo</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo ` bar</code></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><code>foo ` bar</code></p>
wysiwyg : |-
<p><code>foo ` bar</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>``</code></p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto"><code>``</code></p>
wysiwyg : |-
<p><code>``</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code> `` </code></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><code> `` </code></p>
wysiwyg : |-
<p><code> `` </code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code> a</code></p>
static : |-
<p data-sourcepos="1:1-1:4" dir="auto"><code> a</code></p>
wysiwyg : |-
<p><code> a</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code> b </code></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><code> b </code></p>
wysiwyg : |-
<p><code> b </code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code> </code>
<code> </code></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:4" dir="auto"><code> </code>
<code> </code></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo bar baz</code></p>
static : |-
<p data-sourcepos="1:1-5:2" dir="auto"><code>foo bar baz</code></p>
wysiwyg : |-
<p><code>foo bar baz</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo </code></p>
static : |-
<p data-sourcepos="1:1-3:2" dir="auto"><code>foo </code></p>
wysiwyg : |-
<p><code>foo </code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo bar baz</code></p>
static : |-
<p data-sourcepos="1:1-2:4" dir="auto"><code>foo bar baz</code></p>
wysiwyg : |-
<p><code>foo bar baz</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo\</code>bar`</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><code>foo\</code>bar`</p>
wysiwyg : |-
<p><code>foo\</code>bar`</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo`bar</code></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><code>foo`bar</code></p>
wysiwyg : |-
<p><code>foo`bar</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>foo `` bar</code></p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto"><code>foo `` bar</code></p>
wysiwyg : |-
<p><code>foo `` bar</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*foo<code>*</code></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">*foo<code>*</code></p>
wysiwyg : |-
<p>*foo<code>*</code></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[not a <code>link](/foo</code>)</p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto">[not a <code>link](/foo</code>)</p>
wysiwyg : |-
<p>[not a <code>link](/foo</code>)</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code><a href="</code>">`</p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto"><code><a href="</code>">`</p>
wysiwyg : |-
<p><code><a href="</code>">`</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="`">`</p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><a href="%60" rel="nofollow noreferrer noopener" target="_blank">`</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="`">`</a></p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code><http://foo.bar.</code>baz>`</p>
static : |-
<p data-sourcepos="1:1-1:23" dir="auto"><code><http://foo.bar.</code>baz>`</p>
wysiwyg : |-
<p><code><http://foo.bar.</code>baz>`</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://foo.bar.%60baz">http://foo.bar.`baz</a>`</p>
static : |-
<p data-sourcepos="1:1-1:22" dir="auto"><a href="http://foo.bar.%60baz" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar.`baz</a>`</p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar.%60baz">http://foo.bar.`baz</a>`</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>```foo``</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">```foo``</p>
wysiwyg : |-
<p>```foo``</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>`foo</p>
static : |-
<p data-sourcepos="1:1-1:4" dir="auto">`foo</p>
wysiwyg : |-
<p>`foo</p>
2022-10-11 01:57:18 +05:30
06_04_00__inlines__code_spans__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>`foo<code>bar</code></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto">`foo<code>bar</code></p>
wysiwyg : |-
<p>`foo<code>bar</code></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo bar</em></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>foo bar</em></p>
wysiwyg : |-
<p><em>foo bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>a * foo bar*</p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">a * foo bar*</p>
wysiwyg : |-
<p>a * foo bar*</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>a*"foo"*</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">a*"foo"*</p>
wysiwyg : |-
<p>a*"foo"*</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>* a *</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">* a *</p>
wysiwyg : |-
<p>* a *</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<em>bar</em></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">foo<em>bar</em></p>
wysiwyg : |-
<p>foo<em>bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>5<em>6</em>78</p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto">5<em>6</em>78</p>
wysiwyg : |-
<p>5<em>6</em>78</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo bar</em></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>foo bar</em></p>
wysiwyg : |-
<p><em>foo bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_ foo bar_</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">_ foo bar_</p>
wysiwyg : |-
<p>_ foo bar_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>a_"foo"_</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">a_"foo"_</p>
wysiwyg : |-
<p>a_"foo"_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo_bar_</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">foo_bar_</p>
wysiwyg : |-
<p>foo_bar_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>5_6_78</p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto">5_6_78</p>
wysiwyg : |-
<p>5_6_78</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>пр ис та ням_с тр е мятс я_</p>
static : |-
<p data-sourcepos="1:1-1:38" dir="auto">пр ис та ням_с тр е мятс я_</p>
wysiwyg : |-
<p>пр ис та ням_с тр е мятс я_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>aa_"bb"_cc</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">aa_"bb"_cc</p>
wysiwyg : |-
<p>aa_"bb"_cc</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo-<em>(bar)</em></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto">foo-<em>(bar)</em></p>
wysiwyg : |-
<p>foo-<em>(bar)</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_foo*</p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto">_foo*</p>
wysiwyg : |-
<p>_foo*</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*foo bar *</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">*foo bar *</p>
wysiwyg : |-
<p>*foo bar *</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*foo bar
*</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:1" dir="auto">*foo bar
*</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>*foo bar
*</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*(*foo)</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">*(*foo)</p>
wysiwyg : |-
<p>*(*foo)</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>(<em>foo</em>)</em></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>(<em>foo</em>)</em></p>
wysiwyg : |-
<p><em>(foo</em>)</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo</em>bar</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>foo</em>bar</p>
wysiwyg : |-
<p><em>foo</em>bar</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_foo bar _</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">_foo bar _</p>
wysiwyg : |-
<p>_foo bar _</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_(_foo)</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">_(_foo)</p>
wysiwyg : |-
<p>_(_foo)</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>(<em>foo</em>)</em></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><em>(<em>foo</em>)</em></p>
wysiwyg : |-
<p><em>(foo</em>)</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_foo_bar</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">_foo_bar</p>
wysiwyg : |-
<p>_foo_bar</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_пр ис та ням_с тр е мятс я</p>
static : |-
<p data-sourcepos="1:1-1:38" dir="auto">_пр ис та ням_с тр е мятс я</p>
wysiwyg : |-
<p>_пр ис та ням_с тр е мятс я</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo_bar_baz</em></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><em>foo_bar_baz</em></p>
wysiwyg : |-
<p><em>foo_bar_baz</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>(bar)</em>.</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>(bar)</em>.</p>
wysiwyg : |-
<p><em>(bar)</em>.</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__028 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo bar</strong></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><strong>foo bar</strong></p>
wysiwyg : |-
<p><strong>foo bar</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__029 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>** foo bar**</p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">** foo bar**</p>
wysiwyg : |-
<p>** foo bar**</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__030 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>a**"foo"**</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">a**"foo"**</p>
wysiwyg : |-
<p>a**"foo"**</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__031 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<strong>bar</strong></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">foo<strong>bar</strong></p>
wysiwyg : |-
<p>foo<strong>bar</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__032 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo bar</strong></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><strong>foo bar</strong></p>
wysiwyg : |-
<p><strong>foo bar</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__033 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__ foo bar__</p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">__ foo bar__</p>
wysiwyg : |-
<p>__ foo bar__</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__034 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__
foo bar__</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:9" dir="auto">__
foo bar__</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>__
foo bar__</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__035 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>a__"foo"__</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">a__"foo"__</p>
wysiwyg : |-
<p>a__"foo"__</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__036 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo__bar__</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">foo__bar__</p>
wysiwyg : |-
<p>foo__bar__</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__037 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>5__6__78</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">5__6__78</p>
wysiwyg : |-
<p>5__6__78</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__038 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>пр ис та ням__с тр е мятс я__</p>
static : |-
<p data-sourcepos="1:1-1:40" dir="auto">пр ис та ням__с тр е мятс я__</p>
wysiwyg : |-
<p>пр ис та ням__с тр е мятс я__</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__039 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo, <strong>bar</strong>, baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto"><strong>foo, <strong>bar</strong>, baz</strong></p>
wysiwyg : |-
<p><strong>foo, bar</strong>, baz</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__040 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo-<strong>(bar)</strong></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">foo-<strong>(bar)</strong></p>
wysiwyg : |-
<p>foo-<strong>(bar)</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__041 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>**foo bar **</p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">**foo bar **</p>
wysiwyg : |-
<p>**foo bar **</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__042 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>**(**foo)</p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto">**(**foo)</p>
wysiwyg : |-
<p>**(**foo)</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__043 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>(<strong>foo</strong>)</em></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><em>(<strong>foo</strong>)</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>(</em><strong><em>foo</em></strong><em>)</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__044 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.
<em>Asclepias physocarpa</em>)</strong></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:25" dir="auto"><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.
<em>Asclepias physocarpa</em>)</strong></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.
<em>Asclepias physocarpa</em>)</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__045 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo "<em>bar</em>" foo</strong></p>
static : |-
<p data-sourcepos="1:1-1:19" dir="auto"><strong>foo "<em>bar</em>" foo</strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo "<em>bar</em>" foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__046 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo</strong>bar</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><strong>foo</strong>bar</p>
wysiwyg : |-
<p><strong>foo</strong>bar</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__047 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__foo bar __</p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">__foo bar __</p>
wysiwyg : |-
<p>__foo bar __</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__048 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__(__foo)</p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto">__(__foo)</p>
wysiwyg : |-
<p>__(__foo)</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__049 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>(<strong>foo</strong>)</em></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><em>(<strong>foo</strong>)</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>(</em><strong><em>foo</em></strong><em>)</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__050 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__foo__bar</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">__foo__bar</p>
wysiwyg : |-
<p>__foo__bar</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__051 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__пр ис та ням__с тр е мятс я</p>
static : |-
<p data-sourcepos="1:1-1:40" dir="auto">__пр ис та ням__с тр е мятс я</p>
wysiwyg : |-
<p>__пр ис та ням__с тр е мятс я</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__052 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo__bar__baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><strong>foo__bar__baz</strong></p>
wysiwyg : |-
<p><strong>foo__bar__baz</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__053 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>(bar)</strong>.</p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><strong>(bar)</strong>.</p>
wysiwyg : |-
<p><strong>(bar)</strong>.</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__054 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <a href="/url">bar</a></em></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><em>foo <a href="/url">bar</a></em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo </em><a target="_blank" rel="noopener noreferrer nofollow" href="/url"><em>bar</em></a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__055 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo
bar</em></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:4" dir="auto"><em>foo
bar</em></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><em>foo
bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__056 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <strong>bar</strong> baz</em></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><em>foo <strong>bar</strong> baz</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo </em><strong><em>bar</em></strong><em> baz</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__057 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <em>bar</em> baz</em></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo <em>bar</em> baz</em></p>
wysiwyg : |-
<p><em>foo bar</em> baz</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__058 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em><em>foo</em> bar</em></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><em><em>foo</em> bar</em></p>
wysiwyg : |-
<p><em>foo</em> bar</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__059 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <em>bar</em></em></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><em>foo <em>bar</em></em></p>
wysiwyg : |-
<p><em>foo bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__060 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <strong>bar</strong> baz</em></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><em>foo <strong>bar</strong> baz</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo </em><strong><em>bar</em></strong><em> baz</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__061 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo<strong>bar</strong>baz</em></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo<strong>bar</strong>baz</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo</em><strong><em>bar</em></strong><em>baz</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__062 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo**bar</em></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><em>foo**bar</em></p>
wysiwyg : |-
<p><em>foo**bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__063 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em><strong>foo</strong> bar</em></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><em><strong>foo</strong> bar</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong><em>foo</em></strong><em> bar</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__064 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <strong>bar</strong></em></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><em>foo <strong>bar</strong></em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo </em><strong><em>bar</em></strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__065 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo<strong>bar</strong></em></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto"><em>foo<strong>bar</strong></em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo</em><strong><em>bar</em></strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__066 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<em><strong>bar</strong></em>baz</p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto">foo<em><strong>bar</strong></em>baz</p>
wysiwyg : |-
<p>foo<strong><em>bar</em></strong>baz</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__067 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto">foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>
wysiwyg : |-
<p>foo<strong>bar</strong>***baz</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__068 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto"><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo </em><strong><em>bar baz</em> bim</strong> bop</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__069 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <a href="/url"><em>bar</em></a></em></p>
static : |-
<p data-sourcepos="1:1-1:19" dir="auto"><em>foo <a href="/url"><em>bar</em></a></em></p>
wysiwyg : |-
<p><em>foo </em><a target="_blank" rel="noopener noreferrer nofollow" href="/url"><em>bar</em></a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__070 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>** is not an empty emphasis</p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto">** is not an empty emphasis</p>
wysiwyg : |-
<p>** is not an empty emphasis</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__071 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>**** is not an empty strong emphasis</p>
static : |-
<p data-sourcepos="1:1-1:36" dir="auto">**** is not an empty strong emphasis</p>
wysiwyg : |-
<p>**** is not an empty strong emphasis</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__072 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <a href="/url">bar</a></strong></p>
static : |-
<p data-sourcepos="1:1-1:19" dir="auto"><strong>foo <a href="/url">bar</a></strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo </strong><a target="_blank" rel="noopener noreferrer nofollow" href="/url"><strong>bar</strong></a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__073 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo
bar</strong></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:5" dir="auto"><strong>foo
bar</strong></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><strong>foo
bar</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__074 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <em>bar</em> baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><strong>foo <em>bar</em> baz</strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo <em>bar</em> baz</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__075 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <strong>bar</strong> baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:19" dir="auto"><strong>foo <strong>bar</strong> baz</strong></p>
wysiwyg : |-
<p><strong>foo bar</strong> baz</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__076 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong><strong>foo</strong> bar</strong></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong><strong>foo</strong> bar</strong></p>
wysiwyg : |-
<p><strong>foo</strong> bar</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__077 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <strong>bar</strong></strong></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong>foo <strong>bar</strong></strong></p>
wysiwyg : |-
<p><strong>foo bar</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__078 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <em>bar</em> baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><strong>foo <em>bar</em> baz</strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo <em>bar</em> baz</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__079 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo<em>bar</em>baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong>foo<em>bar</em>baz</strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo<em>bar</em>baz</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__080 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong><em>foo</em> bar</strong></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><strong><em>foo</em> bar</strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong><em>foo</em> bar</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__081 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <em>bar</em></strong></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><strong>foo <em>bar</em></strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo <em>bar</em></strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__082 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <em>bar <strong>baz</strong>
bim</em> bop</strong></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:10" dir="auto"><strong>foo <em>bar <strong>baz</strong>
bim</em> bop</strong></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo <em>bar baz</em></strong><em>
bim</em> bop</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__083 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo <a href="/url"><em>bar</em></a></strong></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto"><strong>foo <a href="/url"><em>bar</em></a></strong></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><strong>foo </strong><a target="_blank" rel="noopener noreferrer nofollow" href="/url"><strong><em>bar</em></strong></a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__084 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__ is not an empty emphasis</p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto">__ is not an empty emphasis</p>
wysiwyg : |-
<p>__ is not an empty emphasis</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__085 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>____ is not an empty strong emphasis</p>
static : |-
<p data-sourcepos="1:1-1:36" dir="auto">____ is not an empty strong emphasis</p>
wysiwyg : |-
<p>____ is not an empty strong emphasis</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__086 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo ***</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">foo ***</p>
wysiwyg : |-
<p>foo ***</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__087 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <em>*</em></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">foo <em>*</em></p>
wysiwyg : |-
<p>foo <em>*</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__088 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <em>_</em></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">foo <em>_</em></p>
wysiwyg : |-
<p>foo <em>_</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__089 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo *****</p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto">foo *****</p>
wysiwyg : |-
<p>foo *****</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__090 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <strong>*</strong></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">foo <strong>*</strong></p>
wysiwyg : |-
<p>foo <strong>*</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__091 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <strong>_</strong></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto">foo <strong>_</strong></p>
wysiwyg : |-
<p>foo <strong>_</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__092 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<em>foo</em></p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto">*<em>foo</em></p>
wysiwyg : |-
<p>*<em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__093 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo</em>*</p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto"><em>foo</em>*</p>
wysiwyg : |-
<p><em>foo</em>*</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__094 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<strong>foo</strong></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">*<strong>foo</strong></p>
wysiwyg : |-
<p>*<strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__095 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>***<em>foo</em></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">***<em>foo</em></p>
wysiwyg : |-
<p>***<em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__096 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo</strong>*</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><strong>foo</strong>*</p>
wysiwyg : |-
<p><strong>foo</strong>*</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__097 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo</em>***</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>foo</em>***</p>
wysiwyg : |-
<p><em>foo</em>***</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__098 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo ___</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">foo ___</p>
wysiwyg : |-
<p>foo ___</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__099 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <em>_</em></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">foo <em>_</em></p>
wysiwyg : |-
<p>foo <em>_</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__100 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <em>*</em></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">foo <em>*</em></p>
wysiwyg : |-
<p>foo <em>*</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__101 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo _____</p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto">foo _____</p>
wysiwyg : |-
<p>foo _____</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__102 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <strong>_</strong></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto">foo <strong>_</strong></p>
wysiwyg : |-
<p>foo <strong>_</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__103 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <strong>*</strong></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto">foo <strong>*</strong></p>
wysiwyg : |-
<p>foo <strong>*</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__104 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_<em>foo</em></p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto">_<em>foo</em></p>
wysiwyg : |-
<p>_<em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__105 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo</em>_</p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto"><em>foo</em>_</p>
wysiwyg : |-
<p><em>foo</em>_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__106 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_<strong>foo</strong></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">_<strong>foo</strong></p>
wysiwyg : |-
<p>_<strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__107 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>___<em>foo</em></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto">___<em>foo</em></p>
wysiwyg : |-
<p>___<em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__108 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo</strong>_</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><strong>foo</strong>_</p>
wysiwyg : |-
<p><strong>foo</strong>_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__109 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo</em>___</p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><em>foo</em>___</p>
wysiwyg : |-
<p><em>foo</em>___</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__110 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo</strong></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><strong>foo</strong></p>
wysiwyg : |-
<p><strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__111 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em><em>foo</em></em></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><em><em>foo</em></em></p>
wysiwyg : |-
<p><em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__112 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong>foo</strong></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><strong>foo</strong></p>
wysiwyg : |-
<p><strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__113 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em><em>foo</em></em></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><em><em>foo</em></em></p>
wysiwyg : |-
<p><em>foo</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__114 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong><strong>foo</strong></strong></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><strong><strong>foo</strong></strong></p>
wysiwyg : |-
<p><strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__115 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong><strong>foo</strong></strong></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><strong><strong>foo</strong></strong></p>
wysiwyg : |-
<p><strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__116 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong><strong><strong>foo</strong></strong></strong></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><strong><strong><strong>foo</strong></strong></strong></p>
wysiwyg : |-
<p><strong>foo</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__117 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em><strong>foo</strong></em></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><em><strong>foo</strong></em></p>
wysiwyg : |-
<p><strong><em>foo</em></strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__118 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em><strong><strong>foo</strong></strong></em></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><em><strong><strong>foo</strong></strong></em></p>
wysiwyg : |-
<p><strong><em>foo</em></strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__119 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo _bar</em> baz_</p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo _bar</em> baz_</p>
wysiwyg : |-
<p><em>foo _bar</em> baz_</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__120 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo <strong>bar *baz bim</strong> bam</em></p>
static : |-
<p data-sourcepos="1:1-1:26" dir="auto"><em>foo <strong>bar *baz bim</strong> bam</em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo </em><strong><em>bar *baz bim</em></strong><em> bam</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__121 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>**foo <strong>bar baz</strong></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto">**foo <strong>bar baz</strong></p>
wysiwyg : |-
<p>**foo <strong>bar baz</strong></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__122 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*foo <em>bar baz</em></p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto">*foo <em>bar baz</em></p>
wysiwyg : |-
<p>*foo <em>bar baz</em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__123 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<a href="/url">bar*</a></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">*<a href="/url">bar*</a></p>
wysiwyg : |-
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/url">bar*</a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__124 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>_foo <a href="/url">bar_</a></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto">_foo <a href="/url">bar_</a></p>
wysiwyg : |-
<p>_foo <a target="_blank" rel="noopener noreferrer nofollow" href="/url">bar_</a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__125 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<img src="foo" title="*"/></p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto">*<a class="no-attachment-icon" href="foo" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" title="*" decoding="async" class="lazy" data-src="foo"></a></p>
wysiwyg : |-
<p>*<img src="foo" title="*"></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__126 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>**<a href="**"></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto">**<a href="**"></a></p>
wysiwyg : |-
<p>**</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__127 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__<a href="__"></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto">__<a href="__"></a></p>
wysiwyg : |-
<p>__</p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__128 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>a <code>*</code></em></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><em>a <code>*</code></em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>a <code>*</code></em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__129 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>a <code>_</code></em></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><em>a <code>_</code></em></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>a <code>_</code></em></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__130 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>**a<a href="http://foo.bar/?q=**">http://foo.bar/?q=**</a></p>
static : |-
<p data-sourcepos="1:1-1:25" dir="auto">**a<a href="http://foo.bar/?q=**" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar/?q=**</a></p>
wysiwyg : |-
<p>**a<a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar/?q=**">http://foo.bar/?q=**</a></p>
2022-10-11 01:57:18 +05:30
06_05_00__inlines__emphasis_and_strong_emphasis__131 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>__a<a href="http://foo.bar/?q=__">http://foo.bar/?q=__</a></p>
static : |-
<p data-sourcepos="1:1-1:25" dir="auto">__a<a href="http://foo.bar/?q=__" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar/?q=__</a></p>
wysiwyg : |-
<p>__a<a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar/?q=__">http://foo.bar/?q=__</a></p>
2022-10-11 01:57:18 +05:30
06_06_00__inlines__strikethrough_extension__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><del>Hi</del> Hello, world!</p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><del>Hi</del> Hello, world!</p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><s>Hi</s> Hello, world!</p>
2022-10-11 01:57:18 +05:30
06_06_00__inlines__strikethrough_extension__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>This ~~has a</p>
<p>new paragraph~~.</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:12" dir="auto">This ~~has a</p>
<p data-sourcepos="3:1-3:16" dir="auto">new paragraph~~.</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>This ~~has a</p>
2022-08-13 15:12:31 +05:30
<p>new paragraph~~.</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri" title="title">link</a></p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="/uri" title="title">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri" title="title">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link</a></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto"><a href="/uri">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="">link</a></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><a href="">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="">link</a></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link](/my uri)</p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="/my%20uri">link</a></p>
wysiwyg : |-
<p>[link](/my uri)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/my%20uri">link</a></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><a href="/my%20uri">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/my%20uri">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link](foo
bar)</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:4" dir="auto">[link](foo
bar)</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[link](foo
bar)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link](<foo
bar>)</p>
static : |-
<p data-sourcepos="1:1-2:5" dir="auto">[link]()</p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[link](</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="b)c">a</a></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="b)c">a</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="b)c">a</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link](<foo>)</p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto"><a href="%3Cfoo%3E">link</a></p>
wysiwyg : |-
<p>[link](<foo>)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[a](<b)c
[ a](<b)c>
[ a](<b>c)</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:9" dir="auto"><a href="%3Cb">a</a>c
<a href="%3Cb">a</a>c>
[ a](<b>c)</b></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[a](<b)c
[ a](<b)c>
[ a](<strong>c)</strong></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="(foo)">link</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="(foo)">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="(foo)">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo(and(bar))">link</a></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="foo(and(bar))">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo(and(bar))">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo(and(bar)">link</a></p>
static : |-
<p data-sourcepos="1:1-1:23" dir="auto"><a href="foo(and(bar)">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo(and(bar)">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo(and(bar)">link</a></p>
static : |-
<p data-sourcepos="1:1-1:22" dir="auto"><a href="foo(and(bar)">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo(and(bar)">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo):">link</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a>link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo):">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="#fragment">link</a></p>
<p><a href="http://example.com#fragment">link</a></p>
<p><a href="http://example.com?foo=3#frag">link</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:17" dir="auto"><a href="#fragment">link</a></p>
<p data-sourcepos="3:1-3:35" dir="auto"><a href="http://example.com#fragment" rel="nofollow noreferrer noopener" target="_blank">link</a></p>
<p data-sourcepos="5:1-5:37" dir="auto"><a href="http://example.com?foo=3#frag" rel="nofollow noreferrer noopener" target="_blank">link</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="#fragment">link</a></p>
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com#fragment">link</a></p>
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com?foo=3#frag">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo%5Cbar">link</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="foo%5Cbar">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo%5Cbar">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo%20b%C3%A4">link</a></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="foo%20b%C3%A4">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="foo%20b%C3%A4">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="%22title%22">link</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="%22title%22">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="%22title%22">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">link</a>
<a href="/url" title="title">link</a>
<a href="/url" title="title">link</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-3:20" dir="auto"><a href="/url" title="title">link</a>
<a href="/url" title="title">link</a>
<a href="/url" title="title">link</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">linklinklink</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title """>link</a></p>
static : |-
<p data-sourcepos="1:1-1:29" dir="auto"><a href="/url" title='title ""'>link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title """>link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__023 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url%C2%A0%22title%22">link</a></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="/url%C2%A0%22title%22">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url%C2%A0%22title%22">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__024 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link](/url "title "and" title")</p>
static : |-
<p data-sourcepos="1:1-1:32" dir="auto">[link](/url "title "and" title")</p>
wysiwyg : |-
<p>[link](/url "title "and" title")</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__025 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title "and" title">link</a></p>
static : |-
<p data-sourcepos="1:1-1:32" dir="auto"><a href="/url" title='title "and" title'>link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title "and" title">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__026 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri" title="title">link</a></p>
static : |-
<p data-sourcepos="1:1-2:12" dir="auto"><a href="/uri" title="title">link</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri" title="title">link</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__027 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link] (/uri)</p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">[link] (/uri)</p>
wysiwyg : |-
<p>[link] (/uri)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__028 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link [foo [bar]]</a></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="/uri">link [foo [bar]]</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [foo [bar]]</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__029 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link] bar](/uri)</p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto">[link] bar](/uri)</p>
wysiwyg : |-
<p>[link] bar](/uri)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__030 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[link <a href="/uri">bar</a></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto">[link <a href="/uri">bar</a></p>
wysiwyg : |-
<p>[link <a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__031 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link [bar</a></p>
static : |-
<p data-sourcepos="1:1-1:18" dir="auto"><a href="/uri">link [bar</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [bar</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__032 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
static : |-
<p data-sourcepos="1:1-1:30" dir="auto"><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link <em>foo </em><strong><em>bar<code>#</code></em></strong></a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__033 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri"><img src="moon.jpg" alt="moon" /></a></p>
static : |-
<p data-sourcepos="1:1-1:25" dir="auto"><a href="/uri"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="moon" decoding="async" class="lazy" data-src="moon.jpg"></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri"><img src="moon.jpg" alt="moon"></a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__034 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo <a href="/uri">bar</a>](/uri)</p>
static : |-
<p data-sourcepos="1:1-1:23" dir="auto">[foo <a href="/uri">bar</a>](/uri)</p>
wysiwyg : |-
<p>[foo <a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar</a>](/uri)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__035 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo <em>[bar <a href="/uri">baz</a>](/uri)</em>](/uri)</p>
static : |-
<p data-sourcepos="1:1-1:37" dir="auto">[foo <em>[bar <a href="/uri">baz</a>](/uri)</em>](/uri)</p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[foo <em>[bar </em><a target="_blank" rel="noopener noreferrer nofollow" href="/uri"><em>baz</em></a><em>](/uri)</em>](/uri)</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__036 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="uri3" alt="[foo](uri2)" /></p>
static : |-
<p data-sourcepos="1:1-1:28" dir="auto"><a class="no-attachment-icon" href="uri3" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="[foo](uri2)" decoding="async" class="lazy" data-src="uri3"></a></p>
wysiwyg : |-
<p><img src="uri3" alt="[foo](uri2)"></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__037 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<a href="/uri">foo*</a></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">*<a href="/uri">foo*</a></p>
wysiwyg : |-
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo*</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__038 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="baz*">foo *bar</a></p>
static : |-
<p data-sourcepos="1:1-1:16" dir="auto"><a href="baz*">foo *bar</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="baz*">foo *bar</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__039 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo [bar</em> baz]</p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><em>foo [bar</em> baz]</p>
wysiwyg : |-
<p><em>foo [bar</em> baz]</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__040 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo <bar attr="](baz)"></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto">[foo </p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[foo </p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__041 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo<code>](/uri)</code></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">[foo<code>](/uri)</code></p>
wysiwyg : |-
<p>[foo<code>](/uri)</code></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__042 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo<a href="http://example.com/?search=%5D(uri)">http://example.com/?search=](uri)</a></p>
static : |-
<p data-sourcepos="1:1-1:39" dir="auto">[foo<a href="http://example.com/?search=%5D(uri)" rel="nofollow noreferrer noopener" target="_blank">http://example.com/?search=](uri)</a></p>
wysiwyg : |-
<p>[foo<a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com/?search=%5D(uri)">http://example.com/?search=](uri)</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__043 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__044 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link [foo [bar]]</a></p>
static : |-
<p data-sourcepos="1:1-1:23" dir="auto"><a href="/uri">link [foo [bar]]</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [foo [bar]]</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__045 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link [bar</a></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><a href="/uri">link [bar</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link [bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__046 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
static : |-
<p data-sourcepos="1:1-1:29" dir="auto"><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">link <em>foo </em><strong><em>bar<code>#</code></em></strong></a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__047 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri"><img src="moon.jpg" alt="moon" /></a></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="/uri"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="moon" decoding="async" class="lazy" data-src="moon.jpg"></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri"><img src="moon.jpg" alt="moon"></a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__048 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo <a href="/uri">bar</a>]<a href="/uri">ref</a></p>
static : |-
<p data-sourcepos="1:1-1:22" dir="auto">[foo <a href="/uri">bar</a>]<a href="/uri">ref</a></p>
wysiwyg : |-
<p>[foo <a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar</a>]<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">ref</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__049 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo <em>bar <a href="/uri">baz</a></em>]<a href="/uri">ref</a></p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto">[foo <em>bar <a href="/uri">baz</a></em>]<a href="/uri">ref</a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[foo <em>bar </em><a target="_blank" rel="noopener noreferrer nofollow" href="/uri"><em>baz</em></a>]<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">ref</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__050 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<a href="/uri">foo*</a></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">*<a href="/uri">foo*</a></p>
wysiwyg : |-
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo*</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__051 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">foo *bar</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="/uri">foo *bar</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo *bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__052 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo <bar attr="][ref]"></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto">[foo </p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[foo </p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__053 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo<code>][ref]</code></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto">[foo<code>][ref]</code></p>
wysiwyg : |-
<p>[foo<code>][ref]</code></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__054 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo<a href="http://example.com/?search=%5D%5Bref%5D">http://example.com/?search=][ref]</a></p>
static : |-
<p data-sourcepos="1:1-1:39" dir="auto">[foo<a href="http://example.com/?search=%5D%5Bref%5D" rel="nofollow noreferrer noopener" target="_blank">http://example.com/?search=][ref]</a></p>
wysiwyg : |-
<p>[foo<a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com/?search=%5D%5Bref%5D">http://example.com/?search=][ref]</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__055 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__056 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url">Толпой</a> is a Russian word.</p>
static : |-
<p data-sourcepos="1:1-1:47" dir="auto"><a href="/url">Толпой</a> is a Russian word.</p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Толпой</a> is a Russian word.</p>
2022-08-27 11:52:29 +05:30
<pre>[толпой] : /url</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__057 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url">Baz</a></p>
static : |-
<p data-sourcepos="4:1-4:14" dir="auto"><a href="/url">Baz</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo bar] : /url</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">Baz</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__058 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo] <a href="/url" title="title">bar</a></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto">[foo] <a href="/url" title="title">bar</a></p>
wysiwyg : |-
<p>[foo] <a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__059 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo]
<a href="/url" title="title">bar</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:5" dir="auto">[foo]
<a href="/url" title="title">bar</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[foo]
<a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__060 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url1">bar</a></p>
static : |-
<p data-sourcepos="5:1-5:10" dir="auto"><a href="/url1">bar</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url1</pre>
<pre>[foo] : /url2</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">bar</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__061 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[bar][foo!]</p>
static : |-
<p data-sourcepos="1:1-1:32" dir="auto">[bar][foo<span>!</span>]</p>
wysiwyg : |-
<p>[bar][foo!]</p>
2022-08-27 11:52:29 +05:30
<pre>[foo!] : /url</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__062 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo][ref[]</p>
<p>[ref[] : /uri</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:11" dir="auto">[foo][ref[]</p>
<p data-sourcepos="3:1-3:12" dir="auto">[ref[]: /uri</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[foo][ref[]</p>
2022-08-13 15:12:31 +05:30
<p>[ref[] : /uri</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__063 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo][ref[bar]]</p>
<p>[ref[bar]] : /uri</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:15" dir="auto">[foo][ref[bar]]</p>
<p data-sourcepos="3:1-3:16" dir="auto">[ref[bar]]: /uri</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[foo][ref[bar]]</p>
2022-08-13 15:12:31 +05:30
<p>[ref[bar]] : /uri</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__064 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[[[foo]]]</p>
<p>[[[foo]]] : /url</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:9" dir="auto">[[[foo]]]</p>
<p data-sourcepos="3:1-3:15" dir="auto">[[[foo]]]: /url</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[[[foo]]]</p>
2022-08-13 15:12:31 +05:30
<p>[[[foo]]] : /url</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__065 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto"><a href="/uri">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[ref\[] : /uri</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__066 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/uri">bar\</a></p>
static : |-
<p data-sourcepos="3:1-3:7" dir="auto"><a href="/uri">bar\</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[bar\\] : /uri</pre>
2022-07-16 23:28:13 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/uri">bar\</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__067 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[]</p>
<p>[] : /uri</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:2" dir="auto">[]</p>
<p data-sourcepos="3:1-3:8" dir="auto">[]: /uri</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[]</p>
2022-08-13 15:12:31 +05:30
<p>[] : /uri</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__068 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[
] </p>
<p>[
] : /uri</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:2" dir="auto">[
] </p>
<p data-sourcepos="4:1-5:8" dir="auto">[
] : /uri</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>[
] </p>
2022-08-13 15:12:31 +05:30
<p>[
] : /uri</p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__069 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__070 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title"><em>foo</em> bar</a></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><a href="/url" title="title"><em>foo</em> bar</a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title"><em>foo</em> bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[*foo* bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__071 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">Foo</a></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="/url" title="title">Foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">Foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__072 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">foo</a>
[ ] </p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:2" dir="auto"><a href="/url" title="title">foo</a>
[ ] </p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a>
[ ] </p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__073 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/url" title="title">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__074 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title"><em>foo</em> bar</a></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><a href="/url" title="title"><em>foo</em> bar</a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title"><em>foo</em> bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[*foo* bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__075 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[<a href="/url" title="title"><em>foo</em> bar</a>]</p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">[<a href="/url" title="title"><em>foo</em> bar</a>]</p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>[<a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title"><em>foo</em> bar</a>]</p>
2022-08-27 11:52:29 +05:30
<pre>[*foo* bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__076 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[[bar <a href="/url">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto">[[bar <a href="/url">foo</a></p>
wysiwyg : |-
<p>[[bar <a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__077 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url" title="title">Foo</a></p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto"><a href="/url" title="title">Foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">Foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__078 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url">foo</a> bar</p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><a href="/url">foo</a> bar</p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo</a> bar</p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__079 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo]</p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto">[foo]</p>
wysiwyg : |-
<p>[foo]</p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__080 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>*<a href="/url">foo*</a></p>
static : |-
<p data-sourcepos="3:1-3:7" dir="auto">*<a href="/url">foo*</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<pre>[foo*] : /url</pre>
2022-07-16 23:28:13 +05:30
<p>*<a target="_blank" rel="noopener noreferrer nofollow" href="/url">foo*</a></p>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__081 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url2">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:10" dir="auto"><a href="/url2">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url2">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url1</pre>
<pre>[bar] : /url2</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__082 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url1">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="/url1">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url1</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__083 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><a href="">foo</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url1</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__084 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url1">foo</a>(not a link)</p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><a href="/url1">foo</a>(not a link)</p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">foo</a>(not a link)</p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url1</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__085 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo]<a href="/url">bar</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto">[foo]<a href="/url">bar</a></p>
wysiwyg : |-
<p>[foo]<a target="_blank" rel="noopener noreferrer nofollow" href="/url">bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[baz] : /url</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__086 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="/url2">foo</a><a href="/url1">baz</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a href="/url2">foo</a><a href="/url1">baz</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="/url2">foo</a><a target="_blank" rel="noopener noreferrer nofollow" href="/url1">baz</a></p>
2022-08-27 11:52:29 +05:30
<pre>[baz] : /url1</pre>
<pre>[bar] : /url2</pre>
2022-10-11 01:57:18 +05:30
06_07_00__inlines__links__087 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>[foo]<a href="/url1">bar</a></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto">[foo]<a href="/url1">bar</a></p>
wysiwyg : |-
<p>[foo]<a target="_blank" rel="noopener noreferrer nofollow" href="/url1">bar</a></p>
2022-08-27 11:52:29 +05:30
<pre>[baz] : /url1</pre>
<pre>[foo] : /url2</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo" title="title"></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="train.jpg" alt="foo bar" title="train & tracks" /></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="train & tracks" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg : |-
<p><img src="train.jpg" alt="foo bar" title="train & tracks"></p>
2022-08-27 11:52:29 +05:30
<pre>[foo *bar*] : train.jpg "train & tracks"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url2" alt="foo bar" /></p>
static : |-
<p data-sourcepos="1:1-1:26" dir="auto"><a class="no-attachment-icon" href="/url2" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" decoding="async" class="lazy" data-src="/url2"></a></p>
wysiwyg : |-
<p><img src="/url2" alt="foo bar"></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url2" alt="foo bar" /></p>
static : |-
<p data-sourcepos="1:1-1:25" dir="auto"><a class="no-attachment-icon" href="/url2" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" decoding="async" class="lazy" data-src="/url2"></a></p>
wysiwyg : |-
<p><img src="/url2" alt="foo bar"></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="train.jpg" alt="foo bar" title="train & tracks" /></p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="train & tracks" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg : |-
<p><img src="train.jpg" alt="foo bar" title="train & tracks"></p>
2022-08-27 11:52:29 +05:30
<pre>[foo *bar*] : train.jpg "train & tracks"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="train.jpg" alt="foo bar" title="train & tracks" /></p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="train & tracks" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg : |-
<p><img src="train.jpg" alt="foo bar" title="train & tracks"></p>
2022-08-27 11:52:29 +05:30
<pre>[foobar] : train.jpg "train & tracks"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="train.jpg" alt="foo" /></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto"><a class="no-attachment-icon" href="train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="train.jpg"></a></p>
wysiwyg : |-
<p><img src="train.jpg" alt="foo"></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>My <img src="/path/to/train.jpg" alt="foo bar" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:45" dir="auto">My <a class="no-attachment-icon" href="/path/to/train.jpg" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="title" decoding="async" class="lazy" data-src="/path/to/train.jpg"></a></p>
wysiwyg : |-
<p>My <img src="/path/to/train.jpg" alt="foo bar" title="title"></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="url" alt="foo" /></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><a class="no-attachment-icon" href="url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="url"></a></p>
wysiwyg : |-
<p><img src="url" alt="foo"></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="" /></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt=""></p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo" /></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo"></p>
2022-08-27 11:52:29 +05:30
<pre>[bar] : /url</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo" /></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo"></p>
2022-08-27 11:52:29 +05:30
<pre>[bar] : /url</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo" title="title"></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo bar" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:14" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo bar" title="title"></p>
2022-08-27 11:52:29 +05:30
<pre>[*foo* bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="Foo" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:8" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="Foo" title="title"></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo" title="title" />
[ ] </p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:2" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a>
[ ] </p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p><img src="/url" alt="foo" title="title">
[ ] </p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo" title="title"></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="foo bar" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="foo bar" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="foo bar" title="title"></p>
2022-08-27 11:52:29 +05:30
<pre>[*foo* bar] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>![[foo]]</p>
<p>[[foo]] : /url "title"</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:8" dir="auto">![[foo]]</p>
<p data-sourcepos="3:1-3:21" dir="auto">[[foo]]: /url "title"</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>![[foo]]</p>
2022-08-13 15:12:31 +05:30
<p>[[foo]] : /url "title"</p>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><img src="/url" alt="Foo" title="title" /></p>
static : |-
<p data-sourcepos="1:1-1:6" dir="auto"><a class="no-attachment-icon" href="/url" target="_blank" rel="noopener noreferrer"><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Foo" title="title" decoding="async" class="lazy" data-src="/url"></a></p>
wysiwyg : |-
<p><img src="/url" alt="Foo" title="title"></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>![foo]</p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto">![foo]</p>
wysiwyg : |-
<p>![foo]</p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_08_00__inlines__images__022 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>!<a href="/url" title="title">foo</a></p>
static : |-
<p data-sourcepos="1:1-1:27" dir="auto"><span>!</span><a href="/url" title="title">foo</a></p>
wysiwyg : |-
<p>!<a target="_blank" rel="noopener noreferrer nofollow" href="/url" title="title">foo</a></p>
2022-08-27 11:52:29 +05:30
<pre>[foo] : /url "title"</pre>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://foo.bar.baz">http://foo.bar.baz</a></p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="http://foo.bar.baz" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar.baz</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar.baz">http://foo.bar.baz</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://foo.bar.baz/test?q=hello&id=22&boolean">http://foo.bar.baz/test?q=hello&id=22&boolean</a></p>
static : |-
<p data-sourcepos="1:1-1:47" dir="auto"><a href="http://foo.bar.baz/test?q=hello&id=22&boolean" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar.baz/test?q=hello&id=22&boolean</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar.baz/test?q=hello&id=22&boolean">http://foo.bar.baz/test?q=hello&id=22&boolean</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow">irc://foo.bar:2233/baz</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="MAILTO:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="mailto:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="MAILTO:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="a+b+c:d">a+b+c:d</a></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><a href="a+b+c:d">a+b+c:d</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow">a+b+c:d</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
static : |-
<p data-sourcepos="1:1-1:26" dir="auto"><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow">made-up-scheme://foo,bar</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://../">http://../</a></p>
static : |-
<p data-sourcepos="1:1-1:12" dir="auto"><a href="http://../" rel="nofollow noreferrer noopener" target="_blank">http://../</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://../">http://../</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="localhost:5001/foo">localhost:5001/foo</a></p>
static : |-
<p data-sourcepos="1:1-1:20" dir="auto"><a href="localhost:5001/foo">localhost:5001/foo</a></p>
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow">localhost:5001/foo</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><http://foo.bar/baz bim></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><<a href="http://foo.bar/baz" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar/baz</a> bim></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><<a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar/baz">http://foo.bar/baz</a> bim></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="http://example.com/%5C%5B%5C" rel="nofollow noreferrer noopener" target="_blank">http://example.com/\[\</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto"><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p>
static : |-
<p data-sourcepos="1:1-1:30" dir="auto"><a href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p>
wysiwyg : |-
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><foo+@bar.example.com></p>
static : |-
<p data-sourcepos="1:1-1:23" dir="auto"><<a href="mailto:foo+@bar.example.com">foo+@bar.example.com</a>></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><<a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo+@bar.example.com">foo+@bar.example.com</a>></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><></p>
static : |-
<p data-sourcepos="1:1-1:2" dir="auto"><></p>
wysiwyg : |-
<p><></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>< http://foo.bar ></p>
static : |-
<p data-sourcepos="1:1-1:18" dir="auto">< <a href="http://foo.bar" rel="nofollow noreferrer noopener" target="_blank">http://foo.bar</a> ></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p>< <a target="_blank" rel="noopener noreferrer nofollow" href="http://foo.bar">http://foo.bar</a> ></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><m:abc></p>
static : |-
<p data-sourcepos="1:1-1:7" dir="auto"><m:abc></p>
wysiwyg : |-
<p><m:abc></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><foo.bar.baz></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><foo.bar.baz></p>
wysiwyg : |-
<p><foo.bar.baz></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>http://example.com</p>
static : |-
<p data-sourcepos="1:1-1:18" dir="auto"><a href="http://example.com" rel="nofollow noreferrer noopener" target="_blank">http://example.com</a></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://example.com">http://example.com</a></p>
2022-10-11 01:57:18 +05:30
06_09_00__inlines__autolinks__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo@bar.example.com</p>
static : |-
<p data-sourcepos="1:1-1:19" dir="auto"><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo@bar.example.com">foo@bar.example.com</a></p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://www.commonmark.org">www.commonmark.org</a></p>
static : |-
<p data-sourcepos="1:1-1:18" dir="auto"><a href="http://www.commonmark.org" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org</a></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.commonmark.org">www.commonmark.org</a></p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Visit <a href="http://www.commonmark.org/help">www.commonmark.org/help</a> for more information.</p>
static : |-
<p data-sourcepos="1:1-1:51" dir="auto">Visit <a href="http://www.commonmark.org/help" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org/help</a> for more information.</p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p>Visit <a target="_blank" rel="noopener noreferrer nofollow" href="http://www.commonmark.org/help">www.commonmark.org/help</a> for more information.</p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Visit <a href="http://www.commonmark.org">www.commonmark.org</a>.</p>
<p>Visit <a href="http://www.commonmark.org/a.b">www.commonmark.org/a.b</a>.</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:25" dir="auto">Visit <a href="http://www.commonmark.org" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org</a>.</p>
<p data-sourcepos="3:1-3:29" dir="auto">Visit <a href="http://www.commonmark.org/a.b" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org/a.b</a>.</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p>Visit <a target="_blank" rel="noopener noreferrer nofollow" href="http://www.commonmark.org">www.commonmark.org</a>.</p>
2022-08-13 15:12:31 +05:30
<p>Visit <a target="_blank" rel="noopener noreferrer nofollow" href="http://www.commonmark.org/a.b">www.commonmark.org/a.b</a>.</p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>))</p>
<p>(<a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>)</p>
<p>(<a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:41" dir="auto"><a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a></p>
<p data-sourcepos="3:1-3:43" dir="auto"><a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a>))</p>
<p data-sourcepos="5:1-5:43" dir="auto">(<a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a>)</p>
<p data-sourcepos="7:1-7:42" dir="auto">(<a href="http://www.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=Markup+(business)</a></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>))</p>
<p>(<a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>)</p>
<p>(<a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://www.google.com/search?q=(business))+ok">www.google.com/search?q=(business))+ok</a></p>
static : |-
<p data-sourcepos="1:1-1:38" dir="auto"><a href="http://www.google.com/search?q=(business))+ok" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=(business))+ok</a></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=(business))+ok">www.google.com/search?q=(business))+ok</a></p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://www.google.com/search?q=commonmark&hl=en">www.google.com/search?q=commonmark&hl=en</a></p>
<p><a href="http://www.google.com/search?q=commonmark">www.google.com/search?q=commonmark</a>&hl;</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:40" dir="auto"><a href="http://www.google.com/search?q=commonmark&hl=en" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=commonmark&hl=en</a></p>
<p data-sourcepos="3:1-3:38" dir="auto"><a href="http://www.google.com/search?q=commonmark" rel="nofollow noreferrer noopener" target="_blank">www.google.com/search?q=commonmark</a>&hl;</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=commonmark&hl=en">www.google.com/search?q=commonmark&hl=en</a></p>
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.google.com/search?q=commonmark">www.google.com/search?q=commonmark</a>&hl;</p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://www.commonmark.org/he">www.commonmark.org/he</a><lp</p>
static : |-
<p data-sourcepos="1:1-1:24" dir="auto"><a href="http://www.commonmark.org/he" rel="nofollow noreferrer noopener" target="_blank">www.commonmark.org/he</a><lp</p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://www.commonmark.org/he">www.commonmark.org/he</a><lp</p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="http://commonmark.org">http://commonmark.org</a></p>
<p>(Visit <a href="https://encrypted.google.com/search?q=Markup+(business)">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>
<p>Anonymous FTP is available at <a href="ftp://foo.bar.baz">ftp://foo.bar.baz</a>.</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:21" dir="auto"><a href="http://commonmark.org" rel="nofollow noreferrer noopener" target="_blank">http://commonmark.org</a></p>
<p data-sourcepos="3:1-3:63" dir="auto">(Visit <a href="https://encrypted.google.com/search?q=Markup+(business)" rel="nofollow noreferrer noopener" target="_blank">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>
<p data-sourcepos="5:1-5:48" dir="auto">Anonymous FTP is available at <a href="ftp://foo.bar.baz/">ftp://foo.bar.baz</a>.</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="http://commonmark.org">http://commonmark.org</a></p>
2022-08-13 15:12:31 +05:30
<p>(Visit <a target="_blank" rel="noopener noreferrer nofollow" href="https://encrypted.google.com/search?q=Markup+(business)">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>
<p>Anonymous FTP is available at ftp://foo.bar.baz.</p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="mailto:foo@bar.baz">foo@bar.baz</a></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"><a href="mailto:foo@bar.baz">foo@bar.baz</a></p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:foo@bar.baz">foo@bar.baz</a></p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>hello@mail+xyz.example isn't valid, but <a href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
static : |-
<p data-sourcepos="1:1-1:66" dir="auto">hello@mail+xyz.example isn't valid, but <a href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p>hello@mail+xyz.example isn't valid, but <a target="_blank" rel="noopener noreferrer nofollow" href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
2022-10-11 01:57:18 +05:30
06_10_00__inlines__autolinks_extension__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>
<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>
<p>a.b-c_d@a.b-</p>
<p>a.b-c_d@a.b_</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:11" dir="auto"><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>
<p data-sourcepos="3:1-3:12" dir="auto"><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>
<p data-sourcepos="5:1-5:12" dir="auto">a.b-c_d@a.b-</p>
<p data-sourcepos="7:1-7:12" dir="auto">a.b-c_d@a.b_</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-07-23 23:45:48 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>
2022-08-13 15:12:31 +05:30
<p><a target="_blank" rel="noopener noreferrer nofollow" href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>
<p>a.b-c_d@a.b-</p>
<p>a.b-c_d@a.b_</p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a><bab><c2c></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><a></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a/><b2/></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><a></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a /><b2
data="foo" ></p>
static : |-
<p data-sourcepos="1:1-2:12" dir="auto"><a></a></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a foo="bar" bam = 'baz <em>"</em>'
_boolean zoop:33=zoop:33 /></p>
static : |-
<p data-sourcepos="1:1-2:27" dir="auto"><a></a></p>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo <responsive-image src="foo.jpg" /></p>
static : |-
<p data-sourcepos="1:1-1:38" dir="auto">Foo </p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>Foo </p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><33> <__></p>
static : |-
<p data-sourcepos="1:1-1:9" dir="auto"><33> <__></p>
wysiwyg : |-
<p><33> <__></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a h*#ref="hi"></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"><a h*#ref="hi"></p>
wysiwyg : |-
<p><a h*#ref="hi"></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="hi'> <a href=hi'></p>
static : |-
<p data-sourcepos="1:1-1:26" dir="auto"><a href="hi'> <a href=hi'></p>
wysiwyg : |-
<p><a href="hi'> <a href=hi'></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>< a><
foo><bar/ >
<foo bar=baz
bim!bop /></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-4:10" dir="auto">< a><
foo><bar/ >
<foo bar=baz
bim!bop /></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>< a><
foo><bar/ >
<foo bar=baz
bim!bop /></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__010 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href='bar'title=title></p>
static : |-
<p data-sourcepos="1:1-1:25" dir="auto"><a href='bar'title=title></p>
wysiwyg : |-
<p><a href='bar'title=title></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p></a></foo ></p>
static : |-
<p data-sourcepos="1:1-1:11" dir="auto"></p>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p></a href="foo"></p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto"></a href="foo"></p>
wysiwyg : |-
<p></a href="foo"></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <!-- this is a
comment - with hyphen --></p>
static : |-
<p data-sourcepos="1:1-2:25" dir="auto">foo </p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>foo </p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <!-- not a comment -- two hyphens --></p>
static : |-
<p data-sourcepos="1:1-1:41" dir="auto">foo <!-- not a comment -- two hyphens --></p>
wysiwyg : |-
<p>foo <!-- not a comment -- two hyphens --></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <!--> foo --></p>
<p>foo <!-- foo---></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:17" dir="auto">foo <!--> foo --></p>
<p data-sourcepos="3:1-3:16" dir="auto">foo <!-- foo---></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo <!--> foo --></p>
2022-08-13 15:12:31 +05:30
<p>foo <!-- foo---></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__016 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <?php echo $a; ?></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto">foo <?php echo $a; ?></p>
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>foo </p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__017 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <!ELEMENT br EMPTY></p>
static : |-
2023-01-13 00:05:48 +05:30
<p data-sourcepos="1:1-1:23" dir="auto">foo </p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>foo </p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__018 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <![CDATA[>&<]]></p>
static : |-
2023-01-13 00:05:48 +05:30
<p data-sourcepos="1:1-1:19" dir="auto">foo &<]]></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p>foo &<]]></p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__019 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <a href="ö"></p>
static : |-
<p data-sourcepos="1:1-1:21" dir="auto">foo <a href="%C3%B6" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg : |-
<p>foo </p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__020 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo <a href="\*"></p>
static : |-
<p data-sourcepos="1:1-1:17" dir="auto">foo <a href="%5C*" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg : |-
<p>foo </p>
2022-10-11 01:57:18 +05:30
06_11_00__inlines__raw_html__021 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="""></p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto"><a href="""></p>
wysiwyg : |-
<p><a href="""></p>
2022-10-11 01:57:18 +05:30
06_12_00__inlines__disallowed_raw_html_extension__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><strong> <title> <style> <em></p>
<blockquote>
<xmp> is disallowed. <XMP> is also disallowed.
</blockquote>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-1:29" dir="auto"><strong> <em></p>
<blockquote>
<xmp> is disallowed. <XMP> is also disallowed.
</blockquote></strong></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p></p>
<blockquote multiline="false"><p></p></blockquote>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<br />
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">foo<br>
baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo<br>
baz</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<br />
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">foo<br>
baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo<br>
baz</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<br />
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">foo<br>
baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo<br>
baz</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__004 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<br />
bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:8" dir="auto">foo<br>
bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo<br>
bar</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__005 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo<br />
bar</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:8" dir="auto">foo<br>
bar</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo<br>
bar</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__006 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo<br />
bar</em></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:4" dir="auto"><em>foo<br>
bar</em></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo<br>
bar</em></p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__007 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><em>foo<br />
bar</em></p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:4" dir="auto"><em>foo<br>
bar</em></p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-13 15:12:31 +05:30
<p><em>foo<br>
bar</em></p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__008 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>code span</code></p>
static : |-
<p data-sourcepos="1:1-2:5" dir="auto"><code>code span</code></p>
wysiwyg : |-
<p><code>code span</code></p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__009 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><code>code\ span</code></p>
static : |-
<p data-sourcepos="1:1-2:5" dir="auto"><code>code\ span</code></p>
wysiwyg : |-
<p><code>code\ span</code></p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__010 :
2022-07-16 23:28:13 +05:30
canonical : "<p><a href=\"foo \nbar\"></p>\n"
static : |-
<p data-sourcepos="1:1-2:5" dir="auto"><a href="foo%20%20%0Abar" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__011 :
2022-07-16 23:28:13 +05:30
canonical : |
<p><a href="foo\
bar"></p>
static : |-
<p data-sourcepos="1:1-2:5" dir="auto"><a href="foo%5C%0Abar" rel="nofollow noreferrer noopener" target="_blank"></a></p>
wysiwyg : |-
<p></p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__012 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo\</p>
static : |-
<p data-sourcepos="1:1-1:4" dir="auto">foo\</p>
wysiwyg : |-
<p>foo\</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__013 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo</p>
static : |-
<p data-sourcepos="1:1-1:5" dir="auto">foo</p>
wysiwyg : |-
<p>foo</p>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__014 :
2022-07-16 23:28:13 +05:30
canonical : |
<h3>foo\</h3>
static : |-
2022-07-23 23:45:48 +05:30
<h3 data-sourcepos="1:1-1:8" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo\</h3>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h3>foo\</h3>
2022-10-11 01:57:18 +05:30
06_13_00__inlines__hard_line_breaks__015 :
2022-07-16 23:28:13 +05:30
canonical : |
<h3>foo</h3>
static : |-
2022-07-23 23:45:48 +05:30
<h3 data-sourcepos="1:1-1:7" dir="auto">
<a id="user-content-foo" class="anchor" href="#foo" aria-hidden="true"></a>foo</h3>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<h3>foo</h3>
2022-10-11 01:57:18 +05:30
06_14_00__inlines__soft_line_breaks__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:3" dir="auto">foo
baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo
baz</p>
2022-10-11 01:57:18 +05:30
06_14_00__inlines__soft_line_breaks__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>foo
baz</p>
static : |-
2022-07-23 23:45:48 +05:30
<p data-sourcepos="1:1-2:4" dir="auto">foo
baz</p>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
<p>foo
baz</p>
2022-10-11 01:57:18 +05:30
06_15_00__inlines__textual_content__001 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>hello $.;'there</p>
static : |-
<p data-sourcepos="1:1-1:15" dir="auto">hello $.;'there</p>
wysiwyg : |-
<p>hello $.;'there</p>
2022-10-11 01:57:18 +05:30
06_15_00__inlines__textual_content__002 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Foo χρῆν</p>
static : |-
<p data-sourcepos="1:1-1:13" dir="auto">Foo χρῆν</p>
wysiwyg : |-
<p>Foo χρῆν</p>
2022-10-11 01:57:18 +05:30
06_15_00__inlines__textual_content__003 :
2022-07-16 23:28:13 +05:30
canonical : |
<p>Multiple spaces</p>
static : |-
<p data-sourcepos="1:1-1:19" dir="auto">Multiple spaces</p>
wysiwyg : |-
<p>Multiple spaces</p>
2022-11-25 23:54:43 +05:30
07_01_00__gitlab_official_specification_markdown__footnotes__001 :
2022-08-27 11:52:29 +05:30
canonical : |
<p>
footnote reference tag
<sup>
<a href="#fn-fortytwo-42" id="fnref-fortytwo-42" data-footnote-ref>
1
</a>
</sup>
</p>
<section data-footnotes>
<ol>
<li id="fn-fortytwo-42">
<p>
footnote text
<a href="#fnref-fortytwo-42" data-footnote-backref>
</a>
</p>
</li>
</ol>
</section>
2022-07-16 23:28:13 +05:30
static : |-
2022-08-27 11:52:29 +05:30
<p data-sourcepos="1:1-1:34" dir="auto">footnote reference tag <sup class="footnote-ref"><a href="#fn-fortytwo-42" id="fnref-fortytwo-42" data-footnote-ref>1</a></sup></p>
2022-07-23 23:45:48 +05:30
<section data-footnotes class="footnotes">
<ol>
2022-08-27 11:52:29 +05:30
<li id="fn-fortytwo-42">
<p data-sourcepos="3:14-3:26">footnote text <a href="#fnref-fortytwo-42" data-footnote-backref aria-label="Back to content" class="footnote-backref"><gl-emoji title="leftwards arrow with hook" data-name="leftwards_arrow_with_hook" data-unicode-version="1.1">↩</gl-emoji></a></p>
2022-07-23 23:45:48 +05:30
</li>
</ol>
</section>
2022-07-16 23:28:13 +05:30
wysiwyg : |-
2022-08-27 11:52:29 +05:30
<p>footnote reference tag <sup identifier="fortytwo">fortytwo</sup></p>
2022-08-13 15:12:31 +05:30
<div node="footnoteDefinition(paragraph("footnote text"))" htmlattributes="[object Object]"><p>footnote text</p></div>
2022-11-25 23:54:43 +05:30
07_02_00__gitlab_official_specification_markdown__task_list_items__001 :
2022-08-27 11:52:29 +05:30
canonical : |
<ul>
<li>
<task-button/>
<input type="checkbox" disabled/>
incomplete
</li>
</ul>
static : |-
<ul data-sourcepos="1:1-1:16" class="task-list" dir="auto">
<li data-sourcepos="1:1-1:16" class="task-list-item">
<task-button></task-button><input type="checkbox" class="task-list-item-checkbox" disabled> incomplete</li>
</ul>
wysiwyg : |-
<ul start="1" parens="false" data-type="taskList"><li data-checked="false" data-type="taskItem"><label><input type="checkbox"><span></span></label><div><p>incomplete</p></div></li></ul>
2022-11-25 23:54:43 +05:30
07_02_00__gitlab_official_specification_markdown__task_list_items__002 :
2022-08-27 11:52:29 +05:30
canonical : |
<ul>
<li>
<task-button/>
<input type="checkbox" checked disabled/>
completed
</li>
</ul>
static : |-
<ul data-sourcepos="1:1-1:15" class="task-list" dir="auto">
<li data-sourcepos="1:1-1:15" class="task-list-item">
<task-button></task-button><input type="checkbox" class="task-list-item-checkbox" checked disabled> completed</li>
</ul>
wysiwyg : |-
<ul start="1" parens="false" data-type="taskList"><li data-checked="true" data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p>completed</p></div></li></ul>
2022-11-25 23:54:43 +05:30
07_02_00__gitlab_official_specification_markdown__task_list_items__003 :
2022-08-27 11:52:29 +05:30
canonical : |
<ul>
<li>
<task-button/>
<input type="checkbox" data-inapplicable disabled>
<s>
inapplicable
</s>
</li>
</ul>
static : |-
<ul data-sourcepos="1:1-1:18" class="task-list" dir="auto">
<li data-sourcepos="1:1-1:18" class="task-list-item inapplicable">
<task-button></task-button><input type="checkbox" class="task-list-item-checkbox" data-inapplicable disabled> <s>inapplicable</s>
</li>
</ul>
2022-11-25 23:54:43 +05:30
07_02_00__gitlab_official_specification_markdown__task_list_items__004 :
2022-08-27 11:52:29 +05:30
canonical : |
<ul>
<li>
<p>
<task-button/>
<input type="checkbox" data-inapplicable disabled>
<s>
inapplicable
</s>
</p>
<p>
text in loose list
</p>
</li>
</ul>
static : |-
<ul data-sourcepos="1:1-3:20" class="task-list" dir="auto">
<li data-sourcepos="1:1-3:20" class="task-list-item inapplicable">
<p data-sourcepos="1:3-1:18"><task-button></task-button><input type="checkbox" class="task-list-item-checkbox" data-inapplicable disabled> <s>inapplicable</s></p>
<p data-sourcepos="3:3-3:20">text in loose list</p>
</li>
</ul>
2022-11-25 23:54:43 +05:30
07_03_00__gitlab_official_specification_markdown__front_matter__001 :
2022-08-27 11:52:29 +05:30
canonical : |
<pre>
<code>
title : YAML front matter
</code>
</pre>
static : |-
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="yaml" class="code highlight js-syntax-highlight language-yaml" data-lang-params="frontmatter" v-pre="true"><code><span id="LC1" class="line" lang="yaml"><span class="na">title</span><span class="pi">:</span> <span class="s">YAML front matter</span></span></code></pre>
2022-08-27 11:52:29 +05:30
<copy-code></copy-code>
</div>
wysiwyg : |-
<pre language="yaml" class="content-editor-code-block undefined code highlight" isfrontmatter="true"><code>title: YAML front matter</code></pre>
2022-11-25 23:54:43 +05:30
07_03_00__gitlab_official_specification_markdown__front_matter__002 :
2022-08-27 11:52:29 +05:30
canonical : |
<pre>
<code>
title : TOML front matter
</code>
</pre>
static : |-
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-3:3" lang="toml" class="code highlight js-syntax-highlight language-toml" data-lang-params="frontmatter" v-pre="true"><code><span id="LC1" class="line" lang="toml"><span class="err">title:</span> <span class="err">TOML</span> <span class="err">front</span> <span class="err">matter</span></span></code></pre>
2022-08-27 11:52:29 +05:30
<copy-code></copy-code>
</div>
wysiwyg : |-
<pre language="toml" class="content-editor-code-block undefined code highlight" isfrontmatter="true"><code>title: TOML front matter</code></pre>
2022-11-25 23:54:43 +05:30
07_03_00__gitlab_official_specification_markdown__front_matter__003 :
2022-08-27 11:52:29 +05:30
canonical : |
<pre>
<code>
{
"title": "JSON front matter"
}
</code>
</pre>
static : |-
<div class="gl-relative markdown-code-block js-markdown-code">
2023-01-13 00:05:48 +05:30
<pre data-sourcepos="1:1-5:3" lang="json" class="code highlight js-syntax-highlight language-json" data-lang-params="frontmatter" v-pre="true"><code><span id="LC1" class="line" lang="json"><span class="p">{</span></span>
2022-08-27 11:52:29 +05:30
<span id="LC2" class="line" lang="json"><span class="w"> </span><span class="nl">"title"</span><span class="p">:</span><span class="w"> </span><span class="s2">"JSON front matter"</span></span>
<span id="LC3" class="line" lang="json"><span class="p">}</span></span></code></pre>
<copy-code></copy-code>
</div>
wysiwyg : |-
<pre language="json" class="content-editor-code-block undefined code highlight" isfrontmatter="true"><code>{
"title": "JSON front matter"
}</code></pre>
2022-11-25 23:54:43 +05:30
07_03_00__gitlab_official_specification_markdown__front_matter__004 :
2022-08-27 11:52:29 +05:30
canonical : |
<p>text</p>
<hr>
<h2>title : YAML front matter</h2>
static : |-
<p data-sourcepos="1:1-1:4" dir="auto">text</p>
<hr data-sourcepos="3:1-3:3">
<h2 data-sourcepos="4:1-5:3" dir="auto">
<a id="user-content-title-yaml-front-matter" class="anchor" href="#title-yaml-front-matter" aria-hidden="true"></a>title: YAML front matter</h2>
wysiwyg : |-
<p>text</p>
<hr>
<h2>title : YAML front matter</h2>
2022-11-25 23:54:43 +05:30
07_03_00__gitlab_official_specification_markdown__front_matter__005 :
2022-08-27 11:52:29 +05:30
canonical : |
<hr>
<h2>title : YAML front matter</h2>
static : |-
<hr data-sourcepos="1:2-1:4">
<h2 data-sourcepos="2:1-3:3" dir="auto">
<a id="user-content-title-yaml-front-matter" class="anchor" href="#title-yaml-front-matter" aria-hidden="true"></a>title: YAML front matter</h2>
wysiwyg : |-
<hr>
<h2>title : YAML front matter</h2>
2022-11-25 23:54:43 +05:30
07_04_00__gitlab_official_specification_markdown__table_of_contents__001 :
2022-10-11 01:57:18 +05:30
canonical : |
<nav>
<ul>
<li><a href="#heading-1">Heading 1</a></li>
<ul>
<li><a href="#heading-2">Heading 2</a></li>
</ul>
</ul>
</nav>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
static : |-
<ul class="section-nav"><li>
<a href="#heading-1">Heading 1</a><ul><li><a href="#heading-2">Heading 2</a></li></ul>
</li></ul>
<h1 data-sourcepos="3:1-3:11" dir="auto">
<a id="user-content-heading-1" class="anchor" href="#heading-1" aria-hidden="true"></a>Heading 1</h1>
<h2 data-sourcepos="5:1-5:12" dir="auto">
<a id="user-content-heading-2" class="anchor" href="#heading-2" aria-hidden="true"></a>Heading 2</h2>
wysiwyg : |-
<div class="table-of-contents gl-border-1 gl-border-solid gl-text-center gl-border-gray-100 gl-mb-5">Table of contents</div>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
2022-11-25 23:54:43 +05:30
07_04_00__gitlab_official_specification_markdown__table_of_contents__002 :
2022-10-11 01:57:18 +05:30
canonical : |
<nav>
<ul>
<li><a href="#heading-1">Heading 1</a></li>
<ul>
<li><a href="#heading-2">Heading 2</a></li>
</ul>
</ul>
</nav>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
static : |-
<ul class="section-nav"><li>
<a href="#heading-1">Heading 1</a><ul><li><a href="#heading-2">Heading 2</a></li></ul>
</li></ul>
<h1 data-sourcepos="3:1-3:11" dir="auto">
<a id="user-content-heading-1" class="anchor" href="#heading-1" aria-hidden="true"></a>Heading 1</h1>
<h2 data-sourcepos="5:1-5:12" dir="auto">
<a id="user-content-heading-2" class="anchor" href="#heading-2" aria-hidden="true"></a>Heading 2</h2>
wysiwyg : |-
<div class="table-of-contents gl-border-1 gl-border-solid gl-text-center gl-border-gray-100 gl-mb-5">Table of contents</div>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
2022-11-25 23:54:43 +05:30
07_04_00__gitlab_official_specification_markdown__table_of_contents__003 :
2022-10-11 01:57:18 +05:30
canonical : |
<p>[[<em>TOC</em>]]text</p>
<p>text[TOC]</p>
static : |-
<p data-sourcepos="1:1-2:4" dir="auto">[[<em>TOC</em>]]
text</p>
<p data-sourcepos="4:1-5:5" dir="auto">text
[ TOC]</p>
wysiwyg : |-
<p>[[<em>TOC</em>]]
text</p>
<p>text
[ TOC]</p>
2022-11-25 23:54:43 +05:30
07_04_00__gitlab_official_specification_markdown__table_of_contents__004 :
2022-10-11 01:57:18 +05:30
canonical : |
<nav>
<ul>
<li><a href="#heading-1">Heading 1</a></li>
</ul>
</nav>
<h1>Heading 1</h1>
static : |-
<ul class="section-nav"><li><a href="#heading-1">Heading 1</a></li></ul>
<h1 data-sourcepos="3:1-3:11" dir="auto">
<a id="user-content-heading-1" class="anchor" href="#heading-1" aria-hidden="true"></a>Heading 1</h1>
wysiwyg : |-
<div class="table-of-contents gl-border-1 gl-border-solid gl-text-center gl-border-gray-100 gl-mb-5">Table of contents</div>
<h1>Heading 1</h1>
2022-11-25 23:54:43 +05:30
08_01_00__gitlab_internal_extension_markdown__audio__001 :
canonical : |
<p><audio src="audio.oga" title="audio title"></audio></p>
static : |-
<p data-sourcepos="1:1-1:33" dir="auto"><span class="media-container audio-container"><audio src="audio.oga" controls="true" data-setup="{}" data-title="audio title"></audio><a href="audio.oga" target="_blank" rel="noopener noreferrer" title="Download 'audio title'">audio title</a></span></p>
wysiwyg : |-
<p><span class="media-container audio-container"><audio src="audio.oga" controls="true" data-setup="{}" data-title="audio"></audio><a href="audio.oga">audio</a></span></p>
08_01_00__gitlab_internal_extension_markdown__audio__002 :
canonical : |
<p><audio src="audio.oga" title="audio title"></audio></p>
static : |-
<p data-sourcepos="3:1-3:15" dir="auto"><span class="media-container audio-container"><audio src="audio.oga" controls="true" data-setup="{}" data-title="audio title"></audio><a href="audio.oga" target="_blank" rel="noopener noreferrer" title="Download 'audio title'">audio title</a></span></p>
wysiwyg : |-
<pre>[audio] : audio.oga "audio title"</pre>
<p><span class="media-container audio-container"><audio src="audio.oga" controls="true" data-setup="{}" data-title="audio"></audio><a href="audio.oga">audio</a></span></p>
08_02_00__gitlab_internal_extension_markdown__video__001 :
canonical : |
<p><video src="video.m4v" title="video title"></video></p>
static : |-
<p data-sourcepos="1:1-1:33" dir="auto"><span class="media-container video-container"><video src="video.m4v" controls="true" data-setup="{}" data-title="video title" width="400" preload="metadata"></video><a href="video.m4v" target="_blank" rel="noopener noreferrer" title="Download 'video title'">video title</a></span></p>
wysiwyg : |-
<p><span class="media-container video-container"><video src="video.m4v" controls="true" data-setup="{}" data-title="video"></video><a href="video.m4v">video</a></span></p>
08_02_00__gitlab_internal_extension_markdown__video__002 :
canonical : |
<p><video src="video.mov" title="video title"></video></p>
static : |-
<p data-sourcepos="3:1-3:15" dir="auto"><span class="media-container video-container"><video src="video.mov" controls="true" data-setup="{}" data-title="video title" width="400" preload="metadata"></video><a href="video.mov" target="_blank" rel="noopener noreferrer" title="Download 'video title'">video title</a></span></p>
wysiwyg : |-
<pre>[video] : video.mov "video title"</pre>
<p><span class="media-container video-container"><video src="video.mov" controls="true" data-setup="{}" data-title="video"></video><a href="video.mov">video</a></span></p>
08_03_00__gitlab_internal_extension_markdown__markdown_preview_api_request_overrides__001 :
2022-10-11 01:57:18 +05:30
canonical : |
<p><a href="groups-test-file">groups-test-file</a></p>
static : |-
<p data-sourcepos="1:1-1:45" dir="auto"><a href="/groups/glfm_group/-/uploads/groups-test-file" data-canonical-src="/uploads/groups-test-file" data-link="true" class="gfm">groups-test-file</a></p>
2022-11-25 23:54:43 +05:30
08_03_00__gitlab_internal_extension_markdown__markdown_preview_api_request_overrides__002 :
2022-10-11 01:57:18 +05:30
canonical : |
<p><a href="projects-test-file">projects-test-file</a></p>
static : |-
2023-01-13 00:05:48 +05:30
<p data-sourcepos="1:1-1:40" dir="auto"><a href="/glfm_group/glfm_project/-/blob/master/projects-test-file" class="gfm">projects-test-file</a></p>
2022-11-25 23:54:43 +05:30
08_03_00__gitlab_internal_extension_markdown__markdown_preview_api_request_overrides__003 :
2022-10-11 01:57:18 +05:30
canonical : |
<p>This project snippet ID reference IS filtered : $88888</p>
static : |-
<p data-sourcepos="1:1-1:53" dir="auto">This project snippet ID reference IS filtered: <a href="/glfm_group/glfm_project/-/snippets/88888" data-reference-type="snippet" data-original="$88888" data-link="false" data-link-reference="false" data-project="77777" data-snippet="88888" data-container="body" data-placement="top" title="glfm_project_snippet" class="gfm gfm-snippet has-tooltip">$88888</a></p>
2022-11-25 23:54:43 +05:30
08_03_00__gitlab_internal_extension_markdown__markdown_preview_api_request_overrides__004 :
2022-10-11 01:57:18 +05:30
canonical : |
<p>This personal snippet ID reference is not filtered : $99999</p>
static : |-
<p data-sourcepos="1:1-1:58" dir="auto">This personal snippet ID reference is not filtered: $99999</p>
2022-11-25 23:54:43 +05:30
08_03_00__gitlab_internal_extension_markdown__markdown_preview_api_request_overrides__005 :
2022-10-11 01:57:18 +05:30
canonical : |
<p><a href="project-wikis-test-file">project-wikis-test-file</a></p>
static : |-
<p data-sourcepos="1:1-1:50" dir="auto"><a href="/glfm_group/glfm_project/-/wikis/project-wikis-test-file" data-canonical-src="project-wikis-test-file">project-wikis-test-file</a></p>
2022-11-25 23:54:43 +05:30
08_03_00__gitlab_internal_extension_markdown__markdown_preview_api_request_overrides__006 :
2022-10-11 01:57:18 +05:30
canonical : |
<p><a href="group-wikis-test-file">group-wikis-test-file</a></p>
static : |-
<p data-sourcepos="1:1-1:46" dir="auto"><a href="/groups/glfm_group/-/wikis/group-wikis-test-file" data-canonical-src="group-wikis-test-file">group-wikis-test-file</a></p>