mirror of https://github.com/requarks/wiki
parent
edd11cd73f
commit
0755c538ed
@ -1,9 +1,14 @@
|
||||
// const twemoji = require('twemoji')
|
||||
|
||||
// ------------------------------------
|
||||
// HTML - Twemoji
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
init ($, conf) {
|
||||
|
||||
init (input, conf) {
|
||||
// TODO: Must limit to text nodes only (exclude code blocks, already processed emojis, etc.)
|
||||
//
|
||||
// return twemoji.parse(input)
|
||||
return input
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue