diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-10 03:07:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-10 03:07:25 +0000 |
commit | 4a6dacc8662ed65c0b83a3715e4eb05a78168db1 (patch) | |
tree | 04aced9d7d60c1213db9d5152158afe02126599f /glfm_specification | |
parent | 070ac34d473978dc27ea2878ed1cf17865e24e9a (diff) | |
download | gitlab-ce-4a6dacc8662ed65c0b83a3715e4eb05a78168db1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'glfm_specification')
-rw-r--r-- | glfm_specification/output_example_snapshots/html.yml | 16 | ||||
-rw-r--r-- | glfm_specification/output_example_snapshots/snapshot_spec.html | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/glfm_specification/output_example_snapshots/html.yml b/glfm_specification/output_example_snapshots/html.yml index 06e88ce4b81..66ff8822c02 100644 --- a/glfm_specification/output_example_snapshots/html.yml +++ b/glfm_specification/output_example_snapshots/html.yml @@ -423,7 +423,7 @@ canonical: | <p>## foo</p> static: |- - <p data-sourcepos="1:1-1:27" dir="auto"><span>#</span># foo</p> + <p data-sourcepos="1:1-1:28" dir="auto"><span>#</span># foo</p> wysiwyg: |- <p>## foo</p> 04_02_00__leaf_blocks__atx_headings__005: @@ -533,11 +533,11 @@ <h2>foo ###</h2> <h1>foo #</h1> static: |- - <h3 data-sourcepos="1:1-1:32" dir="auto"> + <h3 data-sourcepos="1:1-1:33" 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"> + <h2 data-sourcepos="2:1-2:32" 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"> + <h1 data-sourcepos="3:1-3:29" dir="auto"> <a id="user-content-foo--2" class="anchor" href="#foo--2" aria-hidden="true"></a>foo <span>#</span> </h1> wysiwyg: |- @@ -4785,7 +4785,7 @@ 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> + <p data-sourcepos="1:1-1:232" dir="auto"><span>!</span>"<span>#</span><span>$</span><span>%</span><span>&</span>'()*+,-./:;<=>?<span>@</span>[\]<span>^</span>_`{|}<span>~</span></p> wysiwyg: |- <p>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</p> 06_02_00__inlines__backslash_escapes__002: @@ -4804,7 +4804,7 @@ [foo]: /url "not a reference" &ouml; not a character entity</p> static: |- - <p data-sourcepos="1:1-9:50" dir="auto">*not emphasized* + <p data-sourcepos="1:1-9:51" dir="auto">*not emphasized* <br/> not a tag <a href="/foo">not a link</a> `not code` @@ -6639,7 +6639,7 @@ canonical: | <p>[bar][foo!]</p> static: |- - <p data-sourcepos="1:1-1:32" dir="auto">[bar][foo<span>!</span>]</p> + <p data-sourcepos="1:1-1:33" dir="auto">[bar][foo<span>!</span>]</p> wysiwyg: |- <p>[bar][foo!]</p> <pre>[foo!]: /url</pre> @@ -7043,7 +7043,7 @@ 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> + <p data-sourcepos="1:1-1:28" 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> <pre>[foo]: /url "title"</pre> diff --git a/glfm_specification/output_example_snapshots/snapshot_spec.html b/glfm_specification/output_example_snapshots/snapshot_spec.html index 080712d1b4e..415ad1d0b11 100644 --- a/glfm_specification/output_example_snapshots/snapshot_spec.html +++ b/glfm_specification/output_example_snapshots/snapshot_spec.html @@ -6849,7 +6849,7 @@ not have their usual Markdown meanings:</p> <span id="LC6" class="line" lang="plaintext">\* not a list</span> <span id="LC7" class="line" lang="plaintext">\# not a heading</span> <span id="LC8" class="line" lang="plaintext">\[foo]: /url "not a reference"</span> -<span id="LC9" class="line" lang="plaintext">\&ouml; not a character entity</span></code></pre> +<span id="LC9" class="line" lang="plaintext">\รถ not a character entity</span></code></pre> <copy-code></copy-code> </div> <div class="gl-relative markdown-code-block js-markdown-code"> |