mdsplit icon indicating copy to clipboard operation
mdsplit copied to clipboard

mdsplit is a python command line tool to split Markdown files into chapters at a given heading level

Results 3 mdsplit issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

help wanted