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

Indented lists with intervening comments doesn't display properly #240

Open
wnm3 opened this issue May 24, 2024 · 1 comment
Open

Indented lists with intervening comments doesn't display properly #240

wnm3 opened this issue May 24, 2024 · 1 comment
Labels

Comments

@wnm3
Copy link

wnm3 commented May 24, 2024

Given Markdown like this:

<!-- <ul> -->

 *   **Author Workbench integration**
    
    <!-- <ul> -->
    
     *  We believe better integration with these tools will help reduce duplication of work and will promote collaboration
    
    <!-- </ul> -->
  

The indented list item shows as code rather than as a normal indented item. This displays properly in the MMDComposer5 tool as shown on the right. We have augmented Markdown with comments for subsequent transformations and LLMs:

image

@simov
Copy link
Owner

simov commented May 25, 2024

I was able to reproduce it, though fixing this would be up to the maintainers of the underlying parsers - markdown-it, marked and remark that the extension ships with. It also depends on what their stance would be on that edge case in particular.

@simov simov added the compiler label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants