Very simple tool which is converting to MWeb to Markdown format tool.
- Ruby
- simple migrate to MWeb to markdown
- Change image path in markdown file.
$ ./mweb2md.rb --help
-l, --mweb-lib-path=MWEBLIBPATH MWeb Library Path
-s, --src-article=FILENAME target markdown file
-d, --dest-article-dir=DIR directory mweb format to general markdown
$ mweb2md -l mweb_library_path -s source_dir/markdownfile -d dest_dir
The following is typical cli example.
p./mweb2md.rb -l ~/Lib/MWebLibrary/docs -s 15024616520518.md -d ./test/test01/
TBD
MIT