SYMBOL INDEX (98 symbols across 23 files) FILE: bin/showdown.js function Messenger (line 2) | function Messenger(o,t,e){"use strict";t=!!t||!!e,e=!!e,this._print="std... function showShowdownOptions (line 2) | function showShowdownOptions(){"use strict";var o,t=showdown.getDefaultO... function parseShowdownOptions (line 2) | function parseShowdownOptions(o,t){"use strict";var e=t;if(o)for(var n=0... function readFromStdIn (line 2) | function readFromStdIn(o){"use strict";o=o||"utf8";try{return fs.readFil... function readFromFile (line 2) | function readFromFile(t,o){"use strict";try{return fs.readFileSync(t,o)}... function writeToStdOut (line 2) | function writeToStdOut(o){"use strict";if(!process.stdout.write(o))throw... function writeToFile (line 2) | function writeToFile(o,t,e){"use strict";e=e?fs.appendFileSync:fs.writeF... function makehtmlCommand (line 2) | function makehtmlCommand(t,o){"use strict";if(t.configHelp)showShowdownO... FILE: dist/showdown.js function getDefaultOpts (line 7) | function getDefaultOpts (simple) { function allOptionsOn (line 194) | function allOptionsOn () { function validate (line 468) | function validate (extension, name) { function escapeCharactersCallback (line 699) | function escapeCharactersCallback (wholeMatch, m1) { function headerId (line 3712) | function headerId (m) { function writeImageTagBase64 (line 3815) | function writeImageTagBase64 (wholeMatch, altText, linkId, url, width, h... function writeImageTagBaseUrl (line 3820) | function writeImageTagBaseUrl (wholeMatch, altText, linkId, url, width, ... function writeImageTag (line 3826) | function writeImageTag (wholeMatch, altText, linkId, url, width, height,... function parseInside (line 3921) | function parseInside (txt, left, right) { function replaceAnchorTagReference (line 4004) | function replaceAnchorTagReference (rgx, evtRootName, options, globals, ... function replaceAnchorTagBaseUrl (line 4017) | function replaceAnchorTagBaseUrl (rgx, evtRootName, options, globals, em... function createEvent (line 4040) | function createEvent (rgx, evtName, wholeMatch, text, id, url, title, op... function writeAnchorTag (line 4061) | function writeAnchorTag (evt, options, globals, emptyCase) { function processListItems (line 4421) | function processListItems (listStr, trimTrailing) { function styleStartNumber (line 4591) | function styleStartNumber (list, listType) { function parseConsecutiveLists (line 4609) | function parseConsecutiveLists (list, listType, trimTrailing) { function parseMetadataContents (line 4682) | function parseMetadataContents (content) { function parseStyles (line 4970) | function parseStyles (sLine) { function parseHeaders (line 4982) | function parseHeaders (header, style) { function parseCells (line 4994) | function parseCells (cell, style) { function buildTable (line 4999) | function buildTable (headers, cells) { function parseTable (line 5019) | function parseTable (rawTable) { function _constructor (line 5730) | function _constructor () { function _parseExtension (line 5762) | function _parseExtension (ext, name) { function legacyExtensionLoading (line 5826) | function legacyExtensionLoading (ext, name) { function listen (line 5858) | function listen (name, callback) { function rTrimInputText (line 5873) | function rTrimInputText (text) { function clean (line 6058) | function clean (node) { function substitutePreCodeTags (line 6078) | function substitutePreCodeTags (doc) { FILE: src/cli/cli.js function Messenger (line 73) | function Messenger (writeMode, supress, mute) { function showShowdownOptions (line 115) | function showShowdownOptions () { function parseShowdownOptions (line 134) | function parseShowdownOptions (configOptions, defaultOptions) { function readFromStdIn (line 158) | function readFromStdIn (encoding) { function readFromFile (line 181) | function readFromFile (file, encoding) { function writeToStdOut (line 195) | function writeToStdOut (html) { function writeToFile (line 208) | function writeToFile (html, file, append) { function makehtmlCommand (line 225) | function makehtmlCommand (options, cmd) { FILE: src/converter.js function _constructor (line 64) | function _constructor () { function _parseExtension (line 96) | function _parseExtension (ext, name) { function legacyExtensionLoading (line 160) | function legacyExtensionLoading (ext, name) { function listen (line 192) | function listen (name, callback) { function rTrimInputText (line 207) | function rTrimInputText (text) { function clean (line 392) | function clean (node) { function substitutePreCodeTags (line 412) | function substitutePreCodeTags (doc) { FILE: src/helpers.js function escapeCharactersCallback (line 122) | function escapeCharactersCallback (wholeMatch, m1) { function xmur3 (line 340) | function xmur3 (str) { function mulberry32 (line 360) | function mulberry32 (a) { FILE: src/options.js function getDefaultOpts (line 5) | function getDefaultOpts (simple) { function allOptionsOn (line 192) | function allOptionsOn () { FILE: src/showdown.js function validate (line 263) | function validate (extension, name) { FILE: src/subParsers/makehtml/headers.js function headerId (line 58) | function headerId (m) { FILE: src/subParsers/makehtml/images.js function writeImageTagBase64 (line 15) | function writeImageTagBase64 (wholeMatch, altText, linkId, url, width, h... function writeImageTagBaseUrl (line 20) | function writeImageTagBaseUrl (wholeMatch, altText, linkId, url, width, ... function writeImageTag (line 26) | function writeImageTag (wholeMatch, altText, linkId, url, width, height,... FILE: src/subParsers/makehtml/italicsAndBold.js function parseInside (line 10) | function parseInside (txt, left, right) { FILE: src/subParsers/makehtml/links.js function replaceAnchorTagReference (line 26) | function replaceAnchorTagReference (rgx, evtRootName, options, globals, ... function replaceAnchorTagBaseUrl (line 39) | function replaceAnchorTagBaseUrl (rgx, evtRootName, options, globals, em... function createEvent (line 62) | function createEvent (rgx, evtName, wholeMatch, text, id, url, title, op... function writeAnchorTag (line 83) | function writeAnchorTag (evt, options, globals, emptyCase) { FILE: src/subParsers/makehtml/lists.js function processListItems (line 14) | function processListItems (listStr, trimTrailing) { function styleStartNumber (line 184) | function styleStartNumber (list, listType) { function parseConsecutiveLists (line 202) | function parseConsecutiveLists (list, listType, trimTrailing) { FILE: src/subParsers/makehtml/metadata.js function parseMetadataContents (line 13) | function parseMetadataContents (content) { FILE: src/subParsers/makehtml/tables.js function parseStyles (line 12) | function parseStyles (sLine) { function parseHeaders (line 24) | function parseHeaders (header, style) { function parseCells (line 36) | function parseCells (cell, style) { function buildTable (line 41) | function buildTable (headers, cells) { function parseTable (line 61) | function parseTable (rawTable) { FILE: src/subParsers/makemarkdown/table.js function iterateRow (line 23) | function iterateRow (tr) { FILE: test/functional/makehtml/makehtml.bootstrap.js function getTestSuite (line 13) | function getTestSuite (dir) { function getJsonTestSuite (line 19) | function getJsonTestSuite (file) { function filter (line 24) | function filter () { function map (line 31) | function map (dir) { function mapJson (line 49) | function mapJson (jsonArray, file) { function assertion (line 70) | function assertion (testCase, converter) { function normalize (line 81) | function normalize (testCase) { FILE: test/functional/makehtml/testsuite.features.js function testImageUrlExists (line 202) | function testImageUrlExists (imgUrl) { FILE: test/functional/makemarkdown/makemarkdown.bootstrap.js function getTestSuite (line 13) | function getTestSuite (dir) { function filter (line 19) | function filter () { function map (line 26) | function map (dir) { function assertion (line 42) | function assertion (testCase, converter) { function normalize (line 53) | function normalize (testCase) { FILE: test/performance/lib/performance.lib.js function generateMD (line 101) | function generateMD (filename, obj, asTable) { FILE: test/performance/performance.js function runTests (line 31) | function runTests () { function generateLogs (line 131) | function generateLogs () { FILE: test/unit/cli.js function spawnCLI (line 22) | function spawnCLI (command, args, options) { FILE: test/unit/showdown.Converter.js function check (line 59) | function check (key, val) { function runListener (line 158) | function runListener (name) { FILE: test/unit/showdown.helpers.js function foo (line 77) | function foo () {} function baz (line 114) | function baz () {}