Installation
Add @sigx/lynx-markdown to your project.
Install the package
pnpm add @sigx/lynx-markdown
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as Markdown from '@sigx/lynx-markdown';
console.log(Object.keys(Markdown));
