Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | LibMarkdown: Change internal MD API to return OwnPtrs | FalseHonesty | |
Previously, all Markdown blocks had a virtual parse method which has been swapped out for a static parse method returning an OwnPtr of that block's type. The Text class also now has a static parse method that will return an Optional<Text>. | |||
2020-05-30 | LibMarkdown: Change MD Document parse API to return a RefPtr | FalseHonesty | |
Markdown documents are now obtained via the static Document::parse method, which returns a RefPtr<Document>, or nullptr on failure. | |||
2020-04-28 | LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^) | Andreas Kling | |