File: control

package info (click to toggle)
mkdocs-material-extensions 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 208 kB
  • sloc: python: 310; sh: 17; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download
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
Source: mkdocs-material-extensions
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
Build-Depends-Indep:
 dh-sequence-python3,
 mkdocs-material,
 pybuild-plugin-pyproject,
 python3-bs4 <!nocheck>,
 python3-hatchling,
 python3-markdown <!nocheck>, 
 python3-pymdownx <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-material-extensions
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-material-extensions.git
Homepage: https://github.com/facelessuser/mkdocs-material-extensions

Package: mkdocs-material-extensions
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Markdown extension resources for MkDocs for Material
 This package is an extension pack for Python Markdown.
 .
 MkDocs Material provides numerous icons from Material, FontAwesome, and
 Octicons, but it does so by inlining the SVG icons into the source.
 Currently there is no easy way access these icons and arbitrarily insert
 them into Markdown content. Users must include the icon fonts themselves
 and do it with HTML.
 .
 This module allows you to use PyMdown Extensions' Emoji extension to enable
 easy insertion of MkDocs Material's SVG assets using simple :emoji-syntax:.
 This is done by creating a own emoji index and emoji generator. The custom
 index provides a modified version of the Emoji extensions Twemoji index.