Brad Hill
May 31, 2023
This is a post with executable code.
x <- 29
--- title: "Post With Code" author: "Brad Hill" date: "2023-05-31" categories: [news, code, analysis] toc: true image: "image.jpg" draft: false --- ## Header 2 ### Header 3 This is a post with executable code. ```{r} x <- 29 ``` ## 2 Header 2