Skip to content

Commit

Permalink
Merge pull request #776 from dos65/enable_markdown
Browse files Browse the repository at this point in the history
Enable markdown support
  • Loading branch information
tgodzik committed Dec 1, 2021
2 parents a619a66 + e8a8dc4 commit a2a8bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ function launchMetals(
middleware: {
provideHover: hoverLinksMiddlewareHook,
},
markdown: {
isTrusted: true,
},
};

function hoverLinksMiddlewareHook(
Expand Down

0 comments on commit a2a8bd2

Please sign in to comment.