Skip to content

Commit

Permalink
Use codeblocks to preserve line breaks
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Nov 30, 2023
1 parent ea93f4f commit fefb1bf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions topics/configuring-the-proxy.dita
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
</chhead>
<chrow platform="unix">
<choption>Linux or macOS&#xA0;</choption>
<chdesc><codeph>export ANT_OPTS="-Dhttp.proxySet=true \
-Dhttps.proxyHost=<varname>&lt;HTTPS proxy IP address></varname> \
-Dhttp.proxyHost=<varname>&lt;HTTP proxy IP address></varname> \
-Dhttp.proxyPort=<varname>&lt;HTTP proxy port></varname> \
-Dhttps.proxyPort=<varname>&lt;HTTPS proxy port></varname>"</codeph></chdesc>
<chdesc><codeblock outputclass="syntax-bash multi-platform">export ANT_OPTS="-Dhttp.proxySet=true \
-Dhttps.proxyHost=<varname>&lt;HTTPS proxy IP address></varname> \
-Dhttp.proxyHost=<varname>&lt;HTTP proxy IP address></varname> \
-Dhttp.proxyPort=<varname>&lt;HTTP proxy port></varname> \
-Dhttps.proxyPort=<varname>&lt;HTTPS proxy port></varname>"</codeblock></chdesc>
</chrow>
<chrow platform="windows">
<choption>Windows</choption>
<chdesc><codeph>set ANT_OPTS=%ANT_OPTS% -Dhttp.proxySet=true \
-Dhttps.proxyHost=<varname>&lt;HTTPS proxy IP address></varname> \
-Dhttp.proxyHost=<varname>&lt;HTTP proxy IP address></varname> \
-Dhttp.proxyPort=<varname>&lt;HTTP proxy port></varname> \
-Dhttps.proxyPort=<varname>&lt;HTTPS proxy port></varname></codeph></chdesc>
<chdesc><codeblock outputclass="syntax-bash multi-platform">set ANT_OPTS=%ANT_OPTS% -Dhttp.proxySet=true ^
-Dhttps.proxyHost=<varname>&lt;HTTPS proxy IP address></varname> ^
-Dhttp.proxyHost=<varname>&lt;HTTP proxy IP address></varname> ^
-Dhttp.proxyPort=<varname>&lt;HTTP proxy port></varname> ^
-Dhttps.proxyPort=<varname>&lt;HTTPS proxy port></varname></codeblock></chdesc>
</chrow>
</choicetable>
</step>
Expand Down

0 comments on commit fefb1bf

Please sign in to comment.