StatiqMarkupFormatter Class
This uncomments shortcode processing instructions which currently get parsed as comments in AngleSharp (see https://github.com/Wyamio/Statiq/issues/784 and https://github.com/AngleSharp/AngleSharp/pull/762). It also ensures raw text content isn't escaped so that character escapes like @ (for the at symbol) don't end up getting encoded back to the original symbol, which in that case would break Razor processing.
Namespace
Statiq.Common
Base Types
  • IMarkupFormatter
graph BT Type-->Base0["IMarkupFormatter"] Type["StatiqMarkupFormatter"] class Type type-node

Syntax

public class StatiqMarkupFormatter : IMarkupFormatter

Fields

Name Field Type Constant Value Summary
Instance IMarkupFormatter
static

Methods

Extension Methods