Method Parser.Markdown.Lexer()->lex()
classParser.Markdown.Lexer
- Method
lex
this_programlex(stringsrc)- Description
Main lexing entry point. Subclass Lexer and override this to add post-processing or other changes.
class Parser.Markdown.Lexerthis_program lex(string src)
Main lexing entry point. Subclass Lexer and override this to add post-processing or other changes.