mirror of
https://github.com/randogoth/md2mu.git
synced 2025-11-23 07:59:07 +00:00
CLI tool to convert existing Markdown files into Micron format to use in Nomad Network nodes
|
|
||
|---|---|---|
| .gitignore | ||
| __init__.py | ||
| LICENSE | ||
| markdown.md | ||
| md2mu.py | ||
| micron.mu | ||
| micron.py | ||
| README.md | ||
| underlined.py | ||
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
micronrenderer.
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