Add a couple of entries to the whitespace-cleanups table.
This commit is contained in:
parent
0467775715
commit
1e53fa7907
|
@ -1002,7 +1002,9 @@ def convert(ifp, ofp):
|
|||
"subsubsection": ("\n", "\n\n"),
|
||||
"paragraph": ("\n", "\n\n"),
|
||||
"subparagraph": ("\n", "\n\n"),
|
||||
"description": ("\n", "\n\n"),
|
||||
"enumeration": ("\n", "\n\n"),
|
||||
"item": ("\n", "\n\n"),
|
||||
})
|
||||
cleanup_root_text(doc)
|
||||
cleanup_trailing_parens(fragment, ["function", "method", "cfunction"])
|
||||
|
|
Loading…
Reference in New Issue