Skip to content

Releases: PlatziDev/markdown

v1.3.3

06 Jul 19:38
Compare
Choose a tag to compare

Fix array destructuring

v1.3.2

06 Jul 19:38
Compare
Choose a tag to compare

Remove ES2015 syntax

v1.3.1

06 Jul 19:18
Compare
Choose a tag to compare

Use var instead of var

v1.3.0

06 Jul 17:28
Compare
Choose a tag to compare

Add default support to podcast thanks to @gollum23

v1.2.0

17 Jun 05:36
Compare
Choose a tag to compare

The parser is now extensible with any markdown-it plugin using:

const extraPlugins = [plugin1, [plugin2, plugin2Config]];
const parser = createParser(config, extraPlugins);

v1.1.0

08 Apr 21:16
Compare
Choose a tag to compare
v1.1.0

v1.0.2

31 Jan 17:42
Compare
Choose a tag to compare

Remove default value that breaks Uglify

v1.0.1

13 Jan 03:29
Compare
Choose a tag to compare

Minor fixes in package.json and README.md

v1.0.0

13 Jan 03:21
Compare
Choose a tag to compare
[update] moved to PlatziDev and scoped name