Releases: yahtnif/smarkdown
Releases · yahtnif/smarkdown
v0.15.0
Changed
- Move
fences
to CommonMark, marked#1511 f4e241e
- Deprecate
sanitize
and sanitizer
options, marked#1504 b512f54
Fixed
- Link label security, marked#1515 4977e2f
- Fix parentheses around a link, marked#1509 b00493c
v0.14.0...v0.15.0
v0.13.0
Fixed
- Fix: failed commonmark examples 57 and 40, marked#1475 4e612ad
- Nested blockquotes, marked#1464 7fe1404
- Improve worst-case performance of inline.text regex, marked#1460 22defb9
- Fix line after table, marked#1439; fix tables in a list, marked#1446 7e9dfe8
- Allow html without \n after, marked#1438 6d1b115
v0.12.1...v0.13.0
v0.11.0
Changed
Fixed
- Fix: tables don't have to be top level. marked#55 c809a01
- Link redos and parens. marked#1426, #1435 4f6b387
- Fix nested parentheses link. marked#1414 3815eb9
- Fix duplicate heading id. marked#1401 75443c3
- Fix blockquote paragraph continuation. marked#1394 1b2e1f4
v0.10.1...v0.11.0
v0.10.1
Fixed
- Fix handling of adjacent lists. marked#684
- Make code fences compliant (+ fix marked#1058). marked#1387
- Limit ordered list marker length. marked#1391
- Fix empty list items. marked#1395
- Fix tag escaping. marked#1397
- Fix strong tag. marked#1400
v0.10.0
Changed
- Auto resolve
regExp
to startsWith ^
#setRule
- Revert: setOption -> setOptions, resetOption -> resetOptions