CLI tool to convert existing Markdown files into Micron format to use in Nomad Network nodes
Find a file
Flux 49e1da7620
Add maintenance notice and recommend md2txt
Updated README to indicate package is no longer maintained and recommend using md2txt.
2025-10-20 22:36:16 +03:00
.gitignore Initial commit 2023-05-14 00:15:31 +03:00
__init__.py outsourced mistune stuff 2023-05-16 21:36:23 +03:00
LICENSE Initial commit 2023-05-14 00:15:31 +03:00
markdown.md init 2023-05-14 00:25:43 +03:00
md2mu.py outsourced mistune stuff 2023-05-16 21:36:23 +03:00
micron.mu underlines + cleanup 2023-05-16 17:09:26 +03:00
micron.py outsourced mistune stuff 2023-05-16 21:36:23 +03:00
README.md Add maintenance notice and recommend md2txt 2025-10-20 22:36:16 +03:00
underlined.py outsourced mistune stuff 2023-05-16 21:36:23 +03:00

Note

This package is not maintained anymore. To convert markdown to micron is recommended to use the much more versatile follow-up CLI md2txt with the micron renderer.

md2mu

Simple CLI tool to convert existing Markdown files into Micron format to use in Nomad Network nodes

Installation:

pip install mistune

Usage:

$ python3 md2mu.py markdown.md micron.mu
usage: md2mu.py [-h] [md_file] [mu_file]

Converts a Markdown file to Micron format

positional arguments:
  md_file     Markdown formatted source file
  mu_file     Micron formatted destination file

options:
  -h, --help  show this help message and exit