diff --git a/src/GraphControl/Control/Equation.cpp b/src/GraphControl/Control/Equation.cpp index 4e49c89d1..959543cf3 100644 --- a/src/GraphControl/Control/Equation.cpp +++ b/src/GraphControl/Control/Equation.cpp @@ -9,6 +9,7 @@ using namespace Windows::UI::Xaml; namespace GraphControl { + // Remove mml: formatting specific to RichEditBox control, which is not understood by the graph engine. static constexpr wstring_view s_mathPrefix = L"mml:"; DependencyProperty^ Equation::s_expressionProperty;