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

Maths support (MSC2191) #2133

Merged
merged 7 commits into from
Dec 31, 2021
Merged

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    78b870c View commit details
    Browse the repository at this point in the history
  2. Render maths with respect to data-mx-maths

    (matrix-org/matrix-spec-proposals#2191)
    
    Firstly, this implements a commonmark-java plugin which is solely used to parse
    LaTeX input in the composer box, so that they can be rendered into
    `<span data-mx-maths=...>fallback</span>` and `<div
    data-mx-maths=...>fallback</div>` for inline and display maths
    respectively in the sent message.
    
    Secondly, received messages of this form are pre-processed by a simple
    regex into a form which markwon (which performs the rendering) expects.
    NickHu committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    20821fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c45a69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2262cd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf1a938 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a498be View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

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