Un-indent a string by the biggest common indent found. Useful when you want to use HTML to specify text with meaningful whitespace (e.g. in <pre> or <code>) and break neither the flow of the HTML indentation nor the text indentation.
<pre>
<code>
the content to un-indent
Generated using TypeDoc
Un-indent a string by the biggest common indent found. Useful when you want to use HTML to specify text with meaningful whitespace (e.g. in
<pre>
or<code>
) and break neither the flow of the HTML indentation nor the text indentation.