mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Turn \input, \include, and \verbatiminput into XInclude elements instead
of something ad-hoc.
This commit is contained in:
parent
bf99017bbb
commit
baacc08ead
2 changed files with 14 additions and 10 deletions
|
|
@ -615,7 +615,7 @@ PARA_LEVEL_ELEMENTS = (
|
|||
|
||||
PARA_LEVEL_PRECEEDERS = (
|
||||
"setindexsubitem", "author",
|
||||
"stindex", "obindex", "COMMENT", "label", "input", "title",
|
||||
"stindex", "obindex", "COMMENT", "label", "xi:include", "title",
|
||||
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
|
||||
"moduleauthor", "indexterm", "leader",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue