https://bugs.documentfoundation.org/show_bug.cgi?id=168827
Bug ID: 168827
Summary: Markdown export: missing content when document
includes Math object
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
This is a follow up of Bug 168572. If you open the test .odt file provided on
that report with a recent development version of LibreOffice 26.2 and export it
to Markdown, you'll see that the Math object included in the original document
gets replaced by
![]()
completely erasing the object content.
The export filter should, at least, provide the Math instructions, which in the
case of the test file are
int from a to b cos ( x ) dx = sin( x ) + C
Some marker to indicate the beginning and end of the object would be great,
too.
---
NOTE:
Ideally, because many Markdown editors (for example, Markor) understand LaTeX
syntax, translating that expression as
$\int_{a}^{b}\cos\left(x\right)dx=\sin\left(x\right)+C$
would be great.
--
You are receiving this mail because:
You are the assignee for the bug.