1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: markdown-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
Xiyue Deng <manphiz@gmail.com>,
Standards-Version: 4.7.2
Build-Depends:
debhelper-compat (= 13),
dh-elpa,
discount <!nocheck>,
git <!nocheck>,
pandoc <!nocheck>,
Rules-Requires-Root: no
Homepage: https://jblevins.org/projects/markdown-mode/
Vcs-Git: https://salsa.debian.org/emacsen-team/markdown-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/markdown-mode
Testsuite: autopkgtest-pkg-elpa
Package: elpa-markdown-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends:
discount | libtext-markdown-perl | markdown,
Suggests:
elpa-imenu-list,
libtext-multimarkdown-perl,
pandoc,
python3-markdown,
Enhances: emacs
Description: 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.
|