Skip to content

Commit

Permalink
Enable showdown simplifiedAutoLink option
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 28, 2023
1 parent 5a6a6fe commit 97410f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var GL = angular.module("GL", [
}]).
config(["$showdownProvider", function($showdownProvider) {
$showdownProvider.setOption("sanitize", true);
$showdownProvider.setOption("simplifiedAutoLink", true);
$showdownProvider.setOption("openLinksInNewWindow", true);
}]).
config(["$provide", function($provide) {
Expand Down

0 comments on commit 97410f2

Please sign in to comment.