Archived
1
0
Fork 0
Library for parsing and rendering information.
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
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
core add boolean value to attr 2022-05-29 02:02:55 +03:00
par Parser for markdown documents (#6) 2022-06-13 14:58:22 +00:00
ren Parser for markdown documents (#6) 2022-06-13 14:58:22 +00:00
.gitignore Parser for markdown documents (#6) 2022-06-13 14:58:22 +00:00
deno.json refac to deno 2022-05-22 00:03:48 +03:00
import_map.json refac to deno 2022-05-22 00:03:48 +03:00
makefile change make commands 2022-05-29 01:40:48 +03:00