mirror of https://gitee.com/bigwinds/arangodb
Add linebreak in list items.
This commit is contained in:
parent
a38e61e1e5
commit
cf0203ceea
|
@ -222,7 +222,7 @@ RX = [
|
|||
# Error codes replace
|
||||
(re.compile(r"(####)#+"), r""),
|
||||
# (re.compile(r"- (\w+):\s*@LIT{(.+)}"), r"\n*\g<1>* - **\g<2>**:"),
|
||||
(re.compile(r"(.+),(\d+),\"(.+)\",\"(.+)\""), r"\n- *\g<2>* - **\g<1>** - **\g<3>**:\n \g<4>"),
|
||||
(re.compile(r"(.+),(\d+),\"(.+)\",\"(.+)\""), r"\n- *\g<2>* - **\g<1>** - **\g<3>**: \n \g<4>"),
|
||||
|
||||
(re.compile(r"TODOSWAGGER.*"),r"")
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue