trivernis
bc1d620aa0
Add to html implementation
5 years ago
trivernis
ee9198d001
Fix path resolution
5 years ago
trivernis
15b1a1e6b7
Add multithreaded import parsing
5 years ago
trivernis
7b901ee984
Remove url short syntax and update Readme
5 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)
5 years ago
trivernis
f532865fc6
Add README
5 years ago
trivernis
e32073fb4b
Change image syntax
5 years ago
trivernis
d8f12df8e6
Add quotes with metadata
...
Syntax: [Metadata]> Quote
The metadata is optional so normal markdown quotes work too
5 years ago
trivernis
2204f93cf3
Add code block parsing
5 years ago
trivernis
110109c882
Add escape character handling
5 years ago
trivernis
6db54b449f
Add url parsing
5 years ago
trivernis
1e038ed404
Add ordered list and more list indicators
5 years ago
trivernis
3e892571df
Fix list parsing
...
- Add iterative nesting parsing algorithm for lists
5 years ago
trivernis
b4365a9128
Add table parsing
5 years ago
trivernis
70ba5a7062
Add subtext parsing
...
- lots of fixes
- kinda works
5 years ago
trivernis
c89b9d83fb
Add parsing of the list
5 years ago
trivernis
e9e7dca783
Add tokens and started with the parsing
5 years ago