code-srv-test/dita-ot-3.6/docsrc/samples/plugins/com.example.print-pdf/cfg/common/vars/en.xml
2021-03-23 22:38:58 +00:00

9 lines
336 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<vars xmlns="http://www.idiominc.com/opentopic/vars">
<!-- Remove dot from list number -->
<variable id="Ordered List Number">
<param ref-name="number"/>
</variable>
<!-- Change unordered list bullet to an em dash -->
<variable id="Unordered List bullet">&#x2014;</variable>
</vars>