Skip to content

Releases: nuxtlabs/remark-mdc

v3.5.2

07 Jan 08:25
Compare
Choose a tag to compare
  • fix(frontmatter): remove dangling CR (9f07da0)

v3.5.1

23 Dec 10:24
Compare
Choose a tag to compare
  • feat: expose micromark extension (533ee0c)
  • fix(attributes): treat non-bounded attribute like html attributes (#91) (8ed9bd2)
  • fix(stringify): empty line between frontmatter and content (80673e0)
  • lint: fix (e539b63)

v3.5.0

02 Dec 13:43
Compare
Choose a tag to compare

🚀 Enhancements

  • Slot attributes syntax (#90)

🏡 Chore

✅ Tests

  • Add testcase for escaped chars (ebca643)

v3.4.0

20 Nov 09:45
Compare
Choose a tag to compare
  • feat: move autoUnwrap & CodeBlock props out of experimental (1699b7a)

Note

autoUnwrap & componentCodeBlockYamlProps moved out of experimental, and now can be configured directly on options.
These experimental options are deprecated and will be removed in the next major release

v3.3.2

19 Nov 15:41
Compare
Choose a tag to compare
  • fix: do not unwrapp code (83e9aaa)

v3.3.1

19 Nov 15:22
Compare
Choose a tag to compare
  • fix: do not unwrapp pre (5a98ba7)

v3.3.0

18 Nov 15:38
Compare
Choose a tag to compare
  • fix(to-markdown): link reference attributes (41f7e3c)
  • feat: allow using inline components inside parentheses (f0f168c)
  • feat: option for max attributes length (#79) (94d9d97)
  • fix(to-markdown): parse component props object (#84) (5d44379)
  • fix: remove scaped char \ from attributes value (#89) (74cee31)
  • chore: remove studio ci (58ca74a)
  • fix: codeblock yaml data section (b74b764)
  • ci: upgrade actions (fcb2ff3)
  • fix(autoUnwrap): do not unwrap tables (7195bcc)
  • fix: resolve experimental features conflict (b0e2daa)
  • Correctly name the plugin (#86) (d686ce3)
  • test: update snapshots (f92a84f)
  • chore: replace js-yaml by yaml package(#82) (fb3edb3)
  • fix(to-markdown): check if value if an object to properly simple quote value (#81) (c61760c)

v3.2.1

16 May 12:49
Compare
Choose a tag to compare
  • chore: remove packagemanger from pakcage json (875982c)
  • feat: support code block as component props (#67) (cea1c94)
  • docs: add link to vscode-mdc (864feea)
  • docs: add badges (eb67516)

v3.2.0

21 Mar 16:42
Compare
Choose a tag to compare

🩹 Fixes

  • attributes: Handle attribute of elements in tableCell (#75)
  • Handle attributes in nested components (#76)
  • Update types (04947ff)

v3.1.0

04 Mar 15:15
Compare
Choose a tag to compare

🚀 Enhancements

  • Sort attributes to have unique markdown each time (#74)

🏡 Chore

✅ Tests

  • Add list item test with inline component (bd3a3f3)