Ika
Ika
FYI, I just published a new version with a bugfix for [multiline plain end position](https://github.com/ikatyang/yaml-unist-parser/pull/30).
Updating the parser should fix the issue ([ref](https://github.com/mohsen1/astexplorer/pull/1/commits/724222e9cb1613cba1df2c1601461a5139874996)).
We currently do not support exact type testing and I think it may be hard to use since the type display is not stable (Microsoft/TypeScript#17944). If all of your tests...
Sorry, I don't understand what did you mean. Can you elaborate?
The shortcode (e.g., `:smile:`) is a GitHub-specific feature, which may not be supported there, but simply copying the emoji character (e.g., 😄) should work almost everywhere.
Hi, I'm not sure what did you mean by "couldn't see" and it seems the flag emojis on my [README](https://github.com/ikatyang/emoji-cheat-sheet#flags) still works, I guess you'll probably need to contact GitHub...
I'm not sure what did you mean but all the emojis available on GitHub should be in this cheat sheet.
Hi, this cheat sheet is automatically generated from [GitHub Emoji API](https://api.github.com/emojis) and [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com). You can add a `console.log(JSON.stringify(emoji_table))` [here](https://github.com/ikatyang/emoji-cheat-sheet/blob/a6a6f4578702067510a40a9ca12a91da484cc718/src/create-cheat-sheet.ts#L74) and execute the script (`npm run generate`) to get...
You need to add this line to Line 73 before running the `generate` script: ```js console.log(JSON.stringify(emoji_table, null, 2)); ``` https://github.com/ikatyang/emoji-cheat-sheet/blob/88eddff08ef35b382cb0e8b10d76f1bf7fbaa86d/src/create-cheat-sheet.ts#L73-L74 Then run `npm run --silent generate > emoji-table.json`, the output...
I guess [`gemoji`](https://github.com/wooorm/gemoji/blob/master/index.json) should be what you're looking for, you can combine the two to generate the desired json.