Max Nikulin writes: > However to produce clean export result <span> elements should not be > added if no attributes are specified. My expectation is > > "<p> > Example of <b>intra</b><i>word</i> markup</p> > "
With the latest commit now the anonymous variant without attributes simply returns the content (in LaTeX, HTML and odt). You can try: &_{/lorem/}&_{*ipsum*}&_{_dolor_} ==> LaTeX: \emph{lorem}\textbf{ipsum}\uline{dolor} ==> HTML <i>lorem</i><b>ipsum</b><span class="underline">dolor</span> ==> ODT <text:span text:style-name="Emphasis">lorem</text:span><text:span text:style-name="Bold">ipsum</text:span><text:span text:style-name="Underline">dolor</text:span> -- Juan Manuel Macías -- Composición tipográfica, tratamiento de datos, diseño editorial y ortotipografía