API Reference
Class
MarkdownInlineCode
Helpers for applying markdown transforms while preserving inline-code spans verbatim.
Inheritance
- Object
- MarkdownInlineCode
Methods
public static String ApplyTransformPreservingInlineCodeSpans(String input, Func<String, String> transformer) #Returns:
StringApplies transformer to input while temporarily replacing inline-code spans and unmatched inline-code tails with unique placeholders.
Parameters
- input System.String
- Markdown text to transform.
- transformer System.Func{System.String,System.String}
- Transformation to apply to the protected text.
Returns
The transformed text with original inline-code spans restored.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object