Skip to content

Support Markdown heading aliases#308

Merged
fingolfin merged 1 commit intomasterfrom
codex/markdown-headings-213
Feb 26, 2026
Merged

Support Markdown heading aliases#308
fingolfin merged 1 commit intomasterfrom
codex/markdown-headings-213

Conversation

@fingolfin
Copy link
Member

Allow #, ##, ### headings in .autodoc and #! comments as aliases
for @Chapter/@Section/@subsection. Add parser coverage in
misc tests and update autoplain worksheet expected output.

Resolves #213

Co-authored-by: Codex codex@openai.com

Allow #, ##, ### headings in .autodoc and #! comments as aliases
for @Chapter/@Section/@subsection. Add parser coverage in
misc tests and update autoplain worksheet expected output.

Resolves #213

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin merged commit 2a64503 into master Feb 26, 2026
7 checks passed
@fingolfin fingolfin deleted the codex/markdown-headings-213 branch February 26, 2026 23:05
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

❌ Patch coverage is 93.75000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.66%. Comparing base (88c828a) to head (ffc985f).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
gap/Parser.gi 93.75% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #308      +/-   ##
==========================================
+ Coverage   84.53%   84.66%   +0.12%     
==========================================
  Files          13       13              
  Lines        2244     2276      +32     
==========================================
+ Hits         1897     1927      +30     
- Misses        347      349       +2     
Files with missing lines Coverage Δ
gap/Parser.gi 81.38% <93.75%> (+0.54%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Allow using # Chapter, ## Section and ### Subsection in .autodoc files and doc comments

1 participant