Is there some way to preserve tags when injected with the “-html” switch in the LINQ reporting engine and then converted to HTML?
For example, if a word document has:
<<["<span id=\"foo\">"] -html>> Some text <<["</span>"] -html>>
And then it is run through the LINQ report builder, then the output word document is converted to HTML, there would be a span somewhere in that document like:
<span id="foo">Some Text</span>