mdbook-emojis

Crates.iomdbook-emojis
lib.rsmdbook-emojis
version0.1.2
sourcesrc
created_at2021-08-10 00:24:13.29739
updated_at2021-08-10 00:31:56.042001
descriptionAn mdBook preprocessor that reads from stdin, replaces emoji shortcodes with code points, and outputs to stdout.
homepage
repositoryhttps://lab.allmende.io/yala/mdbook-emojis
max_upload_size
id434022
size21,333
jon r (almereyda)

documentation

README

mdbook-emojis

This crate reads a text from and replaces occurrencies of emoji shortcodes (description codes) with the appropriate code point.

Usage

You can use this package on the command line:

cargo install mdbook-emojis
wget https://gist.github.com/rxaviers/7360908/raw/0c0f6869d780ce6d8958ada4f82a8b798bac98e5/gistfile1.md -O gist:7360908.md
cat gist:7360908.md | mdbook-emojis

Author

  • Jon Richter

License

This work is released under the terms of the Mozilla Public License Version 2.0 (MPL-2.0).

Please see LICENSE file for details.

Copyright

© 2021

Commit count: 0

cargo fmt