MarkDownFormatter.DetermineListReverse(Func<String>, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a List already has the formatting applied.
protected virtual bool DetermineListReverse(Func<string> listChar, bool wrapNewLines);
abstract member DetermineListReverse : Func<string> * bool -> bool
override this.DetermineListReverse : Func<string> * bool -> bool
Protected Overridable Function DetermineListReverse (listChar As Func(Of String), wrapNewLines As Boolean) As Boolean
Parameters
- wrapNewLines
- Boolean
Adds New Lines to Start and End of Selected Text
Returns
True if List formatting is reversing, otherwise false