Skip to content

Releases: readmeio/markdown

v13.6.3

19 Mar 15:16

Choose a tag to compare

Version 13.6.3

🛠 Fixes & Updates

  • mdx: issues with html in callout titles for mdx rendering (#1384) (4eba2fb), closes #1362

v13.6.2

18 Mar 17:41

Choose a tag to compare

Version 13.6.2

🛠 Fixes & Updates

  • mdxish: add support for multi code tabs in JSX tables (#1382) (9b402b6)
  • parse image captions as markdown instead of raw string (#1379) (1b18c11), closes #x22
  • remove space separator when in inline context like headings (#1374) (6daee7f)
  • mdxish: strip newline from text inside components that's attached to closing tag (#1381) (aaf6690), closes #RM-15614

v13.6.1

17 Mar 18:31

Choose a tag to compare

Version 13.6.1

🛠 Fixes & Updates

  • mdxish: parse as single token to prevent blank-line fragmentations (#1371) (ce73b7f)
  • mdxish: variables in callout titles causing it to crash (#1378) (4006247), closes #1362

v13.6.0

16 Mar 22:22

Choose a tag to compare

Version 13.6.0

✨ New & Improved

  • correctly render block level elements in callout (#1362) (32040cb)

🛠 Fixes & Updates

  • mdxish-editor: built in anchor component not deserializing to to a link in mdxish editor (#1361) (30e037d)
  • mdxish: callout end tag rendering (#1373) (cad7594)
  • mdxish: combine code tabs if separated by CLRF token \r\n (#1372) (2d8d267)
  • mdxish: Curly braces on separate lines cause render failure on MDXish (#1364) (d85e106)
  • mdxished: Preserve embed type and dimensions when copy/pasting blocks (#1369) (5af9623)

📘 Tests & Docs

  • xish: add CLAUDE.md + processor flow overview docs (#1370) (b8d9e4c)

v13.5.0

05 Mar 23:52

Choose a tag to compare

Version 13.5.0

✨ New & Improved

  • mdxish: add GFM checkbox compiler & parsing when there's whitespace (#1368) (5488cce)
  • create a comparison view between mdxish and rdmd in demo app (#1363) (506e884)

🛠 Fixes & Updates

  • dont show backslash in unbalanced braces (#1358) (ae0b52e)
  • mdxish: inconsistent line break (#1351) (5398838)
  • normalize &nbsp that does not have semicolons (#1359) (c816270)
  • mdxish: parse legacy variables in table magic blocks that's in html markdown (#1367) (2826a8e)
  • mdxish: stop using remark gfm for parsing html in table cell magic blocks (#1366) (f50ca9c)

v13.4.0

26 Feb 17:33

Choose a tag to compare

Version 13.4.0

✨ New & Improved

  • mdxish: preserve jsx expressions in ast processor (#1332) (7704aaa)

🛠 Fixes & Updates

v13.3.0

20 Feb 15:41

Choose a tag to compare

Version 13.3.0

✨ New & Improved

  • mdxish: add legacy variable tokenizer (#1339) (8e8b11b)
  • add option to perserve variable syntax in plain text compiler (#1345) (5ab350e)
  • mdxish: resolve variables in code blocks (#1350) (a6460f8)
  • mdxish: use variable name for heading slug generation (#1340) (61a97d3)

v13.2.0

18 Feb 19:55

Choose a tag to compare

Version 13.2.0

✨ New & Improved

  • demo: add a markdown view in demo app when stripComments is on (#1348) (a7a8726)
  • extend regex to cover more cases (#1338) (3e8efc8)

🛠 Fixes & Updates

  • mdxish: add missing toMarkdown extension for MDX expressions in stripComments (#1347) (02ddfce)
  • properly escape escaped chars when expression parsing fails (#1325) (136f7af)
  • mdxish: tone down empty line addition preprocessing after html blocks (#1344) (e4e7362), closes #1336

v13.1.4

18 Feb 00:02

Choose a tag to compare

Version 13.1.4

🛠 Fixes & Updates

  • mdxish: builtin tabs component rendering (#1346) (7bd6c41)
  • force release (0352bd0)
  • mdxish: Unclosed curly brace and callout fail to render on MDXish (#1333) (dbca5fa)

v13.1.3

14 Feb 01:45

Choose a tag to compare

Version 13.1.3

🛠 Fixes & Updates

  • dev env: add stripComments option (#1342) (721e028)
  • dev env: pass glossary terms and variables to mdxish renderer (#1341) (62654b1)
  • wrap empty Anchor in paragraph to prevent content loss (#1330) (8f431d4)