Skip to content

Releases: quantizor/markdown-to-jsx

6.6.7

19 Jun 13:51
Compare
Choose a tag to compare

This patch release revises some behavior for handling block syntax inside HTML in MD. It also documents the current "gotchas" in a more public place.

a2b9bfe document the significant whitespace gotchas for arbitrary HTML
4ec60f2 fix regression where we were over-stripping whitespace
d06b191 fix detection of fenced code blocks inside arbitrary HTML

6.6.6

28 May 22:32
Compare
Choose a tag to compare

👻

babb335 fix #181 (extra paragraph tags inside HTML in some cases)
fcc93a0 fix for #180 (false positive HTML match)

6.6.5

21 May 05:11
Compare
Choose a tag to compare

799615e [internal] remove babel entry from package.json

6.6.4

19 May 16:15
Compare
Choose a tag to compare

[internal] e14fbcc switch to preset env from preset es2015

6.6.3

10 May 02:47
Compare
Choose a tag to compare

085af2e handle nested HTML tags of the same type with attributes (#176)

6.6.2

06 May 16:27
Compare
Choose a tag to compare

0ab6780 adjust HTML capture regex (#175)
aa0efcc pass along additional props supplied to the Markdown component (#174)
b48fc50 don't process the inside of style, script blocks (#173)

6.6.1

01 Apr 22:55
Compare
Choose a tag to compare

5d0a10f fix block-level syntax inference inside arbitrary HTML (#169)

6.6.0

24 Mar 20:01
Compare
Choose a tag to compare

524ef02 drop react 0.14.x testing
5251d6e autotag headings with IDs (allows autogenerated TOCs to work)
4312e1d port tight list handling fix from simple-markdown (thanks!)

6.5.2

15 Mar 06:57
Compare
Choose a tag to compare

9769ace handle links with URLs in the link text (#164)

6.5.1

12 Mar 02:34
Compare
Choose a tag to compare

3191b49 Support spaces between equal sign for html attributes (#162) ・Thank you @Jonarod!