element-android/matrix-sdk-android
Nick Hu 20821fbe80
Render maths with respect to data-mx-maths
(https://github.com/matrix-org/matrix-doc/pull/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.
2021-09-24 13:50:42 +01:00
..
src Render maths with respect to data-mx-maths 2021-09-24 13:50:42 +01:00
.gitignore first commit 2018-10-03 17:58:12 +02:00
build.gradle Merge pull request #4071 from vector-im/tools/adm/connected_tests 2021-09-24 09:53:04 +02:00
proguard-rules.pro Remove dependency to org.greenrobot.eventbus library 2021-01-05 18:56:24 +01:00