This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
blog/content/posts/test_some_content.org

19 lines
357 B
Org Mode
Raw Normal View History

#+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$$