Mixing text + computations, Markdown, quarto
, webpages, pandoc
Markdown is a simple, easy-to-use markup language perfect for use in a text editor. There are now tons of tools that allow you to turn text with simple typographic bits of markup (# headings, italics, bold, etc) into nice looking documents, webpages, presentations, … I will give a brief overview and talk about why I think it’s useful.
revealjs
slides I used are [at this link]qmd
file for the presentation is 00-presentation.qmdThe derived files are in docx, html and pdf document…
00-presentation.docx 00-presentation.html 00-presentation.pdf
Check out the [github repo) for code examples n julia
, python
and r
: