Commit Graph

12 Commits (1c47888a05709c301981cea70545c0dcc2e5eb84)

Author SHA1 Message Date
trivernis 1c47888a05 Add placeholders 4 years ago
trivernis 56ab594009 Fix section nesting order
With this fix the sections can be nested in any way possible
4 years ago
trivernis e9ec656740 Add error handling for section nesting problems 4 years ago
trivernis 22b6c9cc00 Add ruler defined with - - - 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 15b1a1e6b7 Add multithreaded import parsing 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 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