Simplify CSS in HTML format
This commit is contained in:
@@ -407,7 +407,7 @@ def testFmtToHtml_ConvertDirect(mockGUI):
|
||||
(BlockTyp.SKIP, 1, "", [], BlockFmt.NONE),
|
||||
]
|
||||
html.doConvert()
|
||||
assert html.result == "<p class='skip'> </p>\n"
|
||||
assert html.result == "<p> </p>\n"
|
||||
|
||||
# Alignment
|
||||
# =========
|
||||
|
||||
Reference in New Issue
Block a user