Skip to content

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

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

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

Conversation

@mysticmind

@mysticmind mysticmind commented Feb 24, 2026

Copy link
Copy Markdown
Owner
  • 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.
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