45fdbc4650
* Don’t use Buffer.byteLength() as Deno can’t use it * Add changeset * Add tests for Markdown & MDX with Deno Co-authored-by: Matthew Phillips <matthew@skypack.dev>
5 lines
94 B
Markdown
5 lines
94 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Use TextEncoder instead of Buffer.byteLength() for Deno compatibility
|