Skip to content

Fix markdown lint in 4.14.x release data#3572

Open
cuihtlauac wants to merge 3 commits intomainfrom
add-release-4.14.3
Open

Fix markdown lint in 4.14.x release data#3572
cuihtlauac wants to merge 3 commits intomainfrom
add-release-4.14.3

Conversation

@cuihtlauac
Copy link
Collaborator

Summary

  • Fix pre-existing markdown lint issues in data/releases/4.14.1.md and data/releases/4.14.2.md
  • Fix lint issues in data/releases/4.14.3.md (from Add OCaml 4.14.3 release data #3571)

Fixes: MD003 (heading style), MD004 (list style), MD012 (double blank lines), MD026 (trailing punctuation), MD040 (code block language)

Test plan

  • make build succeeds
  • Lint issues resolved for all three 4.14.x release files

🤖 Generated with Claude Code

cuihtlauac and others added 3 commits March 20, 2026 14:27
OCaml 4.14.3 was released on 2026-02-17 with a security fix for
CVE-2026-28364 (Marshal deserialization buffer over-read) and
several bug fixes. Move is_lts from 4.14.2/4.14.1 to 4.14.3.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove double blank lines (MD012)
- Add language to fenced code block (MD040)
- Use atx heading style (MD003)
- Remove trailing colon from heading (MD026)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add language to fenced code blocks (MD040)
- Use atx heading style instead of setext (MD003)
- Remove trailing colons from headings (MD026)
- Remove double blank lines (MD012)
- Use dash list style instead of asterisk (MD004)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant