In January I wrote about using Macdown to write in Markdown, a convention for writing in plain text while encoding the structure of your document—headers, block quotes, lists, footnotes, etc.—using ...
A few weeks ago I wrote about how to get a free GitHub account for education, and then a week later I signal boosted a A few weeks ago I wrote about how to get a free GitHub account for education, and ...
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 ...