diff --git a/docs/examples/comments.yml b/docs/examples/comments.yml index 6264d7e..72b151e 100644 --- a/docs/examples/comments.yml +++ b/docs/examples/comments.yml @@ -3,7 +3,7 @@ cases: mdast: type: root children: - - type: comment + - type: mystComment value: A comment myst: |- % A comment @@ -18,7 +18,7 @@ cases: children: - type: text value: Something - - type: comment + - type: mystComment value: A comment - type: paragraph children: @@ -39,7 +39,7 @@ cases: children: - type: text value: Something - - type: comment + - type: mystComment value: A comment -->