We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eda79 commit bd47018Copy full SHA for bd47018
readme.md
@@ -321,7 +321,7 @@ based on [CommonMark][] but adds the strikethrough (`~like so~`) and tables
321
322
The input syntax tree format is [hast][].
323
Any HTML that can be represented in hast is accepted as input.
324
-The input syntax tree format is [mdast][].
+The output syntax tree format is [mdast][].
325
When `<table>` elements, or `<del>`, `<s>`, and `<strike>` exist in the
326
HTML, then the GFM nodes `table` and `delete` are used.
327
This utility does not generate definitions or references, or syntax extensions
0 commit comments