Prefixes the currently selected line with characters specified.
public Task<String> PrefixSelectedLine(string prefix, Char[] trimStartCharacters)
Parameters
prefix
Characters to prefix.
trimStartCharacters
Optional - characters to trim from the beginning
See also:
Class MarkdownDocumentEditor© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic