diff options
author | 2022-02-11 10:41:47 -0500 | |
---|---|---|
committer | 2022-02-11 10:41:47 -0500 | |
commit | b1afce896a6800b52a103fd8535215972254e44c (patch) | |
tree | 61702d6da18302f00065bf9d670f65604f37e060 /packages/markdown | |
parent | 3c682f266850a87583a5eb09eb5dd80edf7e2e45 (diff) | |
download | astro-fc3407ee36721f53252c1c5e0516d965112e79c2.tar.gz astro-fc3407ee36721f53252c1c5e0516d965112e79c2.tar.zst astro-fc3407ee36721f53252c1c5e0516d965112e79c2.zip |
[ci] release (next) (#2565)astro@0.23.0-next.5@astrojs/markdown-remark@0.6.1-next.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-rw-r--r-- | packages/markdown/remark/CHANGELOG.md | 14 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 58450171b..76b98312f 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 0.6.1-next.2 + +### Patch Changes + +- [#2564](https://github.com/withastro/astro/pull/2564) [`d71c4620`](https://github.com/withastro/astro/commit/d71c46207af40de6811596ca4f5e10aa9006377b) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed curly braces inside Shiki codeblocks + ## 0.6.1-next.1 ### Patch Changes @@ -121,10 +127,10 @@ ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 90d64c90c..2db3fc01f 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.6.1-next.1", + "version": "0.6.1-next.2", "type": "module", "author": "withastro", "license": "MIT", |