mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
partially make questions groups in bg
This commit is contained in:
parent
d6d35ccf11
commit
a9724b16d6
1 changed files with 1 additions and 0 deletions
1
.github/replace.py
vendored
1
.github/replace.py
vendored
|
|
@ -13,6 +13,7 @@ def replaces_for_beginners_guide(text):
|
|||
text = re.sub('\*\*\[\^ Back to Top\]\(#beginners-guide-to-piracy\)\*\*', '', text, flags=re.MULTILINE)
|
||||
text = re.sub(r"!!!\s(.+?)\n", r":::info\n\1\n:::\n", text, flags=re.MULTILINE)
|
||||
text = re.sub("\n\*\*\[", "\n* **[", text, flags=re.MULTILINE)
|
||||
text = re.sub(r'>(.*)\n\n(.*)', r':::details \1\n\2\n:::', text, flags=re.MULTILINE)
|
||||
return text
|
||||
|
||||
def do_some_individual_replaces(text):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue