You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trailing spaces are not visible when 'markdown-hide-markup' is enabled.
A closing sequence is identified even without a trailing whitespace.
Steps to Reproduce
Input # foo# or ## Steps to Reproduce
default.mov
The whitespace appears when the next character is entered.
Software Versions
Markdown Mode: 2.6-alpha
Emacs: GNU Emacs 28.2
OS: macOS Ventura 13.3.1 (a)
Additional Details
The issue occurs due to the definition of markdown-regex-header.
Changes were introduced to align with the implementation of Markdown.pl as per this commit: 26e3937
While the behavior of the whitespace following the opening sequence was modified with this commit: 58ba6a3, the behavior of the whitespace preceding the closing sequence was not altered.
The text was updated successfully, but these errors were encountered:
kuranari
changed the title
Faulty recognition of Closing Sequence in Atx Headers
Faulty recognition of closing sequence in atx headers
Jul 20, 2023
Expected Behavior
markdown-hide-markup
is enabled.Actual Behavior
Steps to Reproduce
Input
# foo#
or## Steps to Reproduce
default.mov
The whitespace appears when the next character is entered.
Software Versions
Additional Details
The issue occurs due to the definition of
markdown-regex-header
.Changes were introduced to align with the implementation of Markdown.pl as per this commit: 26e3937
While the behavior of the whitespace following the opening sequence was modified with this commit: 58ba6a3, the behavior of the whitespace preceding the closing sequence was not altered.
The text was updated successfully, but these errors were encountered: