# 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