diff --git a/docs/examples/cmark_spec_0.30.yml b/docs/examples/cmark_spec_0.30.yml index eb6d058..e59d184 100644 --- a/docs/examples/cmark_spec_0.30.yml +++ b/docs/examples/cmark_spec_0.30.yml @@ -4,7 +4,8 @@ cases: type: root children: - type: code - lang: '' + lang: null + meta: null value: "foo\tbaz\t\tbim" myst: "\tfoo\tbaz\t\tbim\n" html: "
foo\tbaz\t\tbim\n
\n" @@ -13,7 +14,8 @@ cases: type: root children: - type: code - lang: '' + lang: null + meta: null value: "foo\tbaz\t\tbim" myst: " \tfoo\tbaz\t\tbim\n" html: "
foo\tbaz\t\tbim\n
\n" @@ -22,7 +24,8 @@ cases: type: root children: - type: code - lang: '' + lang: null + meta: null value: "a\ta\nὐ\ta" myst: " a\ta\n ὐ\ta\n" html: "
a\ta\nὐ\ta\n
\n" @@ -32,10 +35,12 @@ cases: children: - type: list ordered: false + start: null spread: false children: - type: listItem spread: true + checked: null children: - type: paragraph children: @@ -59,17 +64,20 @@ cases: children: - type: list ordered: false + start: null spread: false children: - type: listItem spread: true + checked: null children: - type: paragraph children: - type: text value: foo - type: code - lang: '' + lang: null + meta: null value: ' bar' myst: "- foo\n\n\t\tbar\n" html: |- @@ -87,7 +95,8 @@ cases: - type: blockquote children: - type: code - lang: '' + lang: null + meta: null value: ' foo' myst: ">\t\tfoo\n" html: |- @@ -101,13 +110,16 @@ cases: children: - type: list ordered: false + start: null spread: false children: - type: listItem - spread: true + spread: false + checked: null children: - type: code - lang: '' + lang: null + meta: null value: ' foo' myst: "-\t\tfoo\n" html: |- @@ -122,7 +134,8 @@ cases: type: root children: - type: code - lang: '' + lang: null + meta: null value: |- foo bar @@ -137,31 +150,43 @@ cases: children: - type: list ordered: false + start: null spread: false children: - type: listItem - spread: true + spread: false + checked: null children: - - type: text - value: foo + - type: paragraph + children: + - type: text + value: foo - type: list ordered: false + start: null spread: false children: - type: listItem - spread: true + spread: false + checked: null children: - - type: text - value: bar + - type: paragraph + children: + - type: text + value: bar - type: list ordered: false + start: null spread: false children: - type: listItem - spread: true + spread: false + checked: null children: - - type: text - value: baz + - type: paragraph + children: + - type: text + value: baz myst: " - foo\n - bar\n\t - baz\n" html: |-