summary refs log tree commit diff
path: root/pages/main/page.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/main/page.js')
-rw-r--r--pages/main/page.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/main/page.js b/pages/main/page.js
index b6e5e24..43656c8 100644
--- a/pages/main/page.js
+++ b/pages/main/page.js
@@ -14,7 +14,10 @@ const md = markdwonits({
         }
     
         return ''; // use external default escaping
-    }
+    },
+    breaks: true,
+    linkify: true,
+    typographer: true,
 })
 
 async function fetchJSON(url, opts) {