Skip to content

Commit

Permalink
Disable normalize-space to prevent character loss
Browse files Browse the repository at this point in the history
Per dita-ot/dita-ot#2953 (comment)

Signed-off-by: Roger Sheen <roger@infotexture.net>
  • Loading branch information
infotexture committed May 29, 2018
1 parent df734da commit 79b8d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/migrating-ant-to-dita.dita
Expand Up @@ -46,11 +46,11 @@
<p>Sample <filepath>.properties</filepath> file: <filepath conref="../resources/conref-task.dita#ID/samples-dir"
/><filepath>/properties/chm.properties</filepath></p>
<p>
<codeblock outputclass="normalize-space show-line-numbers show-whitespace"><coderef href="../samples/properties/chm.properties"/></codeblock></p>
<codeblock outputclass="show-line-numbers show-whitespace"><coderef href="../samples/properties/chm.properties"/></codeblock></p>
<p>Sample <filepath>.properties</filepath> file: <filepath conref="../resources/conref-task.dita#ID/samples-dir"
/><filepath>/properties/pdf.properties</filepath></p>
<p>
<codeblock outputclass="normalize-space show-line-numbers show-whitespace"><coderef href="../samples/properties/pdf.properties"/></codeblock></p>
<codeblock outputclass="show-line-numbers show-whitespace"><coderef href="../samples/properties/pdf.properties"/></codeblock></p>
<p>Run from <filepath conref="../resources/conref-task.dita#ID/samples-dir"/>:</p>
<codeblock><cmdname>dita</cmdname> <parmname>--input</parmname>=<filepath>sequence.ditamap</filepath> <parmname>--format</parmname>=<option>htmlhelp</option> \
<parmname>--propertyfile</parmname>=<filepath>properties/chm.properties</filepath>
Expand Down

0 comments on commit 79b8d91

Please sign in to comment.