ENH hide markdown markup by default

This commit is contained in:
Nathan Dwarshuis 2022-09-17 19:09:49 -04:00
parent 54bbdfa056
commit b1de625f0d
1 changed files with 1 additions and 0 deletions

View File

@ -1621,6 +1621,7 @@ Make font sizes smaller and less intrusive for headers
(add-hook 'markdown-mode-hook
(lambda ()
(setq-local markdown-hide-markup t)
(let ((heading-height 1.15))
(set-face-attribute 'markdown-header-face-1 nil :weight 'bold :height heading-height)
(set-face-attribute 'markdown-header-face-2 nil :weight 'semi-bold :height heading-height)