Skip to content

Warn about inline math limitation in markdown.md

What does this MR do and why?

This MR adds documentation for a known limitation of inline math rendering. A maximum of 50 instances of inline math will be rendered. Subsequent instances will be rendered as text. See #368009 (closed).

As the issue above is inactive, I assume this is expected behaviour. It should be documented to avoid people who need a lot of inline math from using GLFM.

Screenshots or screen recordings

The issue referenced above describes a minimal reproduction scenario.

How to set up and validate locally

The issue referenced above describes a minimal reproduction scenario:

  1. In a Wiki page, repeat $`A^2`$ 60 times in one line.
  2. First 50 will be seen as formula and last 10 as text.

MR acceptance checklist

I stay at your disposal to improve formulation / layout of warning.

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

Edited by Marcin Sedlak-Jakubowski

Merge request reports