Starting Subfigure Captions with Parenthesis #9132
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Re: your figure-splitting question, there's nothing much we can do here because the specific parsing is coming from Pandoc, but the following might be an acceptable workaround:
|
Beta Was this translation helpful? Give feedback.
-
Another markdown comment: starting a paragraph with parentheses causes Pandoc to think you're starting a list:
So that's why you're seeing that weirdness in your first attempt at a caption. To start a paragraph with parentheses in Pandoc, use |
Beta Was this translation helpful? Give feedback.
Another markdown comment: starting a paragraph with parentheses causes Pandoc to think you're starting a list:
So that's why you're seeing that weirdness in your first attempt at a caption. To start a paragraph with parentheses in Pandoc, use
\(a)
(I know, it's weird).