Skip to content

Commit

Permalink
fix: use linkify in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Apr 25, 2024
1 parent 01334a2 commit ec3c690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/myst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec3c690

Please sign in to comment.