Archived
1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
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
6c175effb4
rename str to html str
...because I have plans to implement more content types
2022-06-08 23:58:08 +03:00
1a67959b1a add boolean value to attr 2022-05-29 02:02:55 +03:00
6a03f421b3 add tests for visit attr hook 2022-05-29 01:41:27 +03:00
0a70e34a13 add hooks 2022-05-28 23:28:31 +03:00
c3014d690b add possibility to wrap node 2022-05-22 22:47:17 +03:00
f1d6a2e989 allow single string in class names attribute 2022-05-22 12:47:24 +03:00
6e2a2e5c76 expose core types from ren node 2022-05-22 12:42:35 +03:00
30ab50703b move E and F utils to ren 2022-05-22 00:26:32 +03:00
bfcb5ccaee add more tests 2022-05-22 00:13:39 +03:00
b326d14676 refac to deno 2022-05-22 00:03:48 +03:00