https://bugs.documentfoundation.org/show_bug.cgi?id=172833
Bug ID: 172833
Summary: Markdown export: preformatted paragraphs get exported
as code spans within code block
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Blocks: 167521
Created attachment 207745
--> https://bugs.documentfoundation.org/attachment.cgi?id=207745&action=edit
Example FODT
When you have multiple preformatted paragraphs in a row, Markdown export puts
them into a single code block with ``` but also puts each paragraph into a code
span with single backticks.
Markdown output of example file becomes:
This is not code.
```
`This is code.`
`This is more code.`
```
This is not code.
Patch to fix this: https://gerrit.libreoffice.org/c/core/+/207399
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=167521
[Bug 167521] [META] Markdown import and export problems
--
You are receiving this mail because:
You are the assignee for the bug.