Skip to content

markdown-mode v2.8

Latest

Choose a tag to compare

@syohex syohex released this 08 Mar 09:32
· 6 commits to master since this release
f5d520b

Markdown Mode 2.8

  • Breaking changes:

    • GNU Emacs 28.1 or later is required.
    • Default value of markdown-asymmetric-header is t GH-910
  • New Features:

    • Introduce markdown-yank-dnd-method what action to perform on the dropped files
      like org-mode.
    • Add .mdx to auto-mode-alist GH-930
  • Bug fixes:

    • markdown-export should not output stderr content to output file
    • Hide wikilink markup as part of markdown-toggle-markup-hiding GH-847
    • Angle URL fontify issue which was introduced by GH-861 GH-895
    • Fix list item bound calculation when tab indentation is used GH-904
    • Fix markdown-heading-at-point at the end of line GH-912
    • Catch an exception when scan-sexp fails GH-917
    • markdown-link-at-pos should decode both control characters and spaces GH-921
    • markdown-table-align now aligns centered cells
    • Fix highlightings of inline code or bold in strike-through GH-926
    • Fix fence code block highlighting that uses more than 3 backticks GH-933
  • Improvements:

    • Support drag and drop features on Windows and multiple files' drag and drop
    • Added cmark and cmark-gfm to the markdown command list.
    • Disable imenu-submenus-on-top by default GH-882
    • Add $%*+/<=>_|&' to the markdown-mode syntax table as punctuation.
    • Preserve the cursor position when entering and exiting markdown-edit-code-block.