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
|
Source: markdown-toc-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-elpa
, elpa-el-mock
, elpa-s
, elpa-dash
, elpa-markdown-mode
, elpa-mocker
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/markdown-toc-el
Vcs-Git: https://salsa.debian.org/emacsen-team/markdown-toc-el.git
Homepage: https://github.com/ardumont/markdown-toc
Testsuite: autopkgtest-pkg-elpa
Package: elpa-markdown-toc
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: Emacs TOC (table of contents) generator for markdown files
Markdown-toc is a simple Emacs addon that parses a Markdown buffer
and creates a handy table of contents. It can also refresh an
existing TOC to reflect updates to the body of the document. When
writing a standalone markdown document, when one cannot rely on
external tools, rely on markdown-toc. It provides greater control
over output levels and headings than Pandoc's --toc.
|