Open rnuske opened 4 years ago
It's parsed from markdown as raw tex, so all the writer knows about it is that it's a bit of raw tex. Given that, it's kind of hard to extract the ipsum
. I suppose we could run the LaTeX reader on it first, though I don't usually like to couple the reader and writer in this way.
Would it be possible for the latex writer to keep the contents of
\mbox{}
in the plain text variant of the\texorpdfstring{orig tex}{plain text}
?Using pandoc 2.7.3 I get the following
but would love to get
Is there anything I could do differently to get the desired result?