summaryrefslogtreecommitdiff
path: root/glfm_specification
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-30 09:08:04 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-30 09:08:04 +0000
commit5c229c2ebe3304a58afd1d40418410a8c3723ea5 (patch)
treef6c0e2cff171825ce027b5a30225e05dcdbad59d /glfm_specification
parente05c9eaaa97aca4cd530f72652cb22dfb7305732 (diff)
downloadgitlab-ce-5c229c2ebe3304a58afd1d40418410a8c3723ea5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'glfm_specification')
-rw-r--r--glfm_specification/output_example_snapshots/html.yml24
-rw-r--r--glfm_specification/output_spec/spec.html4
2 files changed, 17 insertions, 11 deletions
diff --git a/glfm_specification/output_example_snapshots/html.yml b/glfm_specification/output_example_snapshots/html.yml
index bdd0777ce17..99c844c8794 100644
--- a/glfm_specification/output_example_snapshots/html.yml
+++ b/glfm_specification/output_example_snapshots/html.yml
@@ -1911,7 +1911,7 @@
<!-- foo -->*bar*
<p><em>baz</em></p>
static: |-
- *bar*
+ <!-- foo -->*bar*
<p data-sourcepos="2:1-2:5" dir="auto"><em>baz</em></p>
wysiwyg: |-
<p>*bar*
@@ -1933,8 +1933,11 @@
bar
baz -->
<p>okay</p>
- static: |2-
+ static: |-
+ <!-- Foo
+ bar
+ baz -->
<p data-sourcepos="5:1-5:4" dir="auto">okay</p>
wysiwyg: |-
<p>okay</p>
@@ -1988,10 +1991,12 @@
<!-- foo -->
<pre><code>&lt;!-- foo --&gt;
</code></pre>
- static: " \n<div class=\"gl-relative markdown-code-block js-markdown-code\">\n<pre
- 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\"
- class=\"line\" lang=\"plaintext\">&lt;!-- foo --&gt;</span></code></pre>\n<copy-code></copy-code>\n</div>"
+ static: |2-
+ <!-- foo -->
+ <div class="gl-relative markdown-code-block js-markdown-code">
+ <pre 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" class="line" lang="plaintext">&lt;!-- foo --&gt;</span></code></pre>
+ <copy-code></copy-code>
+ </div>
wysiwyg: |-
<pre class="content-editor-code-block undefined code highlight"><code>&lt;!-- foo --&gt;</code></pre>
04_06_00__leaf_blocks__html_blocks__036:
@@ -4311,7 +4316,7 @@
<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>
@@ -4343,7 +4348,7 @@
<p data-sourcepos="5:5-5:7">foo</p>
</li>
</ul>
-
+ <!-- -->
<div class="gl-relative markdown-code-block js-markdown-code">
<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>
<copy-code></copy-code>
@@ -7382,7 +7387,8 @@
<p>foo <!-- this is a
comment - with hyphen --></p>
static: |-
- <p data-sourcepos="1:1-2:25" dir="auto">foo </p>
+ <p data-sourcepos="1:1-2:25" dir="auto">foo <!-- this is a
+ comment - with hyphen --></p>
wysiwyg: |-
<p>foo </p>
06_11_00__inlines__raw_html__014:
diff --git a/glfm_specification/output_spec/spec.html b/glfm_specification/output_spec/spec.html
index 525c21a6ad1..2a4d03a3fdd 100644
--- a/glfm_specification/output_spec/spec.html
+++ b/glfm_specification/output_spec/spec.html
@@ -262,7 +262,7 @@ for a complete list of all examples, which are a superset of examples from:</p>
<li data-sourcepos="14:1-14:88">GitLab Flavored Markdown Official Specification (the same ones from this specifiation)</li>
<li data-sourcepos="15:1-16:0">GitLab Flavored Markdown Internal Extensions.</li>
</ul>
-
+<!-- BEGIN TESTS -->
<h1 data-sourcepos="18:1-18:40" dir="auto">
<a id="user-content-gitlab-official-specification-markdown" class="anchor" href="#gitlab-official-specification-markdown" aria-hidden="true"></a>GitLab Official Specification Markdown</h1>
<p data-sourcepos="20:1-23:104" dir="auto">Currently, only some of the GitLab-specific markdown features are
@@ -594,7 +594,7 @@ line.</p>
<copy-code></copy-code>
</div>
</div>
-
+<!-- END TESTS -->
</body>
</html>