diff options
author | 2023-01-06 09:26:02 -0500 | |
---|---|---|
committer | 2023-01-06 09:26:02 -0500 | |
commit | 93e633922c2e449df3bb2357b3683af1d3c0e07b (patch) | |
tree | 5a81cd3e18653bef795a9bb8c8e993416fb48e42 /pnpm-lock.yaml | |
parent | 04bf679a5d509197aa3b7587e511588f652e886e (diff) | |
download | astro-93e633922c2e449df3bb2357b3683af1d3c0e07b.tar.gz astro-93e633922c2e449df3bb2357b3683af1d3c0e07b.tar.zst astro-93e633922c2e449df3bb2357b3683af1d3c0e07b.zip |
Add SmartyPants flag (#5769)
* feat: add smartypants flag
* test: smartypants in markdown and mdx
* docs: Smartypants -> SmartyPants
* chore: changeset
* chore: update changeset with 1.0 -> 2.0 in mind
* chore: bump to minor change
Diffstat (limited to '')
-rw-r--r-- | pnpm-lock.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75610958d..163ce7fa2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2917,6 +2917,7 @@ importers: remark-gfm: ^3.0.1 remark-rehype: ^10.1.0 remark-shiki-twoslash: ^3.1.0 + remark-smartypants: ^2.0.0 remark-toc: ^8.0.1 shiki: ^0.11.1 unist-util-visit: ^4.1.0 @@ -2936,6 +2937,7 @@ importers: rehype-raw: 6.1.1 remark-frontmatter: 4.0.1 remark-gfm: 3.0.1 + remark-smartypants: 2.0.0 shiki: 0.11.1 unist-util-visit: 4.1.1 vfile: 5.3.6 @@ -3520,6 +3522,7 @@ importers: remark-gfm: ^3.0.1 remark-parse: ^10.0.1 remark-rehype: ^10.1.0 + remark-smartypants: ^2.0.0 shiki: ^0.11.1 unified: ^10.1.2 unist-util-map: ^3.1.1 @@ -3544,6 +3547,7 @@ importers: remark-gfm: 3.0.1 remark-parse: 10.0.1 remark-rehype: 10.1.0 + remark-smartypants: 2.0.0 shiki: 0.11.1 unified: 10.1.2 unist-util-map: 3.1.2 |