mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 05:44:58 +00:00
ToHTML Problem #261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1Zero3Tech on GitHub (Jan 18, 2019).
Hi,
Using Visual Studio 2017 Community, Build 15.9.5. ASP .Net Core 2.2
I have a simple Markdown.cs file in the root directory of my project that looks like this:
I am getting the following error in Visual Studio:
I am confused by this... Any guidance appreciated. Thanks.
@MihaZupan commented on GitHub (Jan 18, 2019):
It's
ToHtmlnotToHTML@1Zero3Tech commented on GitHub (Jan 18, 2019):
My Intellisense in Visual Studio does not offer a .ToHtml option.
Available options:
Equals
Parse
ReferenceEquals
@MihaZupan commented on GitHub (Jan 18, 2019):
Aw I see, you've named your class
Markdownas well and you therefore hide the one implemented in Markdig.@1Zero3Tech commented on GitHub (Jan 18, 2019):
Oh my gosh... Yes.
THANKS!