markdown-mode 2.5-1 source package in Ubuntu

Changelog

markdown-mode (2.5-1) unstable; urgency=medium

  * New upstream release
  * Bug fix: "Please import upstream version 2.5", thanks to Nicholas D
    Steeves (Closes: #1009219).

 -- David Bremner <email address hidden>  Tue, 17 May 2022 08:51:02 -0300

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
markdown-mode_2.5-1.dsc 2.1 KiB 62e99db0036aa6ab69760fc70779ee020465da66e01a9421f51a25a1edd0057e
markdown-mode_2.5.orig.tar.gz 213.2 KiB 188964f604ac04728dc3cbb188b91f1b385d818f583a9930f4c8f781fe9e7e58
markdown-mode_2.5-1.debian.tar.xz 4.8 KiB 965bcf6d92278c79c8d338840e59746fe0fbdf98bec2abc887c648a0148d5a93

Available diffs

No changes file available.

Binary packages built by this source

elpa-markdown-mode: mode for editing Markdown-formatted text files in GNU Emacs

 The mode provides syntax highlighting, and keyboard shortcuts for editing,
 compiling, and previewing Markdown. It has general support for various
 markdown flavours, supports Markdown 1.0 and CommonMark, and includes a
 special GFM (Github Flavoured Markdown) major mode.
 .
 Out of the box, markdown-mode will use markdown, discount, or
 libtext-markdown-perl for HTML preview and export by calling
 /usr/bin/markdown. Please note that they produce slightly different
 results (eg: apostrophes exported as " ' " vs " ’ "), and they may
 handle digressions from the CommonMark specification in different
 ways—for example in what is identified as a sublist rather than a
 subsequent list item.
 .
 If "defcustom markdown-command" is customised it can also be made to
 work with pandoc, libtext-multimarkdown-perl, or python3-markdown.
 Using pandoc will also unlock various other configuration options.
 See README.md and customize-mode for details.