md-footer

Crates.iomd-footer
lib.rsmd-footer
version0.1.1
sourcesrc
created_at2021-09-19 03:36:20.743316
updated_at2021-09-19 03:36:20.743316
descriptionGenerate markdown footer links
homepagehttps://github.com/sayanarijit/md-footer
repositoryhttps://github.com/sayanarijit/md-footer
max_upload_size
id453468
size6,002
Arijit Basu (sayanarijit)

documentation

README

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.

Commit count: 10

cargo fmt