Two empty lines after imports also in guide

This commit is contained in:
L. Kärkkäinen
2023-10-25 03:02:26 +01:00
parent 53b7412c01
commit 6fac60c6fe
33 changed files with 32 additions and 2 deletions

View File

@@ -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)