Back to API Reference
Class

NoparseTagRule

sealed

Protects content inside <noparse>...</noparse> from being processed by any other parse rule. The markers themselves are stripped; the content between them appears verbatim in the output.

Remarks

Standalone rule — register via AddRule without a modifier. If the closing </noparse> is missing, the remainder of the text is treated as protected (CommonMark-style forgiving close).
public int Priority{ get }
public bool IsStandalone{ get }
public int TryMatch()

See Also