Skip to content

Resolve "Markdown footnotes don't render when inside a table..."

What does this MR do?

A bug in cmark caused footnotes not to be processed inside table cells. This now works in 0.28.3.gfm.16 and commonmarker v0.17.13.

So this should now work properly the following markdown:

A footnote in a paragraph[^1]

| Column1   | Column2 |
| --------- | ------- |
| foot [^1] | note    |

[^1]: a footnote

What are the relevant issue numbers?

Closes #51200 (closed)

Does this MR meet the acceptance criteria?

Edited by Brett Walker

Merge request reports