diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el
index 0aaa0002b..db111e2c0 100644
--- a/modules/lang/markdown/config.el
+++ b/modules/lang/markdown/config.el
@@ -30,7 +30,16 @@ capture, the end position, and the output buffer.")
markdown-command #'+markdown-compile
markdown-open-command
(cond (IS-MAC "open")
- (IS-LINUX "xdg-open")))
+ (IS-LINUX "xdg-open"))
+ markdown-content-type "application/xhtml+xml"
+ markdown-css-paths
+ '("https://cdn.jsdelivr.net/npm/github-markdown-css/github-markdown.min.css"
+ "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release/build/styles/github.min.css")
+ markdown-xhtml-header-content
+ (concat ""
+ ""
+ ""
+ ""))
:config
(set-flyspell-predicate! '(markdown-mode gfm-mode)