A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jrblevin/markdown-mode/issues/773 below:

markdown-hide-markup does not hide headers when markdown-fontify-whole-heading-line is enabled · Issue #773 · jrblevin/markdown-mode · GitHub

Expected Behavior

When markdown-hide-markup is enabled, markdown header symbols should be hidden, even when markdown-fontify-whole-heading-line is enabled.

Actual Behavior

When markdown-fontify-whole-heading-line is enabled, enabling markdown-hide-markup does not hide markdown header symbols (e.g., #, ##).

Steps to Reproduce
  1. Place the following in /tmp/emacs/.emacs:
(setq custom-file "/dev/null")

(package-initialize)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))

(package-install 'markdown-mode)

(setq markdown-fontify-whole-heading-line t)
(setq markdown-hide-markup t)

(custom-set-faces
 `(markdown-header-face-1 ((t (:background "#ff0000" :height 1.5 :extend t)))))
  1. Place the following in /tmp/emacs/sample.md:
  1. HOME=/tmp/emacs emacs -Q --load /tmp/emacs/.emacs /tmp/emacs/sample.md
Backtrace Software Versions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4