We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I had an issue where the HtmlFromXamlConverter.cs didn't support simple line breaks, which I fixed by inserting the following at line 451:
case "LineBreak": htmlElementName = "BR"; break;