Releases: quantizor/markdown-to-jsx
Releases · quantizor/markdown-to-jsx
6.10.1
add new option namedCodesToUnicode (#236) (#253) by @JeremiasEh
6.9.4
fix a table rendering issue when the first cell is blank #241 thanks @simezi
6.9.3
fix an html perf regression edge case #234
6.9.1
ac97191 ensure there's a key set for every output
6.9.0
a slew of regex optimizations; the library should be more performant now for blocks of text with several instances of bold/em/etc
6.8.4
graceful fallback for missing footnotes (#227)
6.8.3
Actually fix support for React's various new object-based components like React.forwardRef
6.8.2
disable the babel-minify "flipComparisons" plugin which causes downstream issues with some minifiers like uglifyJS