#+title: Test some content #+date: 2023-11-24T19:50:01Z #+draft: false Adding another post so I can test out some of the features in Hugo * Code blocks #+begin_src python from foo import bar print("hello world!") #+end_src * Tables | header 1 | header 2 | | | | | Content 1 | Content 2 | * Maths rendering $$E^2 = p^2c^2 + m^2c^4$$