From d9c9bd889c799438d103a481499ece521b84f313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Wed, 24 Aug 2022 18:37:07 +0200 Subject: [PATCH] chore(macros/LearnSidebar): add MathML tutorial #6953 See: https://github.com/mdn/content/pull/19467 --- kumascript/macros/LearnSidebar.ejs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/kumascript/macros/LearnSidebar.ejs b/kumascript/macros/LearnSidebar.ejs index 7ca0dfc5a1a8..411390442702 100644 --- a/kumascript/macros/LearnSidebar.ejs +++ b/kumascript/macros/LearnSidebar.ejs @@ -168,6 +168,11 @@ var text = mdn.localStringMap({ 'Accessible_multimedia' : 'Accessible multimedia', 'Mobile_accessibility' : 'Mobile accessibility', 'Assessment_Accessibility_troubleshooting' : 'Assessment: Accessibility troubleshooting', + 'MathML_Writing_mathematics' : 'MathML — Writing mathematics with MathML', + 'MathML_first_steps': 'MathML first steps', + 'MathML_first_steps_overview': 'MathML first steps overview', + 'Getting_started_with_MathML': 'Getting started with MathML', + 'Assessment_Three_famous_mathematical_formulas': 'Assessment: Three famous mathematical formulas', 'Tools_and_testing' : 'Tools and testing', 'Cross_browser_testing' : 'Cross browser testing', 'Cross_browser_testing_overview' : 'Cross browser testing overview', @@ -1871,6 +1876,17 @@ var text = mdn.localStringMap({ +
  • <%=text['MathML_Writing_mathematics']%>
  • +
  • +
    > + <%=text['MathML_first_steps']%> +
      +
    1. <%=text['MathML_first_steps_overview']%>
    2. +
    3. <%=text['Getting_started_with_MathML']%>
    4. +
    5. <%=text['Assessment_Three_famous_mathematical_formulas']%>
    6. +
    +
    +
  • <%=text['Tools_and_testing']%>
  • >