I don't know if this is a bug, or a feature request. Using
a very early version of nDoc, I was able to special
format text using CDATA blocks. Now the CDATA blocks
are ignored and the text is run together in a paragraph.
The CDATA is seen, because if I put it outside the the
remarks section, it is ignored.
It has been a while since I used the tool, so I may have
missed something. I'm using a <code> block as a
temporary workaround.
Thanks.
Logged In: YES
user_id=919791
What were you trying to achieve with the CDATA blocks?
Logged In: YES
user_id=1043829
I was trying to keep my own paragraph layout formatting
without resorting to a bunch of <XHTML> tags. I had used
CDATA to achive this in the past.
Logged In: YES
user_id=1043829
Moving to support requests...
Logged In: YES
user_id=1043829
I had used the CDATA blocks in the past to layout text in a
particular manner. The text was included in the output, but
the normal formatting was not applied, the original layout of
the CDATA block was maintained. Similar to the <pre> HTML
tag.