I searched the internet and couldn't find a list of languages that are supported by python markdown's codehilite extension via the command line?
And is there an easy way to "extend" the codehilite extension to support other languages like "julia"?
E.g., how I currently use it would be having the language specified in an markdown document
:::python
print('hello world')
And then convert it via
python -m markdown -x codehilite my.md > my.html
and then inserting the codehilite.css
header