Skip to content

Releases: BearToCode/carta

@cartamd/plugin-math-v4.0.2

Choose a tag to compare

@cartamd/plugin-math-v4.0.2 (2024-05-19)

Bug Fixes

  • use tex instead of latex for highlighting (b0ce300)

carta-md-v4.0.2

Choose a tag to compare

@github-actions github-actions released this 02 May 17:32

carta-md-v4.0.2 (2024-05-02)

Bug Fixes

  • update shiki, fix latex highlighting issues (3fd18a6)

@cartamd/plugin-code-v4.0.4

Choose a tag to compare

@cartamd/plugin-code-v4.0.4 (2024-05-02)

Bug Fixes

  • update shiki, fix latex highlighting issues (3fd18a6)

carta-md-v4.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 13:50

carta-md-v4.0.1 (2024-04-28)

Bug Fixes

  • handle caret endings in Markdown component (bafc86d), closes #56

@cartamd/plugin-anchor-v2.0.1

Choose a tag to compare

@cartamd/plugin-anchor-v2.0.1 (2024-04-20)

Bug Fixes

  • plugin-anchor: wrong class in default stylesheet (dddaad1)

@cartamd/plugin-tikz-v4.0.3

Choose a tag to compare

@cartamd/plugin-tikz-v4.0.3 (2024-04-15)

Bug Fixes

  • plugin-tikz: remove wrapping pre (482fd4b)

@cartamd/plugin-tikz-v4.0.2

Choose a tag to compare

@cartamd/plugin-tikz-v4.0.2 (2024-04-14)

Bug Fixes

  • plugin-tikz: prevent crash when className property is not set (dfc8812)

@cartamd/plugin-code-v4.0.3

Choose a tag to compare

@cartamd/plugin-code-v4.0.3 (2024-04-14)

Bug Fixes

  • plugin-code: do not import isSingleTheme for main package (54358b6), closes #50

@cartamd/plugin-code-v4.0.2

Choose a tag to compare

@cartamd/plugin-code-v4.0.2 (2024-04-14)

Bug Fixes

  • plugin-code: module not found error (7ad874e)

carta-md-v4.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 13:58
036af27

carta-md-v4.0.0 (2024-04-12)

Bug Fixes

  • default theme caret color (c6a81ac)
  • default theme placeholder color (b30b2af)

Code Refactoring

  • do not store options inside Carta (eb647b4)
  • remove verbose prefixes (f0abf19)
  • require explicit disabling of sanitizer (24be57a)

Features

  • use shiki for syntax highlighting (ae15b5b)
  • use unified+rehype for parsing markdown (342c8d2)

BREAKING CHANGES

  • Replaced marked with unified and rehype
  • Require sanitizer to be provided in the options. To disable it, set it explicitly
    to false.
  • Remove Carta.options. Update API
  • Replace SHJ with ShikiJS, removed old themes and added new ones.
  • Different objects have been renamed