index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibMarkdown
Age
Commit message (
Expand
)
Author
2020-11-30
LibMarkdown: Reduce debug spam from invalid characters in table headings
Luke
2020-11-29
LibMarkdown: Only consider "!" a special character when followed by "["
Linus Groh
2020-10-31
LibMarkdown: Use JS::MarkupGenerator for "js" code blocks :^)
Linus Groh
2020-10-31
LibMarkdown: Replace inline styles in HTML with CSS in <head>
Linus Groh
2020-10-26
LibMarkdown: Don't parse lines starting with a space as heading
Linus Groh
2020-10-26
LibMarkdown: Flush the pending paragraphs when encountering empty lines
AnotherTest
2020-09-27
LibMarkdown: Parse paragraphs line-wise
AnotherTest
2020-09-27
LibMarkdown: Add support for Tables
AnotherTest
2020-09-27
LibMarkdown: Add a Text(String) constructor
AnotherTest
2020-09-27
LibMarkdown: Make Text default-constructible and move-assignable
AnotherTest
2020-09-27
LibMarkdown: Take a 'view_width' argument for render_for_terminal()
AnotherTest
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-12
LibMarkdown: Make warning messages conditional
Ben Wiederhake
2020-07-14
LibMarkdown: Reset offset to 0 on each new List line
Nico Weber
2020-05-30
LibMarkdown: Change internal MD API to return OwnPtrs
FalseHonesty
2020-05-30
LibMarkdown: Change MD Document parse API to return a RefPtr
FalseHonesty
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
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-05-05
LibMarkdown: Use escape_html_entities() from AK/String
Linus Groh
2020-05-04
LibMarkdown: Support multi-line list items
Sergey Bugaev
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
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-29
LibMarkdown: Fix breakage from Vector using size_t
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-02
LibMarkdown: Handle CRLF line endings
Tommy Nguyen
2019-10-30
LibMarkdown: Include a <head> element when rendering MD to HTML
Andreas Kling
2019-10-13
LibMarkdown: Emit properly formed HTML documents
Andreas Kling
2019-10-03
LibMarkdown: Avoid emitting <pre> tags for now, to help LibHTML
Andreas Kling
2019-10-03
LibMarkdown: Implement link support
Sergey Bugaev
2019-09-28
LibMarkdown: Support escaping of special characters
Andreas Kling
2019-09-28
Libraries: Add LibMarkdown
Sergey Bugaev