Age | Commit message (Expand) | Author |
---|---|---|
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 |