diff --git a/js/privatebin.js b/js/privatebin.js
index 9c1e91ea..e0f9bf89 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -1773,7 +1773,9 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
var converter = new showdown.Converter({
strikethrough: true,
tables: true,
- tablesHeaderId: true
+ tablesHeaderId: true,
+ simplifiedAutoLink: true,
+ excludeTrailingPunctuationFromURLs: true
});
// let showdown convert the HTML and sanitize HTML *afterwards*!
$plainText.html(
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index 2f277274..9242cad9 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -75,7 +75,7 @@ if ($MARKDOWN):
-
+
diff --git a/tpl/page.php b/tpl/page.php
index acf0bdca..13bc84a1 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -54,7 +54,7 @@ if ($QRCODE):
-
+