↓ 4 callersFunctionisMdAsciiPunctMarkdown ASCII punctuation characters. :: !, ", #, $, %, &, ', (, ), *, +, ,, -, ., /, :, ;, <, =, >, ?, @, [, \\, ], ^, _, `, {, |, },
markdown_it/common/utils.py:238
↓ 1 callersFunction_detect_task_checkboxDetect ``[ ]``, ``[x]``, or ``[X]`` at *pos*, followed by whitespace. Returns ``True`` (checked), ``False`` (unchecked), or ``None`` (no match).
markdown_it/rules_block/list.py:386