[PR #624] [MERGED] Additional parser documentation #1149

Open
opened 2026-01-29 14:50:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/624
Author: @mattj23
Created: 4/15/2022
Status: Merged
Merged: 6/7/2022
Merged by: @xoofx

Base: masterHead: docs


📝 Commits (3)

  • 4169e53 Merge remote-tracking branch 'upstream/master' into docs
  • 7018417 Merge remote-tracking branch 'upstream/master' into docs
  • f0c200f Updates to parsing documentation, inlines

📊 Changes

2 files changed (+112 additions, -34 deletions)

View changed files

📝 doc/parsing-extensions.md (+0 -31)
📝 doc/parsing-overview.md (+112 -3)

📄 Description

Continuing with some of the recommendations made by @xoofx and @MihaZupan on the last PR #607 to move some sections around, this PR also includes more detailed documentation on the inline parsers based on my attempts to implement one of my own.

This definitely needs review, as my understanding entirely comes from tracing through the inline parsing mechanisms with a debugger.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/624 **Author:** [@mattj23](https://github.com/mattj23) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 6/7/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `docs` --- ### 📝 Commits (3) - [`4169e53`](https://github.com/xoofx/markdig/commit/4169e538af96e2d8cfa40bfb98150773b1560cda) Merge remote-tracking branch 'upstream/master' into docs - [`7018417`](https://github.com/xoofx/markdig/commit/70184179b78541648c79297941f7784c8cb90b02) Merge remote-tracking branch 'upstream/master' into docs - [`f0c200f`](https://github.com/xoofx/markdig/commit/f0c200fc284636fbf8ae435a3d10251158e8fd50) Updates to parsing documentation, inlines ### 📊 Changes **2 files changed** (+112 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `doc/parsing-extensions.md` (+0 -31) 📝 `doc/parsing-overview.md` (+112 -3) </details> ### 📄 Description Continuing with some of the recommendations made by @xoofx and @MihaZupan on the last PR #607 to move some sections around, this PR also includes more detailed documentation on the inline parsers based on my attempts to implement one of my own. This definitely needs review, as my understanding entirely comes from tracing through the inline parsing mechanisms with a debugger. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:50:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1149