feat(theme): replace with twemojis
This commit is contained in:
4
.github/replace.py
vendored
4
.github/replace.py
vendored
@@ -53,6 +53,10 @@ def general(text: str):
|
||||
text = re.sub("## ▷", "###", text)
|
||||
text = re.sub("####", "###", text)
|
||||
|
||||
text = re.sub("⭐", ":star:", text)
|
||||
text = re.sub("🌐", ":globe-with-meridians: ", text)
|
||||
text = re.sub("↪️ ", ":repeat-button: ", text)
|
||||
|
||||
text = re.sub(
|
||||
r"^\*\*Note\*\* - (.+)$", r":::tip\n\1\n:::", text, flags=re.MULTILINE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user