R Markdown is one of my favorite things about modern R. It offers an easy way to combine text, R code, and the results of R code in a single document. And when that document is rendered as HTML, you ...
It can handle most HTML tags and anything that isn’t able to be converted to Markdown is passed through as HTML. The first phase of the process is parsing the input into a syntax tree. To parse a HTML ...
This Chrome extension lets you compose emails in Markdown, and then convert it to HTML to use in Gmail. Gmail doesn’t offer you much in the way of formatting to make your emails look more attactive.