convert(): Change the element name remapping to convert <refmodule>
to <module link>.
This commit is contained in:
parent
f82e4ab617
commit
d6ced7d199
|
@ -676,6 +676,7 @@ def convert(ifp, ofp):
|
|||
"lineii": ("row", {}),
|
||||
"lineiii": ("row", {}),
|
||||
"lineiv": ("row", {}),
|
||||
"refmodule": ("module", {"link": "link"}),
|
||||
})
|
||||
fixup_table_structures(doc)
|
||||
fixup_rfc_references(doc)
|
||||
|
|
Loading…
Reference in New Issue