markdown-mode
markdown-mode copied to clipboard
Add support for LaTeX enviroments
Expected Behavior
If the user enables mixed-pitch-mode (https://gitlab.com/jabranham/mixed-pitch), it's expected that the latex enviroments were fontified in fixed-font
Actual Behavior
However, right now, there are fontified in variable-font
Steps to Reproduce
- Enable
mixed-pitch-modeformarkdown-mode - Just open a markdown file with some latex environment.
Backtrace
Looking at the text properties, the issue is markdown-mode confuses the latex environment with italics.
Software Versions
- Markdown Mode: 2.6-alpha
- Emacs: 29.1
- OS: MacOS
I have the same issue.