Radu Coravu

Results 400 comments of Radu Coravu

Of course with DITA there is no "br" but we should probably create a new paragraph for it.

👍 another one of our end users wanted to publish DITA tables containing complex cells like this: ```xml Some list item list item It is recommended.... ``` to Markdown.

I can also reproduce the problem with DITA OT 3.7, the problem has probably the same cause as: https://github.com/dita-ot/dita-ot/issues/3839 Switching in DITA OT 3.7 the htmlhelp plugin from "preprocess2" to...

I think the problem is in "org.lwdita/xsl/ast2markdown.xsl" in the template:

It's strange because there is code written: com.elovirta.dita.markdown.MarkdownReader.consumeBOM(InputStream) which would consume the BOM from the input stream before processing it further.

@jelovirt I opened a pull request for this. Possibly also in the "AbstractReaderTest" you could have created the SaxSources directly over URL locations instead of also opening and providing the...

You will still not be able to specify @scale using HTML approach. How about using header attributes next to the image to specify various attributes on it?

We just had someone request for a @scalefit to be generated on the result DITA image: https://www.oxygenxml.com/forum/post49216.html#p49216