mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add <var> and <dfn> to italicized tags
This commit is contained in:
@@ -106,7 +106,7 @@ extension NSAttributedString {
|
||||
switch forTag {
|
||||
case "b", "strong":
|
||||
self = .bold
|
||||
case "i", "em", "cite":
|
||||
case "i", "em", "cite", "var", "dfn":
|
||||
self = .italic
|
||||
case "sup":
|
||||
self = .superscript
|
||||
|
||||
Reference in New Issue
Block a user