Original HTML:
Code: Select all
<span class="highlight-comment">// Initialize a new engine.</span>
<span class="highlight-keyword">using</span> (Engine newEngine = <span class="highlight-keyword">new</span> Engine())// Initialize a new engine.
using (Engine newEngine = new Engine())
Converted MadCap code:
Code: Select all
<span class="highlight-comment">// Initialize a new engine.</span> <![CDATA[ ]]><span class="highlight-keyword">using</span> (Engine newEngine = <span class="highlight-keyword">new</span> Engine())// Initialize a new engine. using (Engine newEngine = new Engine())
I'd like to avoid a search-replace answer, since we're talking about thousands of files here. Also, in some instances, the <![CDATA] ]] automatically inserted by MadCap replaces a space (as mentioned in other posts on this forum), so I don't actually want a new line in those instances.