Hi,
I use Zettlr+pandoc to create beamer slides. I often use columns in my slide to insert an image on one side, using this syntax:
:::::: {.columns}
:::
Text column 1
:::
::: {.column}
Text column 2
:::
::::::
Since version 4 (I think), there is a problem when one of the column text is a list, either ordered or not. The column closing ":::" just after the list isn't recognised as such (I know this because of the highlighting). So, I presume that Zettlr thinks the column block hasn't been closed, and the table of content of the document is messed up in consequence (it just stops at the point where the columns are).
This is not a big deal since it only affects the table of content in the end, but I thought I could report it anyway (not sure this is the right place?).
Best