Hugo and OrgMode

With some surprise I found out that Hugo now natively supports OrgMode. Tables are working:

xyResult
011
101
110

SRC-blocks work as well:

for i in $(seq 1 5); do echo $i; done
1
2
3
4
5

Clickable pictures work too:

https://gallery.norre.org/images/2020/01/30/IMG_2123.md.jpg

And there's lots of other fun stuff. Awesome news.