pymarkdown icon indicating copy to clipboard operation
pymarkdown copied to clipboard

Parsing: Index_indent not set properly in cases where nesting and going into leaf.

Open jackdewinter opened this issue 3 years ago • 0 comments

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

jackdewinter avatar Jul 18 '22 00:07 jackdewinter