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

feat: Support non-sectionize headings, enclosed by equal number of hashes #172

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

MurakamiShinyu
Copy link
Member

@MurakamiShinyu MurakamiShinyu commented Oct 11, 2023

This adds the following heading auto-sectioning rule:

  • Do not sectionize if the heading line starts with #s and ends with equal or greater number of #s.
    • ### Not Sectionize ### (enclosed by equal number of #s) -- not sectionize
    • ### Sectionize ## (insufficient number of closing #s) -- sectionize

resolves #155

…shes

This add the following heading auto-sectioning rule:

- Do not sectionize if the heading line starts with `#`s and ends with equal or greater number of `#`s.
  - `### Not Sectionize ###` (enclosed by equal number of `#`s) -- not sectionize
  - `### Sectionize ##` (insufficient number of closing `#`s) -- sectionize

resolves #155
Copy link
Member

@akabekobeko akabekobeko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
対応ありがとうございました!

position については unified 寄せとするなら必須なので、今後は本 PR 踏襲で有効にします。

@akabekobeko akabekobeko merged commit 463c615 into main Oct 12, 2023
3 checks passed
@akabekobeko akabekobeko deleted the feat/non-sectioning-headings branch October 12, 2023 10:44
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

Successfully merging this pull request may close these issues.

spec: Switch to control auto-sectioning
2 participants