Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
/ md2mu Public archive

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

License

Notifications You must be signed in to change notification settings

randogoth/md2mu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks