Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.47 KB

My Lists

A collection of miscellaneous lists for my own reference.


Beautify the Markdown

Unfortunately, GitHub Markdown has many limitations. Despite basic text decorations like bold and italic, there is no way to colorize the text or change typography and font size arbitrarily. But, I'm glad to have found out the markdown documents are rendered as an HTML element with all the text as is. This means we can apply arbitrary JavaScript to change the styling of the text! The easiest way to achieve this is through browser extensions (in my case, Firefox add-on). So...

BEFORE: AFTER:

And even fake progress bar! (just like GitHub Markdown fake check-boxes)

BEFORE: AFTER: