This program modifies markdown files to:
- add table of contents to the head of your file (and ignoring Hugo's frontmatter if it exists)
- generate a footer with all (non-image) links from your file
- modify existing titles to titlecase format
The changes are put into a file called "processed" in the same directory, so the original files should be untouched. Vitally, you should backup your files to another directory first if you are unsure or modifying important files with this program.
Before and after conversion:
The process of manual review (can disable)
Get the MDLL.zip:
- Place .exe in the same directory as markdown files (optional but easier)
- In terminal run the .exe
- Follow prompts
options:
-h, --help show this help message and exit
--path [PATH] Path to a markdown file or a directory to process.
--no-links Do not parse and reformat links as footnotes.
--no-titlecase Do not convert headings to title case.
--no-interactive Disable interactive mode for title case corrections.
--no-toc Do not generate a Table of Contents at the beginning of the document.