summary refs log tree commit diff
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-12-02 11:04:03 +0200
committerWlodekM <[email protected]>2024-12-02 11:04:03 +0200
commit4eff2ef9033ebaf1bb69097b5d6ccbfdf52626cd (patch)
tree3f0c757439f99fd6d5e65c58d44805792ec40f25
parentd534c78852d77acd27f3e6c5939af7e7de5526a3 (diff)
markdown
-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) {