-
Greetings! I'm happy to try to put together an alternative minimal reproducible example in another language if someone can suggest a Jupyter kernel that uses less common comments. I'm trying to label a table with a caption in this example with SAS, which uses an asterisk () to begin the comment and a semicolon (;) to end it. It also has C-style / ... */ comments.
results in
Getting rid of the figure caption produces output, but the label reference isn't resolved, so I'm clearly specifying the parameters wrongly. Any ideas for how to specify parameters in a way that both SAS and Quarto will like? Things I've tried
Result: Quarto doesn't complain, but neither the caption nor the reference work.
Result: Same
Result: Same |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This feels like a bug on our side (SAS is one of the few languages we're trying to support which has "open" and "close" comment syntax). I'll open an issue to track. (Incidentally, table id syntax is |
Beta Was this translation helpful? Give feedback.
This feels like a bug on our side (SAS is one of the few languages we're trying to support which has "open" and "close" comment syntax). I'll open an issue to track.
(Incidentally, table id syntax is
tbl-
, nottable-
)