Skip to content

Tags: WebDevBootcamp/markdown-js

Tags

v0.5.1

Toggle v0.5.1's commit message
fix blank line handling within fenced code blocks

0.4.2

Toggle 0.4.2's commit message
Merge remote-tracking branch 'cadorn/master'

* cadorn/master:
  Fix for ':' in headers
  link match fix for: (see [Concepts](../Concepts))
  markup within headers
  internal link href property fix
  fixed internal image source property name to allow href attributes for img tags using Maruku dialect
  reverted header change; use Maruku dialect for anchors instead
  added copyright for changes
  Regular expressions are no longer callable as if they were functions (ff5 & webkit) - see https://bugs.webkit.org/show_bug.cgi?id=28285
  support for HTML blocks that stay untouched
  tree node pre-processing support via options.preprocessTreeNode
  headers with anchors
  use `console.log()` instead of `print` if available
  better array detection

Conflicts:
	lib/markdown.js

0.4.1

Toggle 0.4.1's commit message
Merge branch 'gfm' of github.com:WebDevBootcamp/markdown-js into gfm

* 'gfm' of github.com:WebDevBootcamp/markdown-js:
  GFM: don't start <em> mid-word.
  `md2html` supports any dialect registered in markdown.js
  TODO tests for some of the features of Github-flavoured Markdown
  Don't use arguments.callee when we have a perfectly good name
  Github-Flavoured-Markdown fenced code
  DIALECTS env var allows running feature tests for a subset of dialects

v0.1.8

Toggle v0.1.8's commit message
Fix for ':' in headers

v0.1.7

Toggle v0.1.7's commit message
link match fix for: (see [Concepts](../Concepts))

v0.1.6

Toggle v0.1.6's commit message
internal link href property fix