Allow the <author/> element to appear before a paragraph without being

made a part of the paragraph.
This commit is contained in:
Fred Drake 2001-03-29 23:31:22 +00:00
parent 659f377ed9
commit c81d470648
1 changed files with 1 additions and 1 deletions

View File

@ -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",