jrblevin/markdown-mode

Add support for LaTeX enviroments

maikol-solis opened this issue · 1 comments

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

image

Actual Behavior

However, right now, there are fontified in variable-font

image

Steps to Reproduce

  1. Enable mixed-pitch-mode for markdown-mode
  2. 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.

image

Software Versions

  • Markdown Mode: 2.6-alpha
  • Emacs: 29.1
  • OS: MacOS

I have the same issue.