Releases: dimerapp/markdown
Releases · dimerapp/markdown
Downgrade all remark dependencies
- chore: downgrade all remark dependencies 40ce687
Full Changelog: v8.0.0...v8.0.1
Major upgrade of remark-gfm
- ci: run typechecking and linting d976074
- ci: run typechecking and linting a17251d
- docs: remove snyk badge d9ec187
- chore: update dependencies 2d67ae3
Full Changelog: v7.0.3...v8.0.0
Update dependencies
Full Changelog: v7.0.2...v7.0.3
Serialize codegroup attributes
Now you can pass props to codegroups and they will be serialized to HAST syntax tree. For example:
:::codegroup{id="language-selector"}
:::
:::codegroup{id="pkg-selector"}
:::
Commits
Full Changelog: v7.0.1...v7.0.2
Rewrite from scratch
The package is re-written from scratch and is in ESM only. If upgrading, then please go through the README for new documentation. There is no upgrade guide
Commits
- chore: install correct dependencies 93d2b8c
- chore: update publish tag to latest 31aa8bf
- Merge branch 'next' into develop 0b90a6f
- chore: update dependencies 15e013c
- Merge pull request #15 from dimerapp/dependabot/npm_and_yarn/path-parse-1.0.7 78edbe0
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 2ea6d64
- chore(release): 6.1.0 0e2cad2
- feat: add support for controlling toc from the front matter 2ab57af
- chore(release): 6.0.0 b7cd2a2
- chore(deps): bump ini from 1.3.5 to 1.3.8 (#4) 2ff21e1
- chore: remove npm-audit.html file e76f8f6
- chore: remove npm-audit in favor of synk 2e86a38
- chore(deps): bump highlight.js from 10.4.0 to 10.7.1 (#2) a16a9db
- chore(deps): bump ini from 1.3.5 to 1.3.8 (#3) 449df1b
- improvement: fetch codeblock title from the comment 1302241
- chore(release): 5.0.3 f1d8984
What's Changed
- chore(deps): bump ini from 1.3.5 to 1.3.8 by @dependabot in #3
- chore(deps): bump highlight.js from 10.4.0 to 10.7.1 by @dependabot in #2
- chore(deps): bump ini from 1.3.5 to 1.3.8 by @dependabot in #4
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #15
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v5.0.2...v7.0.1
Update dependencies
- style: update license name 610dce2
- refactor: add data property to hast output node 04d715a
- chore: update dependencies adda6a7
Full Changelog: v7.0.1-3...v7.0.1-4
Apply frontmatter options to file options
Full Changelog: v7.0.1-2...v7.0.1-3
Update dependencies
- refactor: fix types issues 84f9d65
- chore: generate sourcemaps and publish source files 8fce216
- docs: update license.md file 9200efc
- ci: update node versions 105a8e4
- chore: setup commitlint c23a76e
- chore: setup c8 coverage 40e0f2e
- docs(README): update badges urls 46ac9f7
- chore: update dependencies 1fabd92
Drop h1 from the TOC list items
- refactor: drop h1 from the toc AST 84f4702
Refactor API
- The
use
method on the markdown file is not used to register markdown file plugins - Use the
transform
method to register remark plugins.