quarto-web icon indicating copy to clipboard operation
quarto-web copied to clipboard

docs(markdown-basics.qmd): add display math requirement

Open mcanouil opened this issue 8 months ago • 2 comments

This pull request adds a note to the Markdown authoring documentation to clarify the rules for display math delimiters.

This is an important requirement that I think should be clearly stated as it is on Pandoc. https://pandoc.org/MANUAL.html#extension-tex_math_dollars

Documentation update:

  • docs/authoring/markdown-basics.qmd: Added a callout note explaining that there should be no blank lines between the opening and closing $$ delimiters in display math.

mcanouil avatar May 02 '25 21:05 mcanouil

Thanks, this is a good idea. I wonder if we should have a special callout type in this page for syntax gotchas.

cscheid avatar May 05 '25 13:05 cscheid

🚀 Deployed on https://deploy-preview-1651.quarto.org

github-actions[bot] avatar May 05 '25 14:05 github-actions[bot]