-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
Expected Behavior
The extend attribute should be respected, just like it happens for markdown-code-face. That is, the background color of the markdown-header-face-* should extend to the whole width of the buffer when extend is t.
Actual Behavior
The background does not extend:
Steps to Reproduce
-
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) (custom-set-faces `(markdown-header-face-1 ((t (:background "#ff0000" :extend t)))))
-
Start Emacs with
HOME=/tmp/emacs emacs; -
Create or open a Markdown file with at least one top-level header:
# Header ``` code ```
Backtrace
There are no errors.
Software Versions
- Markdown Mode: version 2.6-dev
- Emacs: GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin20.6.0, NS appkit-2022.60 Version 11.6.5 (Build 20G527)) of 2022-04-29
- OS: macOS Big Sur 11.6.5
Metadata
Metadata
Assignees
Labels
No labels
