| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| markdown-mode v2.5.tar.gz | 2022-02-11 | 218.4 kB | |
| markdown-mode v2.5.zip | 2022-02-11 | 233.1 kB | |
| README.md | 2022-02-11 | 8.4 kB | |
| Totals: 3 Items | 459.8 kB | 0 | |
-
Breaking changes:
markdown-dosupports following link GH-666 This changes behavior ofmarkdown-doat table
-
New features:
- Introduce
markdown-mouse-follow-linkvariable GH-290 - Option to define a
markdown-link-make-text-functionfunction to automatically define a default link text before prompting the user. - Option to inhibit the prompt for a tooltip text via
markdown-disable-tooltip-prompt. - Introduce
markdown-ordered-list-enumerationvariable GH-587 - Search wiki link under project
- Add
markdown-insert-foldable-blockfunction GH-598 - Add
markdown-table-align-pflag GH-625 Control table alignment after table operation - Support highlighting syntax like Obsidian, Quilt. GH-652
- Introduce
-
Improvements:
- Correct indirect buffer's indentation in
markdown-edit-code-blockGH-375 - Cleanup test code
- Strip query parameters from local file name at displaying inline images GH-511
- Improve forward/backward sentences which are wrapped markup characters GH-517
- Improve fontification for nested meta data GH-476
markdown-cycleaccepts universal-argument like org-cycle GH-530- Improve mode check for derived modes GH-532
- Improve for file which contains many comments GH-536
- Improve for file which contains many pre blocks GH-512
- Enable flyspell check at yaml metadataGH-560
- Clean up Makefile
- Support to display local image with percent encoding file path
- Add ability to resize inline image display (
markdown-toggle-inline-images) without Imagemagick installed in the computer (emulating Org Mode) - Support including braces around the language specification in GFM code blocks
- Improve
markdown-insert-{bold,italic}when region starts with spacesGH-613 - Disable buffer-read-only if possible when markdown-mode is called GH-622
- Generate the
deffacevia a macro rather than a function. - Memoize
markdown--first-displayableto avoid performance problems. - Allow the use of
add-functiononmarkdown-table-at-point-p-function. - Comment out redundant bindings and use the more standard
RETname forC-m. - Give
markdown-table-at-point-p-functiona non-nil default. Simplifymarkdown-table-at-point-paccordingly. - Auto set
sh-shellwhenmarkdown-edit-code-blockenter indirect buffer withsh-mode - Add value check and avoid raising the exception at
markdown-edit-code-blockGH-663 - Add NonGNU ELPA badge to README and website
- Support plus/negative(also Unicode minus sign) exponent in super script GH-346
- Correct indirect buffer's indentation in
-
Bug fixes:
- Fix issue with
nilbeing returned frommarkdown-imenu-create-nested-index[GH-578][] - Fix remaining flyspell overlay in code block or comment issue GH-311
- Fix inline URL regular expression which starts/ends with spaces GH-514
- Fix GFM italic fontification for one character GH-524
- Fix
markdown-table-forward-cellat last column issue GH-522 - Fix GFM bold fontification with underscore issue GH-525
- Fix wrong fontification words between strong markups GH-534
- Fix wrong italic fontification just after code block GH-548
- Fix too indended list face issue GH-569
- Fix creating imenu index issue when there is no level-1 header tooGH-571
- Fix highlighting consecutive HTML commentsGH-584
- Fix
markdown-follow-thing-at-pointfailing on subdir search GH-590 - Fix
markdown-table-backward-cellso it always goes back a single cell - Fix
markdown-table-alignto detect delimiters surrounded by spaces - Fix customization for
markdown-mouse-follow-linkandmarkdown-table-align-p - Fix accessing locations beyond
point-maxinmarkdown-syntax-propertize - Set
syntax-propertize-extend-region-functionsbuffer-locally instead of globally - Modify only the buffer-local part of
syntax-propertize-extend-region-functions. - Fix list highlighting issue in code block GH-631
- Fix exception when inserting code block at end of buffer GH-634
- Fix table operations when table column contains escaped vertical bars GH-635
- Fix issue that executing
markdown-table-sort-linesvia menu-bar with older Emacs(< 28) GH-641 - Fix wrong markdown table command issue in menu GH-639
- Fix table conversion issue GH-639
- Fix fill paragraph issue with setext heading GH-638
- Fix line break highlighting issue at end of buffer GH-621
- Fix URL highlighting which contains comma or parentheis GH-649
- Fix eldoc function issue with
markdown-toggle-url-hidingGH-674 Thanks to Ta Quang Trung for a patch - Fix
markdown-enable-mathexception issue GH-676 - Fix
markdown-marginalize-headersrendering in tty mode GH-677 - Fix table and list fontification GH-680
- Fix invalid code block highlighting GH-684
- Fix issue with