From 29c3b61a511b96360b897ed7bda5a095aabc474f Mon Sep 17 00:00:00 2001 From: Mhykol Date: Sun, 19 May 2024 13:47:13 -0400 Subject: Allow iframes for blog --- source/blog.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/blog.js b/source/blog.js index 22a7cfc..cc654dd 100644 --- a/source/blog.js +++ b/source/blog.js @@ -2,9 +2,11 @@ const fs = require('fs') const path = require('path') const markdownit = require('markdown-it') const md = markdownit({ - typographer: { - whitespace: 'all' - } + html: true, + breaks: true, + typographer: { + whitespace: 'all' + }, }) const logger = require('./logger')() -- cgit v1.2.3-70-g09d2