Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting a list within double block quotes adds extra spacing (Markdown) #854

Closed
jackdewinter opened this issue Nov 11, 2023 · 0 comments · Fixed by #866
Closed

Starting a list within double block quotes adds extra spacing (Markdown) #854

jackdewinter opened this issue Nov 11, 2023 · 0 comments · Fixed by #866

Comments

@jackdewinter
Copy link
Owner

spawned from #852 . This was opened due to an old "fix" that was causing bad tokenization to occur. When removed to resolve #852 , created this ticket to track the proper fixing of this. The paragraph within the list has 2 extra spaces added after the newline.

  • test_nested_three_block_nl_block_skip_nl_ordered_no_bq1_drop_ordered_x
  • test_nested_three_block_nl_block_skip_nl_ordered_no_bq1_drop_ordered_block
  • test_nested_three_block_nl_block_skip_nl_ordered_no_bq2_drop_ordered_x
  • test_nested_three_block_text_nl_block_skip_text_nl_ordered_no_bq1_drop_ordered_x
  • test_nested_three_block_text_nl_block_skip_text_nl_ordered_no_bq2_drop_ordered_x
-=-=-
Expected
-=-=-
-->> abc\n> > def\n>   1. list\n>   item<--
-=-=-
Actual
-=-=-
-->> abc\n> > def\n>   1. list\n>     item<--
-=-=-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant