Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MathML tutorial #19467

Merged
merged 20 commits into from
Sep 5, 2022
Merged

Add MathML tutorial #19467

merged 20 commits into from
Sep 5, 2022

Commits on Aug 12, 2022

  1. Add MathML tutorial

    An introduction to basic MathML constructions, using similar structure
    as the lessons for HTML, CSS and JavaScript. This only introduces the
    "first steps" module but more advanced topics may be added in the
    future.
    fred-wang committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    76b1447 View commit details
    Browse the repository at this point in the history
  2. fix typo with sub/supp

    fred-wang committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a21c0b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f459b8c View commit details
    Browse the repository at this point in the history
  4. for x in $(find files/en-us/learn/mathml/first_steps -name *.png); do…

    … yarn filecheck "$x" --save-compression; done
    fred-wang committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b973607 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. format files

    Josh-Cena committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    5e879bb View commit details
    Browse the repository at this point in the history
  2. Don't introduce the display/inline term which are specific to LaTeX /…

    … math typesetting, but not mentioned in MathML and confusing with MathML display attribute CSS block/inline. Intead just say whether the <math> has a display="block" attribute or not. Also add an initial note about CSS math-style.
    fred-wang committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    1693c66 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Update files/en-us/learn/mathml/first_steps/index.md

    Co-authored-by: Ruth John <[email protected]>
    fred-wang and Rumyra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2e80f53 View commit details
    Browse the repository at this point in the history
  2. Update files/en-us/learn/mathml/first_steps/index.md

    Co-authored-by: Ruth John <[email protected]>
    fred-wang and Rumyra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9021d56 View commit details
    Browse the repository at this point in the history
  3. Update files/en-us/learn/mathml/first_steps/index.md

    Co-authored-by: Ruth John <[email protected]>
    fred-wang and Rumyra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    81e8938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f476433 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f20f428 View commit details
    Browse the repository at this point in the history
  6. Update files/en-us/learn/mathml/index.md

    Co-authored-by: Ruth John <[email protected]>
    fred-wang and Rumyra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d077f59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    119694f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49be55d View commit details
    Browse the repository at this point in the history
  9. Update files/en-us/learn/mathml/first_steps/index.md

    Co-authored-by: Ruth John <[email protected]>
    fred-wang and Rumyra committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5eba1aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2aad4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f14109 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8515468 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8bc218 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    b08811e View commit details
    Browse the repository at this point in the history