You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using
fenced_divs
to wrap code blocks in order to match a custom style in the output file (markdown->docx).Pandoc reads that block as a paragraph, so spaces are removed.
Is there a way to force pandoc
fenced_divs
to behave like a code block producing an output like this?I saw this solution but I would like to avoid converting all spaces to non breaking ones.
Beta Was this translation helpful? Give feedback.
All reactions