mdformat 0.7.22-1 source package in Ubuntu

Changelog

mdformat (0.7.22-1) unstable; urgency=medium

  * new upstream release

 -- Antoine Beaupré <email address hidden>  Mon, 03 Feb 2025 10:32:36 -0500

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
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mdformat_0.7.22-1.dsc 1.4 KiB 793d669895d33a257bf4a251583ade187e100610cdb182d8595ba9ed69a0cf88
mdformat_0.7.22.orig.tar.gz 91.9 KiB 0342e4e6a2e85af28552d1e90473229ed9047f63e4ca7d72149e8bab4fe7883e
mdformat_0.7.22-1.debian.tar.xz 2.5 KiB f4a25cbf26c4070babc869a522f3dac26694431862b1edd94edb940764b6fde6

Available diffs

No changes file available.

Binary packages built by this source

mdformat: CommonMark compliant Markdown formatter

 Mdformat is an opinionated Markdown formatter that can be used to
 enforce a consistent style in Markdown files.
 .
 Mdformat is a Unix-style command-line tool as well as a Python
 library.
 .
 The features/opinions of the formatter include:
 .
  * Consistent indentation and whitespace across the board
  * Always use ATX style headings
  * Move all link references to the bottom of the document (sorted by
    label)
  * Reformat indented code blocks as fenced code blocks
  * Use 1. as the ordered list marker if possible, also for noninitial
    list items