jelovirt / pdf-generator

DITA-OT PDF plug-in generator
https://dita-generator.elovirta.com/
Apache License 2.0
12 stars 5 forks source link

🐛 Plugin version 0.6.0 adds extra space to links #87

Closed infotexture closed 2 years ago

infotexture commented 2 years ago

⚠️ The changes from #84 and/or #86 have the unintended side effect of adding spurious leading and trailing space around all links that appear in text.

The effect is particularly apparent when links appear with trailing punctuation such as commas, or at the ends of sentences, as in the Installing DITA Open Toolkit topic of the DITA-OT docs.

• You can download the Oracle JRE or JDK from··oracle.com/java··under commercial license. • Eclipse Temurin is the free OpenJDK distribution available from··adoptium.net·.

extra-spaces-around-links-theme-plugin-v0 6

Would be good to resolve this regression before merging https://github.com/dita-ot/dita-ot/pull/4044 (see also https://github.com/dita-ot/registry/pull/118).

infotexture commented 2 years ago

Fixed with https://github.com/jelovirt/pdf-generator/pull/88.