UNPKG

283 BJavaScriptView Raw
1"use strict";
2
3/**
4 * Map of all inline node types. Inline nodes can only contain inline or text nodes.
5 * @type {Map}
6 */
7module.exports = {
8 HTML: "html",
9 LINK: "link",
10 IMAGE: "image",
11 FOOTNOTE_REF: "footnote-ref",
12 MATH: "math",
13 TEMPLATE: "template",
14 EMOJI: "emoji"
15};
\No newline at end of file