PrettifyParser
The prettify parser for syntax highlight.
Author
Chan Wai Shing
Constructors
Functions
Link copied to clipboard
open override fun parse(provider: Prettify.LangProvider, content: String): List<ParseResult>
Content copied to clipboard
open override fun parse(fileExtension: String, content: String): List<ParseResult>
Content copied to clipboard
Parse the content
and return the parsed result.