jackdewinter

Results 42 issues of jackdewinter

Function `ParserHelper.detabify_string` is used in various places to simplify the handling of tabs. Rule Md010 also exists to look for tabs and warn when they show up. from issuses: ```...

needs research

Long term issue. For each `test_markdown_nested_three_*` base scenario, add cases where those scenarios are followed by reducing the indent for the containers down to 0 containers. Completed: - three_block_block_ordered

better testing

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 ```

bug

Based on the feedback from https://github.com/jackdewinter/pymarkdown/issues/266 , we may want to have explicit arguments for the different types.

enhancement

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

better testing

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...

enhancement

- 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...

better testing

Make sure to have a clean.sh to mirror clean.cmd.

enhancement

Requires token changes in fix engine. Suggested for tier 2 fixes. need to consider other blanks and how they will compete.

New Rule Fix