zestedesavoir / zmarkdown

Live demo: https://zestedesavoir.github.io/zmarkdown/
MIT License
224 stars 52 forks source link

Title in secret before table is after table in PDF export #464

Open philippemilink opened 2 years ago

philippemilink commented 2 years ago

With the following input:

Du texte

[[secret]]
| ### Title before table in secret block
|
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| Text | Text | Text |

I get the following PDF: bug-titre-tableau-secret-pdf

The title in the secret block before the table in the input code should be before the table also in the PDF!

The bug happens with zmd 10 and 11.

StaloneLab commented 1 year ago

Reported on template because I think this is not a ZMarkdown problem: https://github.com/zestedesavoir/latex-template/issues/139