Skip to content

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.

License

Notifications You must be signed in to change notification settings

yinghuaxuan/SpecFirst.MarkdownParser

Repository files navigation

CI Nuget

SpecFirst.MarkdownParser

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

Technical Details

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published