vlunot / nb2hugo

A Jupyter notebook to Hugo markdown converter
MIT License
44 stars 9 forks source link

Wrap html output with `rawhtml` shortcode #3

Open edisongustavo opened 4 years ago

edisongustavo commented 4 years ago

This makes possible to render html outputs using nb2hugo.

See this example: https://edisongustavo.github.io/posts/hello-jupyter/

While I don't like the idea of requiring a shortcode in the users installation, I couldn't find a way to do this with only builtin Hugo shortcodes. If there is a way, I'm all ears to implement it.