Archived
1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
ac60fc50bf
par(md): use space instead of \s 2022-06-13 23:44:16 +03:00
7c1d876b36
par(md): fix remove directive in tests 2022-06-13 22:57:34 +03:00
e909e21d7a
par(md): fix parse many paragraphs 2022-06-13 22:54:39 +03:00
e8c6ce97c6
Parser for markdown documents (#6)
Closes #1

In this MR I implement only basic functionality

- [x] AXT Heading
- [x] Paragraph
- [x] Text Node
- [x] Softbreak
- [x] Links
- [x] List

Reviewed-on: #6
Co-authored-by: Dmitriy Pleshevskiy <dmitriy@ideascup.me>
Co-committed-by: Dmitriy Pleshevskiy <dmitriy@ideascup.me>
2022-06-13 14:58:22 +00:00