Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-09-27 | LibMarkdown: Take a 'view_width' argument for render_for_terminal() | AnotherTest | |
Some constructs will require the width of the terminal (or a general 'width') to be rendered correctly, such as tables. | |||
2020-09-25 | Meta+LibHTTP through LibWeb: Make clang-format-10 clean | Ben Wiederhake | |
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-04-28 | LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^) | Andreas Kling | |