1.0.0 • Published 9 years ago

pfm v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Piták Flavored Markdown (parser)

npm npm Gemnasium npm

This module extends the marked module to my liking.

  • highlighting is done by pygmentize
  • In paragraphs, ~ renders to  
  • In inline code, ~ renders to ∼
  • Link to external hosts have target="_blank"
  • options.highlight is disabled (too lazy to implement)

Installation

npm install pfm

Integrations

with Jade >= 1.10.0

Use the jstransformer-pfm module.

Jade deprecated Transformers support in filters in v1.10.0 and will be dopping it in favor of jstransformers from v2.0.0.

with Jade < 1.10.0

jade = require 'jade'
pfm = require 'pfm'
jade.filters.markdown = pfm
1.0.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago