Skip to content

Releases: quantizor/markdown-to-jsx

6.8.1

21 Oct 17:55
Compare
Choose a tag to compare

fix #213

6.8.0

21 Oct 16:09
Compare
Choose a tag to compare
  • fix #206 (horizontal rules not working after a list)
  • fix #221 (forwardRef support)
  • handle named character entities ( , etc.)
  • optimization in the text regex to do a bit less work
  • running babel-minify over the transpiled files to save some bytes

6.7.4

11 Oct 00:15
Compare
Choose a tag to compare

fix #214 - Nested paragraphs not work correctly inside arbitrary html (#215)

6.7.3

24 Sep 05:46
Compare
Choose a tag to compare

Fix some overly aggressive newline trimming inside HTML blocks

6.7.2

29 Aug 05:44
Compare
Choose a tag to compare

3987668 fix false positive flagging of standalone autolinks as self-closing html (originally reported in #208)

6.7.1

20 Aug 17:00
Compare
Choose a tag to compare

Refactored some parts of the library to make block detection inside arbitrary HTML more reliable. Also tweaked a few detector regexes to avoid edge cases.

6.7.0

30 Jul 22:53
Compare
Choose a tag to compare

Thanks @cathayandy for the configurable slug function support! (see #199)

6.6.9

10 Jul 19:42
Compare
Choose a tag to compare

c1fe1eb fix a perf issue in the new bold and emphasis regexes (see #190)

6.6.8

21 Jun 20:32
Compare
Choose a tag to compare

Various improvements to inline syntax handling (strong, emphasis, strikethrough primarily.)

b33d327 fix inline syntax outer-boundary false positive match
48ee7f1 ensure emphasis + bold regexes track the specific syntax used

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