Skip to content
JPVenson edited this page May 10, 2022 · 12 revisions

Welcome to the morestachio wiki!

Rewrite undergoing


The wiki is currently in the process of a rewrite because of the ParserOptionsBuilder feature. All references to any ParserOptions property should be considered to target a same named method "With*" on the ParserOptionsBuilder


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.

Playground

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.

Where to Start?

Going further

  • 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