Skip to content

feat: add CommonMark mode and spec harnessCommonmark spec harness#419

Merged
mysticmind merged 5 commits intomasterfrom
commonmark-spec-harness
Feb 24, 2026
Merged

feat: add CommonMark mode and spec harnessCommonmark spec harness#419
mysticmind merged 5 commits intomasterfrom
commonmark-spec-harness

Conversation

@mysticmind
Copy link
Owner

@mysticmind mysticmind commented Feb 24, 2026

  • feat: add CommonMark mode and spec harness
  • Update readme
  • Folded the data‑driven test runner into src/ReverseMarkdown.Test/ConverterTests.cs and removed the separate runner file.
  • Moved HTML inputs to src/ReverseMarkdown.Test/TestData/cases.json (including dataOnly inputs for custom tests).
  • Updated src/ReverseMarkdown.Test/TestData/README.md to reflect the cases.json schema.
  • Dropped four snapshot files now represented inline in cases.json.

Fixes GH-287

Details
- Folded the data‑driven test runner into src/ReverseMarkdown.Test/ConverterTests.cs and removed the separate runner file.
- Moved HTML inputs to src/ReverseMarkdown.Test/TestData/cases.json (including dataOnly inputs for custom tests).
- Updated src/ReverseMarkdown.Test/TestData/README.md to reflect the cases.json schema.
- Dropped four snapshot files now represented inline in cases.json.
@mysticmind mysticmind merged commit 9743bbf into master Feb 24, 2026
1 check passed
@mysticmind mysticmind deleted the commonmark-spec-harness branch February 24, 2026 11:07
@mysticmind mysticmind added this to the 5.2 milestone Feb 24, 2026
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.

I want to parse according to CommonMark specification

1 participant