Skip to content

Show LaTeX math expressions in haddockToMarkdown #4658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

webdevred
Copy link

  • Replace fallback messages with raw LaTeX math expressions using $...$ and $$...$$.
  • This lets editors display the original math content even if they don't render LaTeX.
  • No sanitization is performed, raw LaTeX is output as-is.
  • Related to Documentation popup: \mathcal not resolved/formatted? #201

@webdevred webdevred requested a review from wz1000 as a code owner July 13, 2025 09:50
- Replace fallback messages with raw LaTeX math expressions using $...$ and $$...$$.
- This lets editors display the original math content even if they don't render LaTeX.
- No sanitization is performed, raw LaTeX is output as-is.
@webdevred webdevred force-pushed the support-math-expressions branch from 73c076b to b6bc7b8 Compare July 13, 2025 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant