Skip to content

Commit

Permalink
Enabled extended autolinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dullage authored and Gedulis12 committed Aug 7, 2023
1 parent f7d206c commit 4b477f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flatnotes/src/components/NoteViewerEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ export default {
noteLoadFailed: false,
noteLoadFailedIcon: null,
noteLoadFailedMessage: "Failed to load Note",
viewerOptions: { plugins: [codeSyntaxHighlight] },
viewerOptions: {
plugins: [codeSyntaxHighlight],
extendedAutolinks: true,
},
editorOptions: { plugins: [codeSyntaxHighlight] },
};
},
Expand Down

0 comments on commit 4b477f6

Please sign in to comment.