Formatting code examples in text with Franklin.jl

If I remember well, I had found a way but it was too cumbersome and not easy to be automotized. I was using the idea of exporting a prettytable as html, based on this Franklin’s demos.

The workaround I use is to transform tables into dataframes and then export their REPL output. For example,

But, yeah, it’s not ideal. I guess I’ll revisit this if I write a section on data analysis.