// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`bodyToHtml feature_latex_maths should not mangle code blocks 1`] = `"

hello

$\\xi$

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 should generate big emoji for an emoji-only reply to a message 1`] = ` 🥰 `;