Lua API to parse the code block special comments starting with #|
#6431
whitphx
started this conversation in
Feature Requests
Replies: 1 comment 4 replies
-
@cscheid Any opinion on this feature request regarding Quarto Lua API? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Looks like the special comment lines starting with
#|
are one of the standard features of Quarto.However, it is hard to implement extensions/filters dealing with them because these is no packaged API to parse that syntax.
For example, Shinylive extension has its own parser implementation.
I think such a parser package should be provided from Quarto's official API.
Context: whitphx/quarto-stlite#1
I created a Quarto filter for Streamlit/stlite and would like to extend it to handle the special comment syntax.
Beta Was this translation helpful? Give feedback.
All reactions