Merge pull request #302 from Teqniksoft/kiryl/converter_fix

Kiryl/converter fix
This commit is contained in:
Kiryl
2022-09-22 14:22:47 +03:00
committed by GitHub
9 changed files with 181 additions and 113 deletions

View File

@@ -59,6 +59,7 @@ class LiveCartaConfig:
"font-style": ["italic"], # <i>
"text-decoration": ["underline", "line-through"], # <u> , <s>
"text-decoration-line": ["underline", "line-through"], # <u> , <s>
"text-transform": [],
"vertical-align": ["super"], # <sup>
"color": [],
"background-color": [],
@@ -76,4 +77,5 @@ class LiveCartaConfig:
"margin-left": [],
"margin-top": [],
"margin": [],
}