Detalhes do pacote

docpad-plugin-marked

docpad70MIT2.10.0

Markdown rendering for DocPad, using Marked

coffeescript, docpad, docpad-plugin, esnext

readme (leia-me)

Marked Plugin for DocPad

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Markdown rendering for DocPad, using Marked

Convention: .html.md|markdown

Configure

For information on customising your plugin configuration you can refer to the DocPad FAQ

Marked Options

You can customise the Marked options by using the markedOptions object. By default we use:

pedantic: false
gfm: true
sanitize: false
highlight: null

Install

Install this DocPad plugin by entering docpad install marked into your terminal.

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

changelog (log de mudanças)

History

v2.10.0 2020 October 29

v2.9.0 2020 September 8

v2.8.0 2020 September 8

v2.7.0 2020 August 6

v2.6.0 2020 August 5

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=0.8 to node: >=10 to keep up with mandatory ecosystem changes

v2.5.0 2018 July 11

  • Updated base files using boundation
  • Compiled with CoffeeScript v2
  • Updated dependencies

v2.4.0 2017 April 17

  • Updated base files

v2.3.0 2014 April 14

  • Added an option for redefining marked renderers - Thanks to varya for pull request #12
  • Update dependencies

v2.2.1 2014 April 14

v2.2.0 2014 January 10

  • Repackaged
  • Updated dependencies

v2.1.2 2013 November 7

  • Repackaged
  • Updated dependencies

v2.1.1 2013 March 7

  • Repackaged
  • Updated dependencies

v2.1.0 2012 October 22

  • sanitize option is now false by default instead of true

v2.0.0 2012 September 1

  • Initial working release
  • Forked off from v2.0.2 of the Markdown plugin