a better namespace

vnext
Paul Schneider 6 years ago
parent 242a18f7b8
commit d6cd9996b6
1 changed files with 1 additions and 1 deletions

@ -6,7 +6,7 @@ using MarkdownDeep;
using Microsoft.AspNet.Mvc.Rendering; using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Razor.TagHelpers; using Microsoft.AspNet.Razor.TagHelpers;
namespace Yavsc.Helpers namespace Yavsc.TagHelpers
{ {
[HtmlTargetElement("div", Attributes = MarkdownContentAttributeName)] [HtmlTargetElement("div", Attributes = MarkdownContentAttributeName)]
[HtmlTargetElement("h1", Attributes = MarkdownContentAttributeName)] [HtmlTargetElement("h1", Attributes = MarkdownContentAttributeName)]

Loading…