MarkdownViewEngine icon indicating copy to clipboard operation
MarkdownViewEngine copied to clipboard

Markdown View Engine for ASP.NET Core

Results 4 MarkdownViewEngine issues
Sort by recently updated
recently updated
newest added

It's the time to create a NuGet package probably named `My.AspNetCore.Mvc.Markdown` and publish it to nuget.org

@jskeet this piece that required to expose ```CommonMarkSettings``` via ```MarkdownViewEngineOptions```, but i'm not sure if there 's an elegant way to support this via ```@Page``` directive Perhaps some of the...

I need to be able to resolve some custom URIs ("noda-type://" etc) - I believe I can do this with [CommonMarkSettings](https://github.com/Knagis/CommonMark.NET/blob/master/CommonMark/CommonMarkSettings.cs) but there's no way of providing any in MarkdownViewEngine....

needs design
feature

Using HTML in Markdown is slightly painful - if you have blank lines followed by indented HTML, they're treated as code, for example. Additionally, quite a lot of what I'd...