Skip to content

Add fenced code block support#311

Merged
fingolfin merged 1 commit intomasterfrom
codex/fenced-code-blocks
Mar 3, 2026
Merged

Add fenced code block support#311
fingolfin merged 1 commit intomasterfrom
codex/fenced-code-blocks

Conversation

@fingolfin
Copy link
Member

Document Markdown-style fenced code blocks, add regression
coverage, and convert them into GAPDoc listings.

Resolves #184

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

Document Markdown-style fenced code blocks, add regression
coverage, and convert them into GAPDoc listings.

Resolves #184

Co-authored-by: Codex <codex@openai.com>
@fingolfin fingolfin force-pushed the codex/fenced-code-blocks branch from 38679f5 to 0f05ab4 Compare March 3, 2026 22:39
@fingolfin fingolfin merged commit 94273e4 into master Mar 3, 2026
7 checks passed
@fingolfin fingolfin deleted the codex/fenced-code-blocks branch March 3, 2026 23:05
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

❌ Patch coverage is 97.27273% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.43%. Comparing base (9dea6e7) to head (0f05ab4).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
gap/Markdown.gi 94.73% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #311      +/-   ##
==========================================
+ Coverage   84.82%   85.43%   +0.60%     
==========================================
  Files          13       13              
  Lines        2280     2389     +109     
==========================================
+ Hits         1934     2041     +107     
- Misses        346      348       +2     
Files with missing lines Coverage Δ
gap/Parser.gi 82.96% <100.00%> (+1.31%) ⬆️
gap/Markdown.gi 96.70% <94.73%> (-0.90%) ⬇️
🚀 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.

Add support for Markdown-style triple backticks for code/listings/examples/verbatim/...

1 participant