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-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