kokic/notiz/parsing does not have a README file
pub(all) enum Block {
Heading(Int, Array[Inline])
Paragraph(Array[Inline])
Blockquote(Array[Block])
UnorderedList(Array[MdListItem])
OrderedList(Array[MdListItem])
FencedCode(String?, String)
DisplayMath(String)
ThematicBreak
Table(TableRow, Array[TableRow])
FootnoteDef(String, Array[Block])
} derive(Eq, Debug)parse error at 1:2: expected '\n'
1 | hello world
| ^Dependencies