summaryrefslogtreecommitdiff
path: root/packages/markdown
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-02-11 10:41:47 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-11 10:41:47 -0500
commitb1afce896a6800b52a103fd8535215972254e44c (patch)
tree61702d6da18302f00065bf9d670f65604f37e060 /packages/markdown
parent3c682f266850a87583a5eb09eb5dd80edf7e2e45 (diff)
downloadastro-fc3407ee36721f53252c1c5e0516d965112e79c2.tar.gz
astro-fc3407ee36721f53252c1c5e0516d965112e79c2.tar.zst
astro-fc3407ee36721f53252c1c5e0516d965112e79c2.zip
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.md14
-rw-r--r--packages/markdown/remark/package.json2
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",