diff --git a/glfm_specification/example_snapshots/html.yml b/glfm_specification/example_snapshots/html.yml index e82cc04499a565cd53f8ea5d427e2489c98b8fcb..6fef78c797f3cb23ea05f3ea996c74557426ff81 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 61e048c7f7d12b8c3f7e617d63cf31e2314912eb..d74646449a69021157d593c42e32e02c9ac090ae 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';