Releases: quantizor/markdown-to-jsx
5.3.1
5.3.0
5.2.0
e932e59 chore: update website link & my personal name in the license
7daf814 chore: remove CHANGELOG
d50ca74 deps: update codecov
5ac0b90 deps: update to latest remark-parse and unified
fb29ebe fix website to work with 5.x
e1028e8 update jest
9614b14 add yarn
9239966 fix package.json links
f6a3185 fix badges
5.1.0
5.0.2
5.0.0
See the README for updated usage instructions, here's a quick preview:
import Markdown from 'markdown-to-jsx';
import React from 'react';
import {render} from 'react-dom';
render((
<Markdown>
# Hello world!
</Markdown>
), document.body);
/*
renders:
<h1>Hello world!</h1>
*/
38efb41 [Breaking Change] Default export is now a React HOC
573021c Update Jest
bf31694 chore(package): update autoprefixer-stylus to version 0.13.0
aef6471 chore(package): update jest-cli to version 17.0.0
b1088c0 chore(package): update babel-jest to version 17.0.0
8c0b7a5 chore(package): update autoprefixer-stylus to version 0.11.0
883d728 chore(package): update jest-cli to version 16.0.0
a504cc2 chore(package): update babel-jest to version 16.0.0
4.0.3
First release of 4.x 🎉
Rollup of 4.x changes:
25f70a6 Allow overrides for GFM task list items & associated checkboxes
3395105 Override support for pre & code elements generated in astToJSX
4249c15 Fix rendering of inline code tags -- thank you @sapegin!
2a00f5a [Experimental] Coalesce/parse nested inline tags
f269a87 [pre 4.0] Drop second argument in function signature
f50219b [Experimental] Begin parsing inline arbitrary HTML
c381ddd Light refactor to pull some functions out of the main closure
4.0.3-beta
4.0.2-beta
4.0.1-beta
2a00f5a [Experimental] Coalesce/parse nested inline tags