danestves / markdown-render-a11y-emojis

Return markdown text with accesible emojis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to markdown-render-a11y-emojis πŸ‘‹

Version License: MIT Twitter: danestves

Return markdown text with accesible emojis

Install

npm install markdown-render-a11y-emojis

Usage

// ES5
const markdownEmojiParser = require("markdown-render-a11y-emojis");
// Or in ES6
import markdownEmojiParser from "markdown-render-a11y-emojis";

const markdown = "# Hi this is my title h1 πŸ˜…";
markdownEmojiParser(markdown);

// It will render to
// # Hi this is my title h1 <span role="img" aria-label="grinning face with sweat">πŸ˜…</span>

Author

πŸ‘€ Daniel Esteves

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2020 Daniel Esteves.
This project is MIT licensed.


This README was generated with ❀️ by readme-md-generator

About

Return markdown text with accesible emojis

License:MIT License


Languages

Language:TypeScript 100.0%