-
Notifications
You must be signed in to change notification settings - Fork 11
Home
JPVenson edited this page May 10, 2022
·
12 revisions
Welcome to the morestachio wiki!
The wiki is currently in the process of a rewrite because of the
ParserOptionsBuilder
feature. All references to anyParserOptions
property should be considered to target a same named method "With*" on theParserOptionsBuilder
To get a first impression please head over to the Keywords tab. It will help you understanding what you could do with Morestachio at its very basic form.
If you want to try something out or are new to Morestachio, I would recommand you open the Playground Editor side by side to this wiki. It runs fully on Blazor and executes everything directly in your browser.
- Keywords provides an overlook of all build in Tags and Blocks you can use
-
ParserOptions All options you can supply to the
Parser.ParseWithOptions
method -
Formatter displays the usage of the formatter syntax
- Predefined Formatters lists all formatters you can use directly
- Build in Types what types are build in
- How to supply Values Gets an complete overview over what objects are supported in Morestachio
- Custom Tags Shows how to extend Morestachio with your own Tags and Blocks
- Document-Tree Explains the Morestachio Document structure
- Fluent-API Shows how to manipulate the Document Structure