From 1a7bfc07ed5ceab7f5bf3bc401bd0abf5a387562 Mon Sep 17 00:00:00 2001 From: Enrique Alcantara <ealcantara@gitlab.com> Date: Fri, 15 Jul 2022 11:21:09 -0400 Subject: [PATCH] Update html snapshots --- glfm_specification/example_snapshots/html.yml | 8 ++++---- .../content_editor/remark_markdown_processing_spec.js | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/glfm_specification/example_snapshots/html.yml b/glfm_specification/example_snapshots/html.yml index e82cc04499a56..6fef78c797f3c 100644 --- a/glfm_specification/example_snapshots/html.yml +++ b/glfm_specification/example_snapshots/html.yml @@ -373,7 +373,7 @@ </li> </ul> wysiwyg: |- - <ul bullet="*"><li><p>Foo</p></li><li><p></p><hr></li> </ul> + <ul bullet="*"><li><p>Foo</p></li><li><p></p><hr></li></ul> 04_02__leaf_blocks__atx_headings__001: canonical: | <h1>foo</h1> @@ -7559,11 +7559,11 @@ 07_01__gitlab_specific_markdown__footnotes__001: canonical: "" static: |- - <p data-sourcepos="1:1-1:27" dir="auto">footnote reference tag <sup class="footnote-ref"><a href="#fn-1-4950" id="fnref-1-4950" data-footnote-ref>1</a></sup></p> + <p data-sourcepos="1:1-1:27" dir="auto">footnote reference tag <sup class="footnote-ref"><a href="#fn-1-9470" id="fnref-1-9470" data-footnote-ref>1</a></sup></p> <section data-footnotes class="footnotes"> <ol> - <li id="fn-1-4950"> - <p data-sourcepos="3:7-3:19">footnote text <a href="#fnref-1-4950" 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> + <li id="fn-1-9470"> + <p data-sourcepos="3:7-3:19">footnote text <a href="#fnref-1-9470" 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> </li> </ol> </section> diff --git a/spec/frontend/content_editor/remark_markdown_processing_spec.js b/spec/frontend/content_editor/remark_markdown_processing_spec.js index 61e048c7f7d12..d74646449a690 100644 --- a/spec/frontend/content_editor/remark_markdown_processing_spec.js +++ b/spec/frontend/content_editor/remark_markdown_processing_spec.js @@ -1,4 +1,3 @@ -import { isString } from 'lodash'; import Bold from '~/content_editor/extensions/bold'; import Blockquote from '~/content_editor/extensions/blockquote'; import BulletList from '~/content_editor/extensions/bullet_list'; -- GitLab