aboutsummaryrefslogtreecommitdiff
path: root/node_modules/markdown-it-emoji/lib/render.js
blob: 78b5528aecb5d7819454f002442f2fdaed29cfce (plain)
1
2
3
4
5
'use strict';

module.exports = function emoji_html(tokens, idx /*, options, env */) {
  return tokens[idx].content;
};