Skip to content

Render math expressions in the Content Editor

Enrique Alcántara requested to merge 338274-inline-katex into master

What does this MR do and why?

This MR implements support for displaying and editing inline Math expressions in the Content Editor.

Screenshots or screen recordings

Screen_Shot_2021-10-13_at_3.21.20_PM

2021-10-13_15.22.07

How to set up and validate locally

  • Open a project or group Wiki
  • Edit or create a new Page
  • Click the "Use the new editor" option.
  • Type an inline math expression following the guidelines in GitLab Markdown
  • You should see the math expression rendered as the screenshot above indicate.
  • If you save the changes in the Wiki page, the Markdown generated by the editor should be correct.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #338274 (closed)

Edited by Enrique Alcántara

Merge request reports