Do not hide URLs in Markdown by default
This looks irritating for images, and also makes spotting typos in URLs more difficult. Surprisingly, I don't have these issues in Org mode, so maybe this is just old habits dying hard here.
This commit is contained in:
parent
3754720221
commit
af38539d50
2
init.el
2
init.el
@ -618,7 +618,7 @@ split horizontally again, but this extra work should not matter much."
|
|||||||
:init (setopt markdown-use-pandoc-style-yaml-metadata t
|
:init (setopt markdown-use-pandoc-style-yaml-metadata t
|
||||||
markdown-command "pandoc --standalone --toc"
|
markdown-command "pandoc --standalone --toc"
|
||||||
markdown-fontify-code-blocks-natively t
|
markdown-fontify-code-blocks-natively t
|
||||||
markdown-hide-urls t
|
markdown-hide-urls nil
|
||||||
markdown-asymmetric-header t
|
markdown-asymmetric-header t
|
||||||
markdown-list-indent-width 2
|
markdown-list-indent-width 2
|
||||||
markdown-special-ctrl-a/e t)
|
markdown-special-ctrl-a/e t)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user