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

Tab nested between two block quote characters does not show (HTML) #857

Closed
jackdewinter opened this issue Nov 11, 2023 · 1 comment
Closed

Comments

@jackdewinter
Copy link
Owner

Spawned from #841 which fixed assert and uncovered this error. The information is in the block quote token to properly generate the HTML, it is just not doing it.

test_whitespaces_block_quotes_with_tabs_x2

-=-=-
Expected
-=-=-
--> > block quote\n >\t> another block quote\n >\t> same block quote<--
-=-=-
Actual
-=-=-
--> > block quote\n >\t> another block quote\n >  > same block quote<--
-=-=-
@jackdewinter
Copy link
Owner Author

Fixed along with #840

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant