Skip to content

Add missing GLFM support in single editor live preview

Chaoyue Zhao requested to merge 454913-preview-markdown-breaking-equations into master

What does this MR do and why?

GLM features, specifically math equations, diagrams and charts are not rendered properly in single editor live preview. This fixes that and resolves #454913 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
graph_before graph_after
math_before math_after

How to set up and validate locally

  1. Create a markdown file. Here is the one I use that has all the GLFM.
  2. Open the file in single-edit mode.
  3. Click the "Preview" tab at the top of the editor and see the everything renders properly.

Related to #454913 (closed)

Edited by Chaoyue Zhao

Merge request reports