Update definitions to the version of entities used in the org-mode in the docker container.
This commit is contained in:
@@ -26,7 +26,7 @@ pub(crate) const DEFAULT_ORG_LINK_PARAMETERS: [&'static str; 23] = [
|
||||
"elisp",
|
||||
];
|
||||
|
||||
pub(crate) const DEFAULT_ORG_ENTITIES: [EntityDefinition<'static>; 413] = [
|
||||
pub(crate) const DEFAULT_ORG_ENTITIES: [EntityDefinition<'static>; 414] = [
|
||||
EntityDefinition {name: "Agrave", latex_math_mode: false, latex: "\\`{A}", html: "À", ascii: "A", utf8: "À"},
|
||||
EntityDefinition {name: "agrave", latex_math_mode: false, latex: "\\`{a}", html: "à", ascii: "a", utf8: "à"},
|
||||
EntityDefinition {name: "Aacute", latex_math_mode: false, latex: "\\'{A}", html: "Á", ascii: "A", utf8: "Á"},
|
||||
@@ -195,8 +195,10 @@ EntityDefinition {name: "circ", latex_math_mode: false, latex: "\\^{}", html: "&
|
||||
EntityDefinition {name: "vert", latex_math_mode: true, latex: "\\vert{}", html: "|", ascii: "|", utf8: "|"},
|
||||
EntityDefinition {name: "vbar", latex_math_mode: false, latex: "|", html: "|", ascii: "|", utf8: "|"},
|
||||
EntityDefinition {name: "brvbar", latex_math_mode: false, latex: "\\textbrokenbar{}", html: "¦", ascii: "|", utf8: "¦"},
|
||||
EntityDefinition {name: "S", latex_math_mode: false, latex: "\\S", html: "§", ascii: "paragraph", utf8: "§"},
|
||||
EntityDefinition {name: "sect", latex_math_mode: false, latex: "\\S", html: "§", ascii: "paragraph", utf8: "§"},
|
||||
EntityDefinition {name: "S", latex_math_mode: false, latex: "\\S", html: "§", ascii: "section", utf8: "§"},
|
||||
EntityDefinition {name: "sect", latex_math_mode: false, latex: "\\S", html: "§", ascii: "section", utf8: "§"},
|
||||
EntityDefinition {name: "P", latex_math_mode: false, latex: "\\P{}", html: "¶", ascii: "paragraph", utf8: "¶"},
|
||||
EntityDefinition {name: "para", latex_math_mode: false, latex: "\\P{}", html: "¶", ascii: "paragraph", utf8: "¶"},
|
||||
EntityDefinition {name: "amp", latex_math_mode: false, latex: "\\&", html: "&", ascii: "&", utf8: "&"},
|
||||
EntityDefinition {name: "lt", latex_math_mode: false, latex: "\\textless{}", html: "<", ascii: "<", utf8: "<"},
|
||||
EntityDefinition {name: "gt", latex_math_mode: false, latex: "\\textgreater{}", html: ">", ascii: ">", utf8: ">"},
|
||||
@@ -395,7 +397,6 @@ EntityDefinition {name: "oplus", latex_math_mode: true, latex: "\\oplus", html:
|
||||
EntityDefinition {name: "otimes", latex_math_mode: true, latex: "\\otimes", html: "⊗", ascii: "[circled times]", utf8: "⊗"},
|
||||
EntityDefinition {name: "check", latex_math_mode: true, latex: "\\checkmark", html: "✓", ascii: "[checkmark]", utf8: "✓"},
|
||||
EntityDefinition {name: "checkmark", latex_math_mode: true, latex: "\\checkmark", html: "✓", ascii: "[checkmark]", utf8: "✓"},
|
||||
EntityDefinition {name: "para", latex_math_mode: false, latex: "\\P{}", html: "¶", ascii: "[pilcrow]", utf8: "¶"},
|
||||
EntityDefinition {name: "ordf", latex_math_mode: false, latex: "\\textordfeminine{}", html: "ª", ascii: "_a_", utf8: "ª"},
|
||||
EntityDefinition {name: "ordm", latex_math_mode: false, latex: "\\textordmasculine{}", html: "º", ascii: "_o_", utf8: "º"},
|
||||
EntityDefinition {name: "cedil", latex_math_mode: false, latex: "\\c{}", html: "¸", ascii: "[cedilla]", utf8: "¸"},
|
||||
@@ -439,5 +440,4 @@ EntityDefinition {name: "_ ", latex_math_mode: false, latex: "\\h
|
||||
EntityDefinition {name: "_ ", latex_math_mode: false, latex: "\\hspace*{8.5em}", html: "                 ", ascii: " ", utf8: " "},
|
||||
EntityDefinition {name: "_ ", latex_math_mode: false, latex: "\\hspace*{9.0em}", html: "                  ", ascii: " ", utf8: " "},
|
||||
EntityDefinition {name: "_ ", latex_math_mode: false, latex: "\\hspace*{9.5em}", html: "                   ", ascii: " ", utf8: " "},
|
||||
EntityDefinition {name: "_ ", latex_math_mode: false, latex: "\\hspace*{10.0em}", html: "                    ", ascii: " ", utf8: " "}
|
||||
];
|
||||
EntityDefinition {name: "_ ", latex_math_mode: false, latex: "\\hspace*{10.0em}", html: "                    ", ascii: " ", utf8: " "} ];
|
||||
|
||||
Reference in New Issue
Block a user