// Jest Snapshot v1, https://goo.gl/fbAQLP 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

ξ\\xi

world

"`; exports[`bodyToHtml feature_latex_maths should render inline katex 1`] = `"hello ξ\\xi world"`; exports[`bodyToHtml generates big emoji for emoji made of multiple characters 1`] = ` 👨‍👩‍👧‍👦 ↔️ 🇮🇸 `; exports[`bodyToHtml should generate big emoji for an emoji-only reply to a message 1`] = ` 🥰 `;