diff --git a/src/myst.ts b/src/myst.ts index 7ceed0e..78cfc24 100644 --- a/src/myst.ts +++ b/src/myst.ts @@ -54,6 +54,7 @@ export interface IMySTExpressionsState { export function markdownParse(text: string): Root { const parseMyst = (content: string) => { return mystParse(content, { + markdownit: { linkify: true }, directives: [ cardDirective, gridDirective,