--- title: "Notes on Nano" description: | A short description of the post. author: - name: Anson Biggs url: https://ansonbiggs.com date: 11-27-2021 output: distill::distill_article: self_contained: false --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) ``` Distill is a publication format for scientific and technical writing, native to the web. Learn more about using Distill at .