Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
This commit is contained in:
parent
659f377ed9
commit
c81d470648
|
@ -619,7 +619,7 @@ PARA_LEVEL_ELEMENTS = (
|
|||
)
|
||||
|
||||
PARA_LEVEL_PRECEEDERS = (
|
||||
"setindexsubitem",
|
||||
"setindexsubitem", "author",
|
||||
"stindex", "obindex", "COMMENT", "label", "input", "title",
|
||||
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
|
||||
"moduleauthor", "indexterm", "leader",
|
||||
|
|
Loading…
Reference in New Issue