Displaying 1 result from an estimated 1 matches for "ddagger".
Did you mean:
  dagger
  
2011 Jul 29
0
HTML sanitization
...`&`, and `<b>` would mean `<b>`.
2.  Leave the semantics of the intermediate representation unchanged aside from
    adding more tag names, parsing HTML on input and  **using an exhaustive
    list of HTML entities** to convert things like `©` © and
    `‡` ‡ to Unicode characters. I think this would be a hassle
    to maintain. (Note that ‡ doesn't show up correctly here
    [clarification: on GitHub] because GitHub has undertaken to maintain such a
    list for their Markdown implementation ? and failed. Visit the URL...