codebraid-preview-vscode icon indicating copy to clipboard operation
codebraid-preview-vscode copied to clipboard

[Bug] Export to LaTeX from MD wraps each word in braces

Open dominikue opened this issue 9 months ago • 0 comments

Hi, thank you for your great plugin! I am not sure if I am using as intended, but it is perfect for academic writing. Powerful and still pretty convenient through the . Currently I only have one issue.

I I am converting something like:

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." (Markdown)

to writer "latex" without any additional options and defaults using the "writer", it creates the following text in the document

{Lorem} {ipsum} {dolor} {sit} {amet,} {consectetur} {adipiscing} {elit,} {sed} {do} {eiusmod} {tempor} {incididunt} {ut} {labore} {et} {dolore} {magna} {aliqua.}

Maybe the reason is the markdown reader? .vscode/extensions/gpoore.codebraid-preview-0.17.0/pandoc/readers/markdown.lua+sourcepos-prefer_pandoc_sourcepos

It would be great if I can disable the filter "codebraid_output.lua" and the markdown reader optional through the export options and use the default pandoc command for my use case!

thank you and br, Dominik

dominikue avatar May 22 '25 13:05 dominikue