MarkdownViewEngine
                                
                                 MarkdownViewEngine copied to clipboard
                                
                                    MarkdownViewEngine copied to clipboard
                            
                            
                            
                        Markdown View Engine for ASP.NET Core
Markdown View Engine
Disclaimer: This is not a replacement of MVC Razor View Engine
What is this?
This is just a prototype for building a new view engine for MVC in ASP.NET Core that uses Markdown .md instead of .cshtml.
Can I use it in Production?
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.
What are the plans for this project?
The project is still in the early stages, but I have some point to share:
- [x] Support layout pages aka master pages
- [x] Add _ViewStart.mdto set the layout for all the markdown views
- [x] Ability to use mustache template
- [x] Using some directive such as @modelwith different flavour
- [ ] Share data bewteen the layouts & view