From 54717f3768aeecf5150da321d61e2ab1d1f941cc Mon Sep 17 00:00:00 2001 From: Pepe Rivera Date: Mon, 23 Sep 2019 11:49:56 -0700 Subject: [PATCH] Add comment Co-Authored-By: Stephanie Anderl <46726333+sanderl@users.noreply.github.com> --- src/GraphControl/Control/Equation.cpp | 1 + 1 file changed, 1 insertion(+) 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;