In prototypes and HTML-based slide decks, it's pleasant to write in markdown sometimes and avoid all those angle brackets.
So the idea is you're operating in an HTML environment but a few shortcuts would help so use markdown here and there.
- Install this userscript (click the 'raw' link for the user.js file below).
- It automatically adds github flavored markdown's to every page.
- Add
data-markdown
attributes to any tags where you're gonna use markdown within. (see example)
(As this requires some clientside js and can trigger FOUC, this is not for production use)
The link
https://raw.github.com/github/github-flavored-markdown/gh-pages/scripts/showdown.js
is dead.