// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`bodyToHtml does not mistake characters in text presentation mode for emoji 1`] = `
↔ ❗︎
`;
exports[`bodyToHtml feature_latex_maths should not mangle code blocks 1`] = `"
hello
$\\xi$
world
"`;
exports[`bodyToHtml feature_latex_maths should not mangle divs 1`] = `"hello
world
"`;
exports[`bodyToHtml feature_latex_maths should render block katex 1`] = `"hello
ξworld
"`;
exports[`bodyToHtml feature_latex_maths should render inline katex 1`] = `"hello ξ world"`;
exports[`bodyToNode generates big emoji for emoji made of multiple characters 1`] = `
👨👩👧👦
↔️
🇮🇸
`;
exports[`bodyToNode should generate big emoji for an emoji-only reply to a message 1`] = `
🥰
`;
exports[`bodyToNode should handle inline media when mediaIsVisible is false 1`] = `
foo Hello there
`;
exports[`bodyToNode should handle inline media when mediaIsVisible is true 1`] = `
foo Hello there
`;