mdsplit
mdsplit copied to clipboard
mdsplit is a python command line tool to split Markdown files into chapters at a given heading level
If one heading is very long, the software will fail due to OSError in linux. Traceback (most recent call last): File "mdsplit", line 8, in sys.exit(main()) ^^^^^^ File "mdsplit.py", line...
The CLI interface of mdsplit is really neat, but for some use cases I'd really need a python library version of it: - rewrite relative image links in the split...
It would be great if mdsplit could also fix markdown cross-references like `[text](#target)` (where target is a link to an internal heading) if link and target are no longer in...