pymarkdown
pymarkdown copied to clipboard
process_leaf_tokens( ``` xx = parser_state.original_line_to_parse[position_marker.index_indent:] xy = position_marker.text_to_parse[position_marker.index_number:] POGGER.debug("xx>>:$:",xx) POGGER.debug("xy>>:$:",xy) #assert xx == xy ```
Based on the feedback from https://github.com/jackdewinter/pymarkdown/issues/266 , we may want to have explicit arguments for the different types.
From issue [233](https://github.com/jackdewinter/pymarkdown/issues/233): Better testing in the pattern of test_nested_three_unordered_max_unordered_max_unordered_max_non_paragraph_plus_one
At the end of main/py--main, there was a TODO asking about this variable: ``` self.__plugins.number_of_pragma_failures ``` The best inference is that I was thinking that it would be useful to...
- LRD + FCB in list/block - test_fenced_code_blocks_extra_02a - test_fenced_code_blocks_extra_03a - test_fenced_code_blocks_extra_06a - LRD + HTML in list/block - test_html_blocks_extra_02x - test_html_blocks_extra_02a - test_html_blocks_extra_03a - test_html_blocks_extra_04a - test_html_blocks_extra_05a - test_html_blocks_extra_06a...
Bumps [mdformat-mkdocs](https://github.com/kyleking/mdformat-mkdocs) from 2.0.6 to 2.0.9. Release notes Sourced from mdformat-mkdocs's releases. v2.0.9 Changelog: fix(#23): ignore empty newlines when in fenced code blocks Full Changelog: https://github.com/KyleKing/mdformat-mkdocs/compare/v2.0.8...v2.0.9 v2.0.8 Changelog: Fix(#21): ignore...
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
With md010 disabled, it is possible to lint this document (where line 3 starts with a tab character): ``` Consider this code: code block here ``` The following document is...
Bumps [sourcery](https://github.com/sourcery-ai/sourcery) from 1.15.0 to 1.16.0. Commits a6d3b5e Bump version: 1.15.0 → 1.16.0 4e559ad Merge pull request #417 from sourcery-ai/tim/feat/new_readme fe4b957 Update README.md dd5e9a9 Update README.md c96a4e8 Update README.md d04fecd...