Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docute-emojify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docute-emojify - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGELOG.md

4

package.json
{
"name": "docute-emojify",
"version": "0.1.0",
"description": "Docute plugin for supporting GitHub style emoji within Markdown.",
"version": "0.1.1",
"description": "Docute plugin for supporting emoji aliases within Markdown.",
"keywords": [

@@ -6,0 +6,0 @@ "docute",

@@ -5,3 +5,3 @@ # docute-emojify

[Docute](https://docute.js.org) plugin for supporting GitHub style emoji aliases within Markdown. Requires Docute >=2.9.
[Docute](https://docute.js.org) plugin for supporting emoji aliases within Markdown.

@@ -25,2 +25,4 @@ ## Installation

This plugin requires Docute >=2.9.
## Usage

@@ -35,3 +37,3 @@ Emoji aliases will be replaced with their respective Unicode characters within your Markdown documents. For instance,

> This is **Markdown** with 💯 emoji support 👌
> This is **Markdown** with 💯 emoji support 👌

@@ -55,2 +57,16 @@ All emoji aliases are scraped from the [gemoji](https://github.com/github/gemoji) repository.

This allows you to replace `:hundo:` with 💯 and `:thunking:` or `:thonk:` with 🤔.
This will replace `:hundo:` with 💯 and `:thunking:` or `:thonk:` with 🤔.
### Blacklisting Aliases
Aliases may be blacklisted by providing an array of aliases as the `blacklist` option.
```js
docuteEmojify({
blacklist: [
'100',
'+1',
],
});
```
Now `:100:` and `:+1` will render as typed rather than as an emoji character.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc