6 lines
120 B
JavaScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
'use strict';
module.exports = function emoji_html(tokens, idx /*, options, env */) {
return tokens[idx].content;
};