astro-ghostcms/.pnpm-store/v3/files/38/f092ddbcc97cd963184051db2eb...

6 lines
198 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import {unified} from 'unified'
import retextLatin from 'retext-latin'
import retextStringify from 'retext-stringify'
export const retext = unified().use(retextLatin).use(retextStringify).freeze()