Commit Graph

221 Commits (main)
 

Author SHA1 Message Date
trivernis 72010bebb8 Add colored error message 4 years ago
trivernis 4b12391ff4 Change name of cargo package 4 years ago
trivernis 302669044f Add cli options 4 years ago
trivernis 6db67c9139 Add ordering to sublists and fix escape 4 years ago
trivernis bc1d620aa0 Add to html implementation 4 years ago
trivernis ee9198d001 Fix path resolution 4 years ago
trivernis 15b1a1e6b7 Add multithreaded import parsing 4 years ago
trivernis 7b901ee984 Remove url short syntax and update Readme 4 years ago
trivernis 8896ea27b3 Add Image parsing
Images have the syntax ![description](url)[metadata]
with [description] and [metadata] being optional.
So the shortest syntax is !(url).
Similar to the short url syntax (url)
4 years ago
trivernis f532865fc6 Add README 4 years ago
trivernis e32073fb4b Change image syntax 4 years ago
trivernis d8f12df8e6 Add quotes with metadata
Syntax: [Metadata]> Quote
The metadata is optional so normal markdown quotes work too
4 years ago
trivernis 2204f93cf3 Add code block parsing 4 years ago
trivernis 110109c882 Add escape character handling 4 years ago
trivernis 6db54b449f Add url parsing 4 years ago
trivernis 1e038ed404 Add ordered list and more list indicators 4 years ago
trivernis 3e892571df Fix list parsing
- Add iterative nesting parsing algorithm for lists
4 years ago
trivernis b4365a9128 Add table parsing 4 years ago
trivernis 70ba5a7062 Add subtext parsing
- lots of fixes
- kinda works
4 years ago
trivernis c89b9d83fb Add parsing of the list 4 years ago
trivernis e9e7dca783 Add tokens and started with the parsing 4 years ago