summaryrefslogtreecommitdiff
path: root/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/glfm/example_snapshots/prosemirror_json.yml')
-rw-r--r--spec/fixtures/glfm/example_snapshots/prosemirror_json.yml17018
1 files changed, 0 insertions, 17018 deletions
diff --git a/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml b/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml
deleted file mode 100644
index 04196c26af0..00000000000
--- a/spec/fixtures/glfm/example_snapshots/prosemirror_json.yml
+++ /dev/null
@@ -1,17018 +0,0 @@
----
-02_01__preliminaries__tabs__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo\tbaz\t\tbim"
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo\tbaz\t\tbim"
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "a\ta\nὐ\ta"
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": " foo"
- }
- ]
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": " foo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo\nbar"
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
-02_01__preliminaries__tabs__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- }
- ]
- }
-03_01__blocks_and_inlines__precedence__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "`one"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "two`"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "+++"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "==="
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "--\n**\n__"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "***"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\n***"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_ _ _ _ a"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a------"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "---a---"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "-"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-04_01__leaf_blocks__thematic_breaks__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 4
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 5
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 6
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "####### foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "#5 bolt"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "#hashtag"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "## foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": " *baz*"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "# foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\n# bar"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 5
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo ### b"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo#"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo ###"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "foo ###"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "foo #"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo bar"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Bar foo"
- }
- ]
- }
- ]
- }
-04_02__leaf_blocks__atx_headings__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- }
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- }
- },
- {
- "type": "heading",
- "attrs": {
- "level": 3
- }
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "Foo\n---\n\nFoo"
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\n---"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\n= ="
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo\\"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "`Foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "`"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "<a title=\"a lot"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "of dashes\"/>"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\nbar\n==="
- }
- ]
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo\nBar"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Bar"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Baz"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "===="
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "horizontalRule"
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "> foo"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\nbar"
- }
- ]
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__026: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\nbar"
- }
- ]
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-04_03__leaf_blocks__setext_headings__027: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\nbar\n---\nbaz"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "a simple\n indented code block"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "<a/>\n*hi*\n\n- one"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "chunk1\n\nchunk2\n\n\n\nchunk3"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "chunk1\n \n chunk2"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\nbar"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Heading"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Heading"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": " foo\nbar"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_04__leaf_blocks__indented_code_blocks__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo "
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "<\n >"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "<\n >"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n~~~"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n```"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n```"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n~~~"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- }
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "\n```\naaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bbb"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "\n "
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- }
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\naaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\naaa\naaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n aaa\naaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "```\naaa\n```"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n ```"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "\naaa"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa\n~~~ ~~"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": "ruby",
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "def foo(x)\n return 3\nend"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": "ruby",
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "def foo(x)\n return 3\nend"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__026: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": ";",
- "class": "code highlight"
- }
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__027: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "aa"
- },
- {
- "type": "text",
- "text": "\nfoo"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__028: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": "aa",
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_05__leaf_blocks__fenced_code_blocks__029: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "``` aaa"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__001: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__002: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__003: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\n*foo*"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__005: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__006: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__007: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__008: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__012: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__013: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__014: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "\n*bar*\n"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__016: |-
- Error - check implementation:
- Hast node of type "warning" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "\n*bar*\n"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\n*bar*"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "strike"
- }
- ],
- "text": "\n*foo*\n"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__020: |-
- Error - check implementation:
- Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-04_06__leaf_blocks__html_blocks__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- },
- {
- "type": "strike"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "okay"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__023: |-
- Error - check implementation:
- Hast node of type "script" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__024: |-
- Error - check implementation:
- Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__025: |-
- Error - check implementation:
- Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__026: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__027: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__028: |-
- Error - check implementation:
- Hast node of type "style" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__029: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-04_06__leaf_blocks__html_blocks__030: |-
- Error - check implementation:
- Hast node of type "script" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__031: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-04_06__leaf_blocks__html_blocks__032: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-04_06__leaf_blocks__html_blocks__033: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__034: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-04_06__leaf_blocks__html_blocks__035: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-04_06__leaf_blocks__html_blocks__036: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__037: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__038: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__039: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "bar",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "\nbaz"
- }
- ]
- }
- ]
- }
-04_06__leaf_blocks__html_blocks__040: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__041: |-
- Error - check implementation:
- Hast node of type "div" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__042: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_06__leaf_blocks__html_blocks__043: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_07__leaf_blocks__link_reference_definitions__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "the title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "my_(url)",
- "target": "_blank",
- "class": null,
- "title": "title (with parens)",
- "canonicalSrc": null
- }
- }
- ],
- "text": "Foo*bar]"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "my%20url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "Foo bar"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "\ntitle\nline1\nline2\n",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]: /url 'title"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "with blank line'"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]:"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__010: |-
- Error - check implementation:
- Hast node of type "bar" not supported by this converter. Please, provide an specification.
-04_07__leaf_blocks__link_reference_definitions__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url%5Cbar*baz",
- "target": "_blank",
- "class": null,
- "title": "foo\"bar\\baz",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "first",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "Foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/%CF%86%CE%BF%CF%85",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "αγω"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]: /url \"title\" ok"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\"title\" ok"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "[foo]: /url \"title\""
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "[foo]: /url"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo\n[bar]: /baz"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[bar]"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "Foo"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "===\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__026: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/foo-url",
- "target": "_blank",
- "class": null,
- "title": "foo",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": ",\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/bar-url",
- "target": "_blank",
- "class": null,
- "title": "bar",
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": ",\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/baz-url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "baz"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__027: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
- ]
- }
-04_07__leaf_blocks__link_reference_definitions__028: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bbb"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa\nbbb"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "ccc\nddd"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bbb"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa\nbbb"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa\nbbb\nccc"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa\nbbb"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bbb"
- }
- ]
- }
- ]
- }
-04_08__leaf_blocks__paragraphs__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbbb"
- }
- ]
- }
- ]
- }
-04_09__leaf_blocks__blank_lines__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- }
- ]
- }
-04_10__leaf_blocks__tables_extension__001: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_10__leaf_blocks__tables_extension__002: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_10__leaf_blocks__tables_extension__003: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_10__leaf_blocks__tables_extension__004: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_10__leaf_blocks__tables_extension__005: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_10__leaf_blocks__tables_extension__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "| abc | def |\n| --- |\n| bar |"
- }
- ]
- }
- ]
- }
-04_10__leaf_blocks__tables_extension__007: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-04_10__leaf_blocks__tables_extension__008: |-
- Error - check implementation:
- Hast node of type "table" not supported by this converter. Please, provide an specification.
-05_01__container_blocks__block_quotes__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "> # Foo\n> bar\n> baz"
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar\nbaz\nfoo"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- }
- ]
- }
-05_01__container_blocks__block_quotes__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- }
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- }
- }
- ]
- }
-05_01__container_blocks__block_quotes__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\n- bar"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\nbar"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aaa"
- }
- ]
- }
- ]
- },
- {
- "type": "horizontalRule"
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bbb"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\nbar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\nbar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_01__container_blocks__block_quotes__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "code"
- }
- ]
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "not code"
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A block quote."
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A block quote."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "one"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "two"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "one"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "two"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "one"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": " two"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "one"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "two"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "one"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "two"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "one"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "two"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "-one"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "2.two"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bam"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar\n\n\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "ok"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "1234567890. not ok"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "ok"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "ok"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "-1. not ok"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "paragraph"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "more code"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "paragraph"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "more code"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": " indented code"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "paragraph"
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "more code"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__026: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__027: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__028: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__029: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__030: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__031: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__032: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__033: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\n*"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\n1."
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__034: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A block quote."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__035: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A block quote."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__036: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A block quote."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__037: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote."
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__038: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "indented code"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A block quote."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__039: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "A paragraph\nwith two lines."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__040: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Blockquote\ncontinued here."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__041: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Blockquote\ncontinued here."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__042: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "boo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__043: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "boo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__044: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__045: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__046: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__047: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__048: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "heading",
- "attrs": {
- "level": 1
- },
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "heading",
- "attrs": {
- "level": 2
- },
- "content": [
- {
- "type": "text",
- "text": "Bar\nbaz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__049: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__050: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__051: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__052: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "The number of windows in my house is\n14. The number of doors is 6."
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__053: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "The number of windows in my house is"
- }
- ]
- },
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "The number of doors is 6."
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__054: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__055: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bim"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__056: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__057: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__058: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "e"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "f"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "g"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__059: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__060: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d\n- e"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__061: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "3. c"
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__062: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__063: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__064: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__065: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__066: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "b\n\n"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__067: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__068: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__069: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- },
- {
- "type": "blockquote",
- "attrs": {
- "multiline": false
- },
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__070: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__071: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__072: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "orderedList",
- "attrs": {
- "start": 1,
- "parens": false
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph"
- },
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__073: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__074: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "b"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "c"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "d"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "e"
- }
- ]
- }
- ]
- },
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "f"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-06_01__inlines__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "hi"
- },
- {
- "type": "text",
- "text": "lo`"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\\\t\\A\\a\\ \\3\\φ\\«"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*not emphasized*\n<br/> not a tag\n[not a link](/foo)\n`not code`\n1. not a list\n* not a list\n# not a heading\n[foo]: /url \"not a reference\"\n&ouml; not a character entity"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\\"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "emphasis"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbar"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "\\[\\`"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "\\[\\]"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "\\[\\]"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com?find=%5C*",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://example.com?find=\\*"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_02__inlines__backslash_escapes__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/bar*",
- "target": "_blank",
- "class": null,
- "title": "ti*tle",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/bar*",
- "target": "_blank",
- "class": null,
- "title": "ti*tle",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_02__inlines__backslash_escapes__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": "foo+bar",
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "  & © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "# Ӓ Ϡ �"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\" ആ ಫ"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "&nbsp &x; &#; &#x;\n&#987654321;\n&#abcdef0;\n&ThisIsNotDefined; &hi?;"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "&copy"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "&MadeUpEntity;"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/f%C3%B6%C3%B6",
- "target": "_blank",
- "class": null,
- "title": "föö",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/f%C3%B6%C3%B6",
- "target": "_blank",
- "class": null,
- "title": "föö",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": "föö",
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "f&ouml;&ouml;"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "codeBlock",
- "attrs": {
- "language": null,
- "class": "code highlight"
- },
- "content": [
- {
- "type": "text",
- "text": "f&ouml;f&ouml;"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*foo*\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "* foo"
- }
- ]
- },
- {
- "type": "bulletList",
- "attrs": {
- "bullet": "*"
- },
- "content": [
- {
- "type": "listItem",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\n\nbar"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "\tfoo"
- }
- ]
- }
- ]
- }
-06_03__inlines__entity_and_numeric_character_references__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[a](url \"tit\")"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo ` bar"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "``"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": " `` "
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": " a"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": " b "
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_04__inlines__code_spans__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo bar baz"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo "
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo bar baz"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo\\"
- },
- {
- "type": "text",
- "text": "bar`"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo`bar"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "foo `` bar"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "*"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[not a "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "link](/foo"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "<a href=\""
- },
- {
- "type": "text",
- "text": "\">`"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "`",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "`"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "<http://foo.bar."
- },
- {
- "type": "text",
- "text": "baz>`"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar.%60baz",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar.`baz"
- },
- {
- "type": "text",
- "text": "`"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "```foo``"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "`foo"
- }
- ]
- }
- ]
- }
-06_04__inlines__code_spans__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "`foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a * foo bar*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a*\"foo\"*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "* a *"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "5"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "6"
- },
- {
- "type": "text",
- "text": "78"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_ foo bar_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a_\"foo\"_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo_bar_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "5_6_78"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "пристаням_стремятся_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "aa_\"bb\"_cc"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo-"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "(bar)"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_foo*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*foo bar *"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*foo bar\n*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*(*foo)"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "(foo"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_foo bar _"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_(_foo)"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "(foo"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_foo_bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_пристаням_стремятся"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__026: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo_bar_baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__027: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "(bar)"
- },
- {
- "type": "text",
- "text": "."
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__028: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__029: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "** foo bar**"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__030: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a**\"foo\"**"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__031: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__032: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__033: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__ foo bar__"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__034: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__\nfoo bar__"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__035: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a__\"foo\"__"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__036: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo__bar__"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__037: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "5__6__78"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__038: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "пристаням__стремятся__"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__039: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo, bar"
- },
- {
- "type": "text",
- "text": ", baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__040: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo-"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "(bar)"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__041: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "**foo bar **"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__042: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "**(**foo)"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__043: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "("
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__044: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "Gomphocarpus ("
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "Gomphocarpus physocarpus"
- },
- {
- "type": "text",
- "text": ", syn.\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "Asclepias physocarpa"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__045: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo \""
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "\" foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__046: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__047: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__foo bar __"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__048: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__(__foo)"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__049: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "("
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__050: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__foo__bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__051: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__пристаням__стремятся"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__052: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo__bar__baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__053: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "(bar)"
- },
- {
- "type": "text",
- "text": "."
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__054: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__055: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo\nbar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__056: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": " baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__057: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo bar"
- },
- {
- "type": "text",
- "text": " baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__058: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__059: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__060: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": " baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__061: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__062: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo**bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__063: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__064: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__065: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__066: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- },
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__067: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "***baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__068: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "baz"
- },
- {
- "type": "text",
- "text": " bim bop"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__069: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- },
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__070: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "** is not an empty emphasis"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__071: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "**** is not an empty strong emphasis"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__072: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__073: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo\nbar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__074: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": " baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__075: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo bar"
- },
- {
- "type": "text",
- "text": " baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__076: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__077: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__078: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": " baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__079: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__080: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__081: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__082: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "baz"
- },
- {
- "type": "text",
- "text": "\nbim bop"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__083: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- },
- {
- "type": "italic"
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__084: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__ is not an empty emphasis"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__085: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "____ is not an empty strong emphasis"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__086: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo ***"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__087: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__088: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__089: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo *****"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__090: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__091: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__092: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__093: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__094: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__095: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "***"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__096: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__097: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "***"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__098: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo ___"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__099: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__100: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__101: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo _____"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__102: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__103: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__104: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__105: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__106: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__107: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "___"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__108: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__109: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "___"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__110: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__111: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__112: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__113: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__114: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__115: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__116: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__117: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__118: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__119: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo _bar"
- },
- {
- "type": "text",
- "text": " baz_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__120: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar *baz bim"
- },
- {
- "type": "text",
- "text": " bam"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__121: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "**foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__122: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar baz"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__123: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__124: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "_foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__125: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "image",
- "attrs": {
- "src": "foo",
- "alt": null,
- "title": "*",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__126: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "**"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__127: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__128: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "a "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "*"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__129: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "a "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "_"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__130: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "**a"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar/?q=**",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar/?q=**"
- }
- ]
- }
- ]
- }
-06_05__inlines__emphasis_and_strong_emphasis__131: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "__a"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar/?q=__",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar/?q=__"
- }
- ]
- }
- ]
- }
-06_06__inlines__strikethrough_extension__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "strike"
- }
- ],
- "text": "Hi"
- },
- {
- "type": "text",
- "text": " Hello, world!"
- }
- ]
- }
- ]
- }
-06_06__inlines__strikethrough_extension__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "This ~~has a"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "new paragraph~~."
- }
- ]
- }
- ]
- }
-06_07__inlines__links__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link](/my uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/my%20uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link](foo\nbar)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__008: |-
- Error - check implementation:
- Hast node of type "foo" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "b)c",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "a"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link](<foo>)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[a](<b)c\n[a](<b)c>\n[a]("
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "c)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "(foo)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo(and(bar))",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo(and(bar)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo(and(bar)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo):",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "#fragment",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com#fragment",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com?foo=3#frag",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo%5Cbar",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "foo%20b%C3%A4",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "%22title%22",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "linklinklink"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title \"\"",
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__023: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url%C2%A0%22title%22",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__024: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link](/url \"title \"and\" title\")"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__025: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title \"and\" title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__026: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "link"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__027: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link] (/uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__028: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link [foo [bar]]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__029: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link] bar](/uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__030: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[link "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__031: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link [bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__032: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "#"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__033: |-
- Error - check implementation:
- Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_07__inlines__links__034: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "](/uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__035: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "[bar "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "baz"
- },
- {
- "type": "text",
- "text": "](/uri)](/uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__036: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "uri3",
- "alt": "[foo](uri2)",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_07__inlines__links__037: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo*"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__038: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "baz*",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo *bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__039: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo [bar"
- },
- {
- "type": "text",
- "text": " baz]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__040: |-
- Error - check implementation:
- Hast node of type "bar" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__041: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "](/uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__042: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com/?search=%5D(uri)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://example.com/?search=](uri)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__043: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__044: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link [foo [bar]]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__045: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link [bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__046: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "link "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "bold"
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "#"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__047: |-
- Error - check implementation:
- Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_07__inlines__links__048: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- },
- {
- "type": "text",
- "text": "]"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "ref"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__049: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "italic"
- }
- ],
- "text": "bar "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "baz"
- },
- {
- "type": "text",
- "text": "]"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "ref"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__050: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo*"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__051: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo *bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__052: |-
- Error - check implementation:
- Hast node of type "bar" not supported by this converter. Please, provide an specification.
-06_07__inlines__links__053: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "][ref]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__054: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com/?search=%5D%5Bref%5D",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://example.com/?search=][ref]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__055: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__056: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "Толпой"
- },
- {
- "type": "text",
- "text": " is a Russian word."
- }
- ]
- }
- ]
- }
-06_07__inlines__links__057: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "Baz"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__058: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo] "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__059: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]\n"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__060: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url1",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__061: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[bar][foo!]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__062: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo][ref[]"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[ref[]: /uri"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__063: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo][ref[bar]]"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[ref[bar]]: /uri"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__064: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[[[foo]]]"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[[[foo]]]: /url"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__065: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__066: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/uri",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar\\"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__067: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[]"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[]: /uri"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__068: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[\n]"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[\n]: /uri"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__069: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__070: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__071: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "Foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__072: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "\n[]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__073: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__074: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__075: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "["
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- },
- {
- "type": "italic"
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__076: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[[bar "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__077: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "Foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__078: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": " bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__079: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__080: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "*"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo*"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__081: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url2",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__082: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url1",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__083: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__084: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url1",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "text": "(not a link)"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__085: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__086: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url2",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url1",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "baz"
- }
- ]
- }
- ]
- }
-06_07__inlines__links__087: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[foo]"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url1",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "bar"
- }
- ]
- }
- ]
- }
-06_08__inlines__images__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "train.jpg",
- "alt": "foo bar",
- "title": "train & tracks",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url2",
- "alt": "foo bar",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url2",
- "alt": "foo bar",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "train.jpg",
- "alt": "foo bar",
- "title": "train & tracks",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "train.jpg",
- "alt": "foo bar",
- "title": "train & tracks",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "train.jpg",
- "alt": "foo",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "My "
- },
- {
- "type": "image",
- "attrs": {
- "src": "/path/to/train.jpg",
- "alt": "foo bar",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "url",
- "alt": "foo",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo",
- "title": null,
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo bar",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "Foo",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- },
- {
- "type": "text",
- "text": "\n[]"
- }
- ]
- }
- ]
- }
-06_08__inlines__images__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "foo bar",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "![[foo]]"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "[[foo]]: /url \"title\""
- }
- ]
- }
- ]
- }
-06_08__inlines__images__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "image",
- "attrs": {
- "src": "/url",
- "alt": "Foo",
- "title": "title",
- "uploading": false,
- "canonicalSrc": null
- }
- }
- ]
- }
- ]
- }
-06_08__inlines__images__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "![foo]"
- }
- ]
- }
- ]
- }
-06_08__inlines__images__022: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "!"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "/url",
- "target": "_blank",
- "class": null,
- "title": "title",
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar.baz",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar.baz"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar.baz/test?q=hello&id=22&boolean",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar.baz/test?q=hello&id=22&boolean"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "irc://foo.bar:2233/baz",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "irc://foo.bar:2233/baz"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "MAILTO:FOO@BAR.BAZ",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "MAILTO:FOO@BAR.BAZ"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "a+b+c:d",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "a+b+c:d"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "made-up-scheme://foo,bar",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "made-up-scheme://foo,bar"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://../",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://../"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "localhost:5001/foo",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "localhost:5001/foo"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<"
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar/baz",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar/baz"
- },
- {
- "type": "text",
- "text": " bim>"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com/%5C%5B%5C",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://example.com/\\[\\"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:foo@bar.example.com",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo@bar.example.com"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:foo+special@Bar.baz-bar0.com",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo+special@Bar.baz-bar0.com"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__013: |-
- Error - check implementation:
- Cannot read properties of undefined (reading 'end')
-06_09__inlines__autolinks__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<>"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "< "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://foo.bar",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://foo.bar"
- },
- {
- "type": "text",
- "text": " >"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__016: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<m:abc>"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__017: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<foo.bar.baz>"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__018: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://example.com",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://example.com"
- }
- ]
- }
- ]
- }
-06_09__inlines__autolinks__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:foo@bar.example.com",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo@bar.example.com"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.commonmark.org",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.commonmark.org"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Visit "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.commonmark.org/help",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.commonmark.org/help"
- },
- {
- "type": "text",
- "text": " for more information."
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Visit "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.commonmark.org",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.commonmark.org"
- },
- {
- "type": "text",
- "text": "."
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Visit "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.commonmark.org/a.b",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.commonmark.org/a.b"
- },
- {
- "type": "text",
- "text": "."
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=Markup+(business)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=Markup+(business)"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=Markup+(business)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=Markup+(business)"
- },
- {
- "type": "text",
- "text": "))"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "("
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=Markup+(business)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=Markup+(business)"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "("
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=Markup+(business)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=Markup+(business)"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=(business))+ok",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=(business))+ok"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=commonmark&hl=en",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=commonmark&hl=en"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.google.com/search?q=commonmark",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.google.com/search?q=commonmark"
- },
- {
- "type": "text",
- "text": "&hl;"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://www.commonmark.org/he",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "www.commonmark.org/he"
- },
- {
- "type": "text",
- "text": "<lp"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "http://commonmark.org",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "http://commonmark.org"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "(Visit "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "https://encrypted.google.com/search?q=Markup+(business)",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "https://encrypted.google.com/search?q=Markup+(business)"
- },
- {
- "type": "text",
- "text": ")"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Anonymous FTP is available at ftp://foo.bar.baz."
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:foo@bar.baz",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "foo@bar.baz"
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "hello@mail+xyz.example isn't valid, but "
- },
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:hello+xyz@mail.example",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "hello+xyz@mail.example"
- },
- {
- "type": "text",
- "text": " is."
- }
- ]
- }
- ]
- }
-06_10__inlines__autolinks_extension__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:a.b-c_d@a.b",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "a.b-c_d@a.b"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "link",
- "attrs": {
- "href": "mailto:a.b-c_d@a.b",
- "target": "_blank",
- "class": null,
- "title": null,
- "canonicalSrc": null
- }
- }
- ],
- "text": "a.b-c_d@a.b"
- },
- {
- "type": "text",
- "text": "."
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a.b-c_d@a.b-"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "a.b-c_d@a.b_"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__001: |-
- Error - check implementation:
- Hast node of type "bab" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__002: |-
- Error - check implementation:
- Hast node of type "b2" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__003: |-
- Error - check implementation:
- Hast node of type "b2" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_11__inlines__raw_html__005: |-
- Error - check implementation:
- Hast node of type "responsive-image" not supported by this converter. Please, provide an specification.
-06_11__inlines__raw_html__006: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<33> <__>"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__007: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<a h*#ref=\"hi\">"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<a href=\"hi'> <a href=hi'>"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "< a><\nfoo><bar/ >\n<foo bar=baz\nbim!bop />"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<a href='bar'title=title>"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_11__inlines__raw_html__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "</a href=\"foo\">"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__013: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-06_11__inlines__raw_html__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo <!-- not a comment -- two hyphens -->"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo <!--> foo -->"
- }
- ]
- },
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo <!-- foo--->"
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__016: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-06_11__inlines__raw_html__017: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-06_11__inlines__raw_html__018: |-
- Error - check implementation:
- Cannot destructure property 'className' of 'hastNode.properties' as it is undefined.
-06_11__inlines__raw_html__019: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__020: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo "
- }
- ]
- }
- ]
- }
-06_11__inlines__raw_html__021: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "<a href=\"\"\">"
- }
- ]
- }
- ]
- }
-06_12__inlines__disallowed_raw_html_extension__001: |-
- Error - check implementation:
- Hast node of type "title" not supported by this converter. Please, provide an specification.
-06_13__inlines__hard_line_breaks__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbaz"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbaz"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbaz"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__004: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbar"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__005: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- },
- {
- "type": "hardBreak"
- },
- {
- "type": "text",
- "text": "\nbar"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__006: |-
- Error - check implementation:
- Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_13__inlines__hard_line_breaks__007: |-
- Error - check implementation:
- Cannot destructure property 'type' of 'this.stack.pop(...)' as it is undefined.
-06_13__inlines__hard_line_breaks__008: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "code span"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__009: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "marks": [
- {
- "type": "code"
- }
- ],
- "text": "code\\ span"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__010: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_13__inlines__hard_line_breaks__011: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph"
- }
- ]
- }
-06_13__inlines__hard_line_breaks__012: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\\"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__013: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__014: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo\\"
- }
- ]
- }
- ]
- }
-06_13__inlines__hard_line_breaks__015: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "heading",
- "attrs": {
- "level": 3
- },
- "content": [
- {
- "type": "text",
- "text": "foo"
- }
- ]
- }
- ]
- }
-06_14__inlines__soft_line_breaks__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\nbaz"
- }
- ]
- }
- ]
- }
-06_14__inlines__soft_line_breaks__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "foo\nbaz"
- }
- ]
- }
- ]
- }
-06_15__inlines__textual_content__001: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "hello $.;'there"
- }
- ]
- }
- ]
- }
-06_15__inlines__textual_content__002: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Foo χρῆν"
- }
- ]
- }
- ]
- }
-06_15__inlines__textual_content__003: |-
- {
- "type": "doc",
- "content": [
- {
- "type": "paragraph",
- "content": [
- {
- "type": "text",
- "text": "Multiple spaces"
- }
- ]
- }
- ]
- }
-07_01__gitlab_specific_markdown__footnotes__001: |-
- Error - check implementation:
- Hast node of type "sup" not supported by this converter. Please, provide an specification.