summaryrefslogtreecommitdiff
path: root/public/css/markdown.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-05Fix code blocks color in night modeSheogorath1-0/+5
This provides more eye-friendly code boxes when night mode is active. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-02-26Update styles of details, summary and figureMax Wu1-2/+14
Signed-off-by: Max Wu <jackymaxj@gmail.com>
2018-02-25Extend HTML5 support by whitelisting various tagsSheogorath1-0/+9
HTML5 provides a wide feature set of useful elements. Since Markdown usually supports HTML it should be able to use these HTML5 tags as well. As they were requested by some users and they where checked for being safe, whitelisting them isn't a problem. To make the experience the same as on GitHub when it comes to the basic look and feel of the rendered markdown, some CSS was added to make the summary and the details tag look like on GitHub. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-05:sparkles: Implemented dark theme.Edoardo Odorico1-0/+38
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
2017-03-26Add support of abcjsWu Cheng-Han1-3/+6
2016-12-15Fix gist-embed styles conflictsWu Cheng-Han1-0/+13
2016-10-21Fix markdown styles conflicting bootstrap on p and ul under alert areaWu Cheng-Han1-1/+6
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han1-0/+8
2016-08-14Update markdown styles, follow github styles and font familyWu Cheng-Han1-1/+1
2016-03-15Updated to support container syntax and stylesCheng-Han, Wu1-0/+4
2016-03-04Support mermaid in code block diagram and updated all diagram rendering ↵Cheng-Han, Wu1-11/+24
method and styles
2016-01-31Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all ↵Cheng-Han, Wu1-1/+1
default styles to allow font fallbacks
2016-01-12Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han1-1/+12
the note with robots, lang, dir, breaks options
2015-09-25Changed code block line number gutter rendering method for performance and ↵Wu Cheng-Han1-1/+5
gain better accessibility
2015-09-24Updated overall font-family, font-size, line-height, letter-spacing and some ↵Wu Cheng-Han1-0/+2
other minor adjustments
2015-05-04First commit, version 0.2.7Wu Cheng-Han1-0/+89