RickStrahl / Westwind.AspNetCore.Markdown

An ASP.NET Core Markdown support library that provides Markdown parsing, a Markdown TagHelper and Markdown Page Handler Middleware
MIT License
251 stars 30 forks source link

Missing static helper methods #19

Closed gregsdennis closed 4 years ago

gregsdennis commented 4 years ago

I've installed v3.3.8 on a .Net Core 3.1 site. The markdown rendering works great for the examples you've given, but I want to modify the template to include a sidenav. I expect I'd need some of the methods you have shown in this section of your readme, but none of them seem to exist.

image

Am I missing something?

gregsdennis commented 4 years ago

Nevermind. My VS included the Markdig namespace in my razor file instead of the Westwind.AspNetCore.Markdown namespace. Fixed that. All good now.