Just a simple command line app to convert Markdown files into different formats.
- HTML
- DOCX
- TXT
If you type mdconv.exe --help
you can read its usage manual:
NAME MdConv.exe - an app to convert md files into different formats. USAGE mdconv.exe --md <markdown-file> --title <html-title> mdconv.exe --md <markdown-file> --title <html-title> --output <output-format> mdconv.exe --help mdconv.exe --version mdconv.exe --license OPTIONS -m <md-file>, --md=<md-file> Path to the Markdonw file to be converted into the specified format. Default format is HTML. -t <title>, --title=<html-title> Option required for HTML format. Represents the title of the page. -o <output-file-format>,... read more
Anderson Paschoalon
Experienced software developer specializing in C/C++, embedded systems, and desktop applications. Master's degree holder and researcher with a focus on network technologies. Enthusiast Deep Learning and Game Modding.
MdConv
Just a simple command line app to convert Markdown files into different formats.
- HTML
- DOCX
- TXT
If you type mdconv.exe --help
you can read its usage manual:
NAME
MdConv.exe - an app to convert md files into different formats.
USAGE
mdconv.exe --md <markdown-file> --title <html-title>
mdconv.exe --md <markdown-file> --title <html-title> --output <output-format>
mdconv.exe --help
mdconv.exe --version
mdconv.exe --license
OPTIONS
-m <md-file>, --md=<md-file>
Path to the Markdonw file to be converted into the specified format.
Default format is HTML.
-t <title>, --title=<html-title>
Option required for HTML format. Represents the title of the page.
-o <output-file-format>, --output=<output-file-format>
Output file format. If it is not specified, or an invalid format is used, HTML is assumed.
Valid formats: html, docx, pdf, txt
-h, --help
Prints this help manual.
-l, --license:
Prints application license.
-v, --version:
Prints application version
Credits
-
Application developed by Anderson Paschoalon
-
Python packages used can be found at requirements.txt
-
App icon downloaded at https://icon-icons.com/pt/icone/markdown-aqui-logo/169967