SpecFirst.MarkdownParser is the markdown parser part of the SpecFirst source generator. It is reponsible for converting the decision tables written in markdown text to decision table objects.
To see how SpecFirst.MarkdownParser should be used, see How to use it
To see how the SpecFirst source generator works, see SpecFirst
The SpecFirst.MarkdownParser package uses the markdown-it parser with markdown-it-multimd-table support for its intuitive way to author decision tables.
A markdown parser must implement the IDecisionTableMarkdownParser interface from SpecFirst.Core package.
The SpecFirst.MarkdownParser nuget package must be installed into the same project as the SpecFirst nuget package.