summaryrefslogtreecommitdiff
path: root/packages/markdown
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-02-01 08:52:57 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-01 08:52:57 -0500
commitdd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2 (patch)
tree7c43bc976b6f60cd311757e71bc0faf556d77bf1 /packages/markdown
parentbc8c114dcc61eaf6b5e13b379e33bf57e384977e (diff)
downloadastro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.gz
astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.zst
astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.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 6f33d7f06..a799087dc 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.6.1-next.0
+
+### Patch Changes
+
+- [#2497](https://github.com/withastro/astro/pull/2497) [`6fe1b027`](https://github.com/withastro/astro/commit/6fe1b0279fce5a7a0e90ff79746ea0b641da3e21) Thanks [@JuanM04](https://github.com/JuanM04)! - Add Shiki as an alternative to Prism
+
## 0.6.0
### Minor Changes
@@ -105,10 +111,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 00a023d1d..2be18417b 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.6.0",
+ "version": "0.6.1-next.0",
"type": "module",
"author": "withastro",
"license": "MIT",