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

Handle infix op/jlist interaction for Unicode to ASCII conversion #1

Open
ahelwer opened this issue Jan 2, 2023 · 1 comment
Open

Comments

@ahelwer
Copy link
Contributor

ahelwer commented Jan 2, 2023

As documented in the complications section of the readme, this case still needs to be handled for Unicode to ASCII conversion

---- MODULE Test ----
op   A
      B
       C
====

The test test_non_terminating_infix_op_from_unicode is currently set to #[ignore] and checks for proper handling of this issue.

@ahelwer ahelwer changed the title Handle infix op/jlist interaction for ASCII to Unicode conversion Handle infix op/jlist interaction for Unicode to ASCII conversion Jan 3, 2023
@ahelwer
Copy link
Contributor Author

ahelwer commented Sep 30, 2024

This can probably be done by looking for junct bullets that span multiple lines, then prepending spaces to those lines as the jlist is shifted.

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