Disclaimer: This is not a replacement of MVC Razor View Engine
This is just a prototype for building a new view engine for MVC in ASP.NET Core that uses Markdown .md
instead of .cshtml
.
Short answer is Not Yet, because the project is still prototype, and it's under development, all of you 're welcome to contribute to the source code.
The project is still in the early stages, but I have some point to share:
- Support layout pages aka master pages
- Add
_ViewStart.md
to set the layout for all the markdown views - Ability to use mustache template
- Using some directive such as
@model
with different flavour - Share data bewteen the layouts & view