This repository was archived by the owner on Apr 6, 2023. It is now read-only.
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
IPYNB_FIX_CSS nukes markdown table headers #112
Open
Description
Thanks for a great tool. I have a problem where markdown table headers disappear (they're there in the output source, but seem to get assigned 0 height).
Here is an example table (I also made a test notebook). I have the following markdown in a jupyter notebook cell:
| statistical test | null true | null false |
| :--- | :--- | :--- |
| **significant** | $\alpha$ false positive rate, false alarm | $1-\beta$ power, sensitivity, recall, hit |
| **not significant** | $1-\alpha$ specificity, precision, correct rejection | $\beta$ false negative rate, miss |
The header row disappears in the rendered output with default options (this is on the pelican-bootstrap3 pelican theme with the lumen bootstrap theme):
Unless I set IPYNB_FIX_CSS = False
:
Or alternatively, IPYNB_SKIP_CSS = True
:
I take this to mean that the notebook CSS is ok, but the 'fix' CSS somehow includes setting thead to zero height. How do I control this behavior?
Metadata
Metadata
Assignees
Labels
No labels