Two empty lines after imports also in guide
This commit is contained in:
@@ -5,6 +5,7 @@ from textwrap import indent
|
||||
|
||||
from emoji import EMOJI
|
||||
|
||||
|
||||
COLUMN_PATTERN = re.compile(r"---:1\s*(.*?)\s*:--:1\s*(.*?)\s*:---", re.DOTALL)
|
||||
PYTHON_HIGHLIGHT_PATTERN = re.compile(r"```python\{+.*?\}", re.DOTALL)
|
||||
BASH_HIGHLIGHT_PATTERN = re.compile(r"```bash\{+.*?\}", re.DOTALL)
|
||||
|
||||
Reference in New Issue
Block a user