mkdocs-material-extensions 1.3.1-1 source package in Ubuntu

Changelog

mkdocs-material-extensions (1.3.1-1) unstable; urgency=medium

  * [bf2f2fd] d/watch: Add compression type gz
  * [55efcbf] New upstream version 1.3.1
  * [da6e6f2] Rebuild patch queue from patch-queue branch
    Refresh the existing patches.

 -- Carsten Schoenert <email address hidden>  Thu, 23 Nov 2023 11:58:33 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mkdocs-material-extensions_1.3.1-1.dsc 2.5 KiB b9b095c31f93df4e7e8bb6902d82b2dbb67c961a6235b5560e31a1ea75622098
mkdocs-material-extensions_1.3.1.orig.tar.gz 12.3 KiB 4fa815e52132fe461308e5d74ccad534074376a6c8463306d618d3c7bc9db10f
mkdocs-material-extensions_1.3.1-1.debian.tar.xz 5.1 KiB 7b988fa4ed6bac0b67354be1b45ddc2c9e58595ebe8453912e56356f5cb0a550

Available diffs

No changes file available.

Binary packages built by this source

mkdocs-material-extensions: 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.