fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
832 stars 75 forks source link

Broken ODT output #366

Open nick87720z opened 2 years ago

nick87720z commented 2 years ago

I created document, including latex formula (surrounded with $$...$$). With supplied css it produces valid output for both HTML and ODT, though for ODT css colors are ignored. Used this command:

pandoc -s -c '/usr/share/com.github.fabiocolacio.marker/styles/screen.css' -o ./file.odt ./file.md

If saved from Marker - it's somewhat broken. One of multiple time I got odt almost styled, but latex formula was converted to regular text, surrounded with brackets, instead of inline math formula.