Labs: Rich text editor: enable list items indentation

This commit is contained in:
aringenbach
2023-01-30 15:38:56 +01:00
parent 3e880db9e3
commit c1968451bb
16 changed files with 79 additions and 132 deletions

View File

@@ -47,9 +47,7 @@ class HTMLFormatter: NSObject {
var options: [AnyHashable: Any] = [
DTUseiOS6Attributes: true,
DTDefaultFontFamily: font.familyName,
DTDefaultFontName: font.fontName,
DTDefaultFontSize: font.pointSize,
DTDefaultFontDescriptor: font.fontDescriptor,
DTDefaultLinkDecoration: false,
DTDefaultLinkColor: ThemeService.shared().theme.colors.links,
DTWillFlushBlockCallBack: sanitizeCallback