-
The following is a minimal example of what I am trying to do:
The caption (in reality much longer than this) wraps over several lines. In the VSCode file I get a warning |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
Aug 11, 2022
Replies: 1 comment 1 reply
-
This requires a YAML multi-line string. Like this: ```{mermaid}
%%| label: fig-components
%%| fig-cap: |
%%| A long caption that I am using to demonstrate my problem
%%| with long captions
flowchart TB
A(A) --> B(B)
B --> C(C)
``` |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rockgecko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This requires a YAML multi-line string. Like this: