org.lwdita icon indicating copy to clipboard operation
org.lwdita copied to clipboard

LwDITA parser for DITA-OT

Results 51 org.lwdita issues
Sort by recently updated
recently updated
newest added

## Description Currently id and outputclass are only available in headings, this could be extended to elements like list-items or images. We should be able to keep the same format,...

enhancement
lwdita input

I have the following makdown document: ```markdown # Title New Title Content ``` The HTML `` element is converted into a DITA `` element and the resulted document is invalid....

enhancement
input

I have this DITA simpletable: Version Date Description of Revision 1 1 item1 item2 2 2 cell content which when published to Markdown produces this content: # Introduction {#introduction} |Version|Date|Description...

bug
lwdita output

I am attempting to process the following markdown file after switching to preprocess2 with html5: ```xml ``` With the normal preprocess the file is converted to html just fine. After...

enhancement
lwdita input

If you run a publish in preprocess, using keys with this structure works as expected: ```markdown [keyname] ``` However, if you use preprocess2, the keys render as null.

lwdita input

## Expected Behavior DITA-OT transformation of a DITAMAP file to Markdown should have succeeded. Contents of `test.ditamap` ``` ``` ``` dita -i test.ditamap -o tmp -f markdown -v ``` ##...

I have a DITA topic containing a paragraph like this: Example: <component id="trilead-ssh" product="editor author developer svn"> I publish it to markdown, the Markdown content looks something like this: Example:...

bug
lwdita output

The solution for https://github.com/jelovirt/org.lwdita/issues/84 works for pdf and for html using preprocess, but not for html using preprocess2. It shows this error in `html5.topic.common.inner`: > [xslt] An empty sequence is...

lwdita input

Let's say I refer in the DITA Map to this markdown file using the "mdita" format: ```markdown # Title Text dasdas dasdas | Tables | Are | Cool | |----------|:-------------:|------:|...

lwdita input

I converted the following Markdown with Saxon 10: ```md # Title First \line\ text. Second \\line\ text. ``` The conversion broke with the following error: ``` java.util.EmptyStackException: null at java.base/java.util.Stack.peek(Stack.java:101)...

bug
lwdita input