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

Support Setext-style headings #22

Open
psibre opened this issue Oct 11, 2024 · 1 comment
Open

Support Setext-style headings #22

psibre opened this issue Oct 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@psibre
Copy link

psibre commented Oct 11, 2024

Markdown supports two kinds of header styles for H1 and H2, viz.

  1. Setext
    Foo
    ===
    
    Bar
    ---
  2. atx
    # Foo
    
    ## Bar

It appears that this project cannot handle Setext, and only supports atx.

Would it be possible to suport Setext as well?

@sean0x42 sean0x42 added the enhancement New feature or request label Oct 13, 2024
@sean0x42
Copy link
Owner

Thanks for the suggestion @psibre. I agree, it would be nice to support this style also.

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