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) {2268 MarkdownExtra_Parser.prototype.hashClean = function(text) {2276 MarkdownExtra_Parser.prototype.doHeaders = function(text) {2337 MarkdownExtra_Parser.prototype.doTables = function(text) {2473 MarkdownExtra_Parser.prototype.doDefLists = function(text) {2743 MarkdownExtra_Parser.prototype.doFootnotes = function(text) {[all …]
1703 class MarkdownExtra_Parser extends Markdown_Parser { class1730 function MarkdownExtra_Parser() { function in MarkdownExtra_Parser