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
Syntax
public class StatiqMarkupFormatter : IMarkupFormatter
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Instance | IMarkupFormatter |
static
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| CloseTag |
string | |
| Comment |
string | |
| Doctype |
string | |
| LiteralText |
string | |
| OpenTag |
string | |
| Processing |
string | |
| Text |
string |