This article shows you how to build a Markdown editor through Blazor, an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
TagHelpers are a new addition to ASP.NET Core that allow developers to write complex HTML elements using a component-like syntax. Let’s begin by discussing the reason TagHelpers were created. By under...