md-footer 0.1.1

Generate markdown footer links
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 2 items with examples
  • Size
  • Source code size: 5.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 118.91 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • sayanarijit/md-footer
    11 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sayanarijit

WIP

Generate markdown footer links.

Example:

- [md-footer]https://github.com/sayanarijit/md-footer
- `[ignoreme](https://link.to.ignore)`

[![xplr](https://s3.gifyu.com/images/xplr-0.5.0.gif)](https://github.com/sayanarijit/xplr)

Will convert into

- [md-footer][1]
- `[ignoreme](https://link.to.ignore)`

[![xplr][2]][3]


[1]:https://github.com/sayanarijit/md-footer
[2]:https://s3.gifyu.com/images/xplr-0.5.0.gif
[3]:https://github.com/sayanarijit/xplr

Usage:

cat /path/fo/file.md | md-footer

# or

md-footer /path/to/file.md

It was used to generate footer links for the xplr book.