Commit Graph

13 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 eb37e35997
add gpl licence
Closes #4

[CI SKIP]
2022-06-14 01:04:49 +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
Dmitriy Pleshevskiy 1a67959b1a add boolean value to attr 2022-05-29 02:02:55 +03:00
Dmitriy Pleshevskiy 6a03f421b3 add tests for visit attr hook 2022-05-29 01:41:27 +03:00
Dmitriy Pleshevskiy 0a70e34a13 add hooks 2022-05-28 23:28:31 +03:00
Dmitriy Pleshevskiy c3014d690b add possibility to wrap node 2022-05-22 22:47:17 +03:00
Dmitriy Pleshevskiy f1d6a2e989 allow single string in class names attribute 2022-05-22 12:47:24 +03:00
Dmitriy Pleshevskiy 6e2a2e5c76 expose core types from ren node 2022-05-22 12:42:35 +03:00
Dmitriy Pleshevskiy 30ab50703b move E and F utils to ren 2022-05-22 00:26:32 +03:00
Dmitriy Pleshevskiy bfcb5ccaee add more tests 2022-05-22 00:13:39 +03:00
Dmitriy Pleshevskiy b326d14676 refac to deno 2022-05-22 00:03:48 +03:00