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

HTML should include idented code block #229

Closed
jackdewinter opened this issue Jan 8, 2022 · 1 comment
Closed

HTML should include idented code block #229

jackdewinter opened this issue Jan 8, 2022 · 1 comment

Comments

@jackdewinter
Copy link
Owner

jackdewinter commented Jan 8, 2022

Found during #227:

expected

<ul>\n<li>\n<blockquote>\n<pre><code>+ list\n</code></pre>\n</blockquote>\n<pre><code>    item\n</code></pre>\n</li>\n</ul>

actual

<ul>\n<li>\n<blockquote>\n<ul>\n<li>list\nitem</li>\n</ul>\n</blockquote>\n</li>\n</ul>

Done - test_nested_three_unordered_max_block_max_unordered_max_plus_one
Done - test_nested_three_unordered_max_block_max_block_max_plus_one
Done - test_nested_three_unordered_max_block_max_ordered_max_plus_one
Done - test_nested_three_ordered_max_block_max_ordered_max_plus_one
Done - test_nested_three_ordered_max_block_max_block_max_plus_one
Done - test_nested_three_ordered_max_block_max_unordered_max_plus_one

@jackdewinter
Copy link
Owner Author

jackdewinter commented Jan 14, 2022

Fixed

  • test_nested_three_unordered_max_block_max_unordered_max_plus_one
  • test_nested_three_ordered_max_block_max_ordered_max_plus_one
  • test_nested_three_unordered_max_block_max_ordered_max_plus_one
  • test_nested_three_ordered_max_block_max_unordered_max_plus_one
  • test_nested_three_unordered_max_block_max_block_max_plus_one
  • test_nested_three_ordered_max_block_max_block_max_plus_one

jackdewinter added a commit that referenced this issue Jan 16, 2022
jackdewinter added a commit that referenced this issue Jan 16, 2022
jackdewinter added a commit that referenced this issue Jan 16, 2022
jackdewinter added a commit that referenced this issue Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant