Age | Commit message (Expand) | Author |
---|---|---|
2020-11-29 | LibMarkdown: Only consider "!" a special character when followed by "[" | Linus Groh |
2020-09-27 | LibMarkdown: Add a Text(String) constructor | AnotherTest |
2020-09-12 | LibMarkdown: Make warning messages conditional | Ben Wiederhake |
2020-05-30 | LibMarkdown: Change internal MD API to return OwnPtrs | FalseHonesty |
2020-05-09 | LibMarkdown: Turn absolute links into hyperlinks in terminal output :^) | Andreas Kling |
2020-05-05 | LibMarkdown: Escape HTML entities in text | Linus Groh |
2020-04-30 | LibMarkdown: Add support for images :^) | Sergey Bugaev |
2020-04-30 | LibMarkdown: Handle broken link markup better | Sergey Bugaev |
2020-04-28 | LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^) | Andreas Kling |