Searched refs:MarkdownExtra_Parser (Results 1 – 2 of 2) sorted by relevance
1696 function MarkdownExtra_Parser() { class1775 MarkdownExtra_Parser.prototype = new Markdown_Parser();1780 MarkdownExtra_Parser.prototype.setup = function() {1802 MarkdownExtra_Parser.prototype.teardown = function() {1827 MarkdownExtra_Parser.prototype.hashHTMLBlocks = function(text) {1862 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inMarkdown = function(text, indent, enclosing_tag_re…2089 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inHTML = function(text, hash_method, md_attr) {2268 MarkdownExtra_Parser.prototype.hashClean = function(text) {2276 MarkdownExtra_Parser.prototype.doHeaders = function(text) {2337 MarkdownExtra_Parser.prototype.doTables = function(text) {[all …]
1703 class MarkdownExtra_Parser extends Markdown_Parser { class1730 function MarkdownExtra_Parser() { function in MarkdownExtra_Parser