Commit Graph

3 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 2570793058
add more softbreak rules
continuous-integration/drone/push Build is passing Details
2022-06-21 13:42:30 +03:00
Dmitriy Pleshevskiy 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
Dmitriy Pleshevskiy 6c175effb4
rename str to html str
...because I have plans to implement more content types
2022-06-08 23:58:08 +03:00