Skip to content

Commit bd47018

Browse files
authored
Fix typo in readme about output tree
Closes GH-73. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 50eda79 commit bd47018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ based on [CommonMark][] but adds the strikethrough (`~like so~`) and tables
321321

322322
The input syntax tree format is [hast][].
323323
Any HTML that can be represented in hast is accepted as input.
324-
The input syntax tree format is [mdast][].
324+
The output syntax tree format is [mdast][].
325325
When `<table>` elements, or `<del>`, `<s>`, and `<strike>` exist in the
326326
HTML, then the GFM nodes `table` and `delete` are used.
327327
This utility does not generate definitions or references, or syntax extensions

0 commit comments

Comments
 (0)