Skip to content

Commit

Permalink
fix: use linkify in parser (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Apr 25, 2024
1 parent 4004f44 commit 402c402
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 402c402

Please sign in to comment.