mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 21:47:13 +00:00
[PR #607] [MERGED] Start of documentation on parser #1138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/607
Author: @mattj23
Created: 3/13/2022
Status: ✅ Merged
Merged: 4/10/2022
Merged by: @xoofx
Base:
master← Head:docs📝 Commits (2)
d42b297initial documentation on parser25db6cbupdated with initial comments📊 Changes
3 files changed (+519 additions, -0 deletions)
View changed files
➕
doc/parsing-ast.md(+134 -0)➕
doc/parsing-extensions.md(+158 -0)➕
doc/parsing-overview.md(+227 -0)📄 Description
In reference to #597, here's an initial attempt at starting some prosaic documentation on the workings of the Markdig parser. I could use some hints as to how the internal guts of the
BlockParserandInlineParserwork in order to figure them out enough to document them. The rest I feel a little more confident in, but that doesn't mean there aren't some glaring mistakes or misunderstandings I made why trying to understand the library from the code.@xoofx, I'm not sure exactly what your vision was for the overall documentation structure, so I wrote this with the understanding that it would probably be re-structured and re-partitioned into some other organization. For that reason I tried to keep sections small and atomic enough that they'd still be useful if they have to be shuffled around.
I'll keep working on this, but I'm probably at a point where I could start to benefit from some feedback. However you want to do the review/edit cycle is good with me.
Thanks again for this library.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.