Open mine-cetinkaya-rundel opened 2 months ago
I was just curious to learn how we did detection.
Our regex will be something like ^format:\s+revealjs\s*$
so it will indeed not catch live-revealjs
Thanks for catching this !
We probably need to teach the extension about our format specification in Quarto parseFormatString()
if we want to cover all the possible cases !
We probably need to teach the extension about our format specification in Quarto
parseFormatString()
if we want to cover all the possible cases !
That's exactly what I was thinking. Ideally, the extension would be using the FormatDescription
type here instead of a string, and using the same code.
For using the visual editor with
live-*
formats (using quarto-live), the visual editor doesn't have the same features as those for the*
format.For example, inserting columns into slides:
format: revealjs
format: live-revealjs