Closed tais9 closed 1 year ago
Marp cli 2.5.0
Windows
It seems like twemoji.base is not working. Other options like shortcode and unicode work well. For instance, consider the following config file,
options: emoji: shortcode: ‘twemoji’ unicode: false twemoji: base: ‘/twemoji/assets/‘
The generated html file still has jsDeliver link instead of the specified base option.
The generated slide deck should have twemojis with the specified base.
Marp’s recently changed default base (jsDeliver) is used.
No response
Good catch. A following test is obviously wrong 😭
https://github.com/marp-team/marp-core/blob/da3cfbd75cebb84f85b86c79bc541327b2b3aa22/test/marp.ts#L176-L182
Version of Marp Tool
Marp cli 2.5.0
Operating System
Windows
Environment
How to reproduce
It seems like twemoji.base is not working. Other options like shortcode and unicode work well.
For instance, consider the following config file,
options: emoji: shortcode: ‘twemoji’ unicode: false twemoji: base: ‘/twemoji/assets/‘
The generated html file still has jsDeliver link instead of the specified base option.
Expected behavior
The generated slide deck should have twemojis with the specified base.
Actual behavior
Marp’s recently changed default base (jsDeliver) is used.
Additional information
No response