Class: Remark
Defined in: | src/beautifiers/remark.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"Remark"
- link =
-
"https://github.com/wooorm/remark"
- options =
-
{ _: { gfm: true, yaml: true, commonmark: true, footnotes: true, pedantic: true, breaks: true, entities: true, setext: true, closeAtx: true, looseTable: true, spacedTable: true, fence: true, fences: true, bullet: true, listItemIndent: true, incrementListMarker: true, rule: true, ruleRepetition: true, ruleSpaces: true, strong: true, emphasis: true, position: true }, Markdown: true }
Variable inherited from Beautifier
Promise name options languages beautify _envCache _envCacheDate _envCacheExpiry logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#deprecate #tempFile #readFile #findFile #getShellEnvironment #which #commandNotFoundError #run #spawn #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options)