UNPKG

284 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 */
7
8module.exports = {
9 HTML: "html",
10 LINK: "link",
11 IMAGE: "image",
12 FOOTNOTE_REF: "footnote-ref",
13 MATH: "math",
14 TEMPLATE: "template",
15 EMOJI: "emoji"
16};
\No newline at end of file