University of Wisconsin–Madison

Month: June 2021

Do yourself a favor: learn Markdown – Episode 4. Reproducible reports

The message The essential message is this: stop using Copy/Paste from one program to another (e.g. a chart from Excel to Word) as this is a manual process that is not reproducible and can easily get out of sync if new data need to be incorporated and the report reconstructed anew. The solution is to …

Do yourself a favor: learn Markdown – Episode 2

In Episode 1: Markdown is easy we saw how Markdown can simplify and streamline the creation of documents while working in easily readable plain text. In this episode we’ll explore: Markdown variations Since its original inception in 2004 by John Gruber, famous Apple commentator and online blogger as a plain text-to-HTML conversion tool, there has …

Do yourself a favor: learn Markdown – Master it in 10 minutes!

Episode 1: Markdown is easy, keeps things simple Markdown is… Markdown is a plain text formatting syntax that incorporates rich text elements while retaining the ease and readability of plain text. Why learn Markdown? Markdown greatly simplifies writing in the digital age and is a standard used on many web sites such as github. Markdown …