fastbook
fastbook copied to clipboard
References and tables do not display correctly
As an example, the markdown text <<neuron>> in "Neural Networks: A Brief History" in01_intro.ipynb is rendered simply as <>. This behavior appears several other times in the notebook, including the <<myths>> tag/reference.
Additionally, the "Myths" table renders only as raw markdown text, rather than as a full table.
These appears appear both in Colab as well as a locally-hosted VSCode instance.
https://colab.research.google.com/github/fastai/fastbook/blob/master/01_intro.ipynb#scrollTo=uAjncZ0fp_7O&line=1&uniqifier=1
+1
Anyone find any solutions to this?