diff options
author | 2021-08-19 18:55:02 -0500 | |
---|---|---|
committer | 2021-08-19 17:55:02 -0600 | |
commit | a421329f8fc3fbcba70f3401cff4b9cf65f3f2eb (patch) | |
tree | e14e1d57d6feedb2fa61abf6308c8e5141abaeb0 | |
parent | 472c0e5ac70a80aab49739df3edfbe4bb2c5bf2c (diff) | |
download | astro-a421329f8fc3fbcba70f3401cff4b9cf65f3f2eb.tar.gz astro-a421329f8fc3fbcba70f3401cff4b9cf65f3f2eb.tar.zst astro-a421329f8fc3fbcba70f3401cff4b9cf65f3f2eb.zip |
changeset: markdown-support (fix the left-brace issue) (#1170)
Diffstat (limited to '')
-rw-r--r-- | .changeset/silver-shoes-lie.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/silver-shoes-lie.md b/.changeset/silver-shoes-lie.md new file mode 100644 index 000000000..654105109 --- /dev/null +++ b/.changeset/silver-shoes-lie.md @@ -0,0 +1,5 @@ +--- +'@astrojs/markdown-support': patch +--- + +Fix the left-brace issue |