fastai / fastdoc

Create publication-quality books from Jupyter notebooks
https://fastai.github.io/fastdoc/
Apache License 2.0
231 stars 30 forks source link

table conversion doesn't work #2

Closed deep-diver closed 3 years ago

deep-diver commented 3 years ago

I have tested out converting fastbook into asciidoc and pdf using asciidoctor and asciidoctor-pdf. everything looks nicely rendered except for table. it seems like table rendering shows raw HTML tags.

I attach an example screenshot. (from chapter 10)

Screen Shot 2020-10-13 at 2 42 46 PM
deep-diver commented 3 years ago

I think the only tables drawn by Pandas DataFrame doesnt properly rendered.

sgaseretto commented 2 years ago

Is there any solution to this?