diff options
author | 2023-10-04 12:23:58 +0200 | |
---|---|---|
committer | 2023-10-04 18:23:58 +0800 | |
commit | 21f4826576c2c812a1604e18717799da3470decd (patch) | |
tree | decf4d6b5f2f939f8e1d2df509ebdd143d1695d2 /.changeset/cuddly-vans-reply.md | |
parent | 71618f4074244ec203d154788b4aff29fce094dd (diff) | |
download | astro-21f4826576c2c812a1604e18717799da3470decd.tar.gz astro-21f4826576c2c812a1604e18717799da3470decd.tar.zst astro-21f4826576c2c812a1604e18717799da3470decd.zip |
Fixes: Shiki syntax highlighting adds is:raw attribute to the HTML output (#8715)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Diffstat (limited to '.changeset/cuddly-vans-reply.md')
-rw-r--r-- | .changeset/cuddly-vans-reply.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/cuddly-vans-reply.md b/.changeset/cuddly-vans-reply.md new file mode 100644 index 000000000..702aecc22 --- /dev/null +++ b/.changeset/cuddly-vans-reply.md @@ -0,0 +1,5 @@ +--- +'@astrojs/markdown-remark': patch +--- + +Remove `is:raw` from remark Shiki plugin |