Markdown

From Wiki at Neela Nurseries
Revision as of 16:59, 10 February 2026 by Ted (talk | contribs) (Add notes on mdformat installation)
Jump to navigation Jump to search

Markdown auto-formatting tools mdformat:

link to mdformat tool documentation:

2026-02-10 - Possible common localhost set up

A localhost can have multiple Python virtual environments. If a common way of using mdformat is desired it may make sense to create a `venv` in the localhost user's home directory, and to then install mdformat as follows:

 1022  python3 -m venv .venv
 1023  source ./.venv/bin/activate
 1025  pip install pipx
 1026  pipx install mdformat
 1027  pipx inject mdformat mdformat-gfm
 1028  history