feat(csharp): XML encode contents of <summary> and <example><code> code comments
When < and > are used inside of summary or code example XML docs, the XML doc is invalid.
This PR HTML encodes the contents before putting it in the XML doc.
This will also XML encode other characters which aren't really necessary, like ", but IDEs continue to show the XML docs correctly.
🌿 Preview your docs: https://fern-preview-2d284a09-8835-4272-bb69-86c86a271d9e.docs.buildwithfern.com/learn
This part of the description is no longer accurate, correct?
This will also XML encode other characters which aren't really necessary, like ", but IDEs continue to show the XML docs correctly.
This part of the description is no longer accurate, correct?
This will also XML encode other characters which aren't really necessary, like ", but IDEs continue to show the XML docs correctly.
Correct!