From eff6c3a0415cb63bc0b38c29b5a7f584619e3c1c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 21 Jul 2022 08:14:21 +1000 Subject: docs: Fix a few typos There are small typos in: - docs/extensions/fenced_code_blocks.md - docs/extensions/meta_data.md - markdown/extensions/codehilite.py - markdown/extensions/footnotes.py - tests/test_legacy.py Fixes: - Should read `delimiters` rather than `deliminators`. - Should read `shebang` rather than `sheband`. - Should read `processing` rather than `proccesing`. - Should read `backslash` rather than `blackslash`. Signed-off-by: Tim Gates --- markdown/extensions/codehilite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown/extensions/codehilite.py') diff --git a/markdown/extensions/codehilite.py b/markdown/extensions/codehilite.py index a54ba21..a1e9dc3 100644 --- a/markdown/extensions/codehilite.py +++ b/markdown/extensions/codehilite.py @@ -182,7 +182,7 @@ class CodeHilite: def _parseHeader(self): """ Determines language of a code block from shebang line and whether the - said line should be removed or left in place. If the sheband line + said line should be removed or left in place. If the shebang line contains a path (even a single /) then it is assumed to be a real shebang line and left alone. However, if no path is given (e.i.: #!python or :::python) then it is assumed to be a mock shebang -- cgit v1.2.1