diff options
author | 2022-02-10 14:23:05 -0300 | |
---|---|---|
committer | 2022-02-10 12:23:05 -0500 | |
commit | d71c46207af40de6811596ca4f5e10aa9006377b (patch) | |
tree | 631a385f6029edb7911a292302884fd2ff3dec09 | |
parent | d5c7141d67502c5baf87ec7db60bd41347191bef (diff) | |
download | astro-d71c46207af40de6811596ca4f5e10aa9006377b.tar.gz astro-d71c46207af40de6811596ca4f5e10aa9006377b.tar.zst astro-d71c46207af40de6811596ca4f5e10aa9006377b.zip |
Fixed curly braces inside Shiki codeblocks (#2545) (#2564)
-rw-r--r-- | .changeset/six-ants-hunt.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/six-ants-hunt.md b/.changeset/six-ants-hunt.md new file mode 100644 index 000000000..17b3fb653 --- /dev/null +++ b/.changeset/six-ants-hunt.md @@ -0,0 +1,5 @@ +--- +'@astrojs/markdown-remark': patch +--- + +Fixed curly braces inside Shiki codeblocks |