njmuck
njmuck
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.
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...
Markdown keys do not work in preprocess2 because we are ignoring the file set when processing topic keys. Please add markdown to the topic-keyref target. ``` ```