NSAttributedString支持的HTML标记列表是什么?

dic*_*kyj 5 html nsattributedstring ios

我无法在文档中找到NSAttributedString支持哪些HTML标记的位置?有谁知道列表是什么?谢谢.

小智 0

目前,我在 GitHub 中发现支持以下标签(链接到 git 页面:https://github.com/johnezang/NSAttributedString-Additions-for-HTML)我认为这可能对您有帮助

Headers H1 - H6
Paragraphs: P
Bold: B, STRONG
Italic: I, EM
Underline: U
Superscript: SUP
Subscript: SUB, e.g. e = mc2
Styling: FONT (face and color, not size). It would be great if we could support many more styles
Unordered Lists: UL, LI
Ordered Lists: OL, LI
Run Code Online (Sandbox Code Playgroud)