lua-filters
lua-filters copied to clipboard
diagram-generator tikz to png/svg
I am getting a strange result when I generate svg/png from tikz in markdown document.
I have this in my markdown:
\Tree [ .A {A and B} {\(\lambda \mathrm{x} \in \mathrm{D} . \text{x is tall}\)} ]
The result of $ pandoc --lua-filter=diagram-generator.lua --extract-media images -o test.docx test.md
is a png where what should be a '.' is a small triangle.
The same thing happens when I make svg, but I can't attach svg to an issue.
I had better results adding --pdf-poppler
to the Inkscape command.