diff options
author | WlodekM <[email protected]> | 2024-12-02 11:04:03 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-12-02 11:04:03 +0200 |
commit | 4eff2ef9033ebaf1bb69097b5d6ccbfdf52626cd (patch) | |
tree | 3f0c757439f99fd6d5e65c58d44805792ec40f25 | |
parent | d534c78852d77acd27f3e6c5939af7e7de5526a3 (diff) |
markdown
-rw-r--r-- | pages/main/page.js | 5 |
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) { |