PrettifyParser

class PrettifyParser : Parser

The prettify parser for syntax highlight.

Author

Chan Wai Shing @gmail.com>

Constructors

Link copied to clipboard
fun PrettifyParser()

Functions

Link copied to clipboard
open override fun parse(provider: Prettify.LangProvider, content: String): List<ParseResult>

open override fun parse(fileExtension: String, content: String): List<ParseResult>

Parse the content and return the parsed result.