jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
875 stars 160 forks source link

Add support for LaTeX enviroments #798

Open maikol-solis opened 9 months ago

maikol-solis commented 9 months ago

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

maikol-solis commented 3 months ago

I have the same issue.