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

Loose lists on GFM seem ignored #31

Open
luixxiul opened this issue Dec 15, 2024 · 1 comment
Open

Loose lists on GFM seem ignored #31

luixxiul opened this issue Dec 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@luixxiul
Copy link

Describe the bug
It looks like loose lists on GFM seem ignored.

To Reproduce
Steps to reproduce the behavior:

  1. Create a list whose items are separated by a single lines

    - Test 1
    
    - Test 2
    
    - Test 3
    
  2. Run make markdown

  3. These blank lines are removed from the result:

    - Test 1
    - Test 2
    - Test 3
    

Expected behavior

These blank lines should not be removed.

Environment (please complete the following information):

  • OS: Debian

Additional context
I confirmed that make html generated a loose list by wrapping list items with <p> tags:

<ul class="simple">
<li><p>Test 1</p></li>
<li><p>Test 2</p></li>
<li><p>Test 3</p></li>
</ul>
@luixxiul luixxiul added the bug Something isn't working label Dec 15, 2024
@liran-funaro liran-funaro added enhancement New feature or request and removed bug Something isn't working labels Jan 12, 2025
@liran-funaro
Copy link
Owner

Thank you so much for taking the time to share your feedback and suggestions!
I’m classifying this as a feature request since it highlights a new behavior that isn’t currently supported by the extension. While my bandwidth for implementing new features is limited at the moment, I truly appreciate your initiative and would be happy to review and merge a pull request if you'd like to contribute to this enhancement.

@liran-funaro liran-funaro changed the title [BUG] Loose lists on GFM seem ignored Loose lists on GFM seem ignored Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants