diff options
author | 2021-05-07 15:48:45 -0600 | |
---|---|---|
committer | 2021-05-07 15:48:45 -0600 | |
commit | 9feffda850fe452cb9509dc8b6dd2b87e77725c5 (patch) | |
tree | aa6736d4e11fba38c57d1fdaa96829517a32675f /.changeset/olive-jars-grab.md | |
parent | 8f2a58534c9c3939d14170dc839118707355e798 (diff) | |
download | astro-9feffda850fe452cb9509dc8b6dd2b87e77725c5.tar.gz astro-9feffda850fe452cb9509dc8b6dd2b87e77725c5.tar.zst astro-9feffda850fe452cb9509dc8b6dd2b87e77725c5.zip |
Fix double <pre> tag (#185)
Diffstat (limited to '.changeset/olive-jars-grab.md')
-rw-r--r-- | .changeset/olive-jars-grab.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/olive-jars-grab.md b/.changeset/olive-jars-grab.md new file mode 100644 index 000000000..653953679 --- /dev/null +++ b/.changeset/olive-jars-grab.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Bugfix: fixes double <pre> tags generated from markdown code blocks |