Markdown.NeedsEncoding Method
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified character is a Markdown special character that requires escaping.
public static bool NeedsEncoding(char c, bool excludeLineMarkers = false)Parameters
cchar- The character to check.
excludeLineMarkersbool optional- Indicates whether to exclude Markdown markers that are only valid at the start of a line.
