Skip to content

Commit

Permalink
Add target="_blank" to markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 13, 2024
1 parent f174e35 commit 543001c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Converter } from 'showdown';

const markdownConverter = new Converter({
simplifiedAutoLink: true,
openLinksInNewWindow: true,
});

/**
Expand Down

0 comments on commit 543001c

Please sign in to comment.