polymode / poly-markdown

Polymode for markdown-mode
20 stars 10 forks source link

Raw blocks in pandoc markdown #16

Open anghyflawn opened 4 years ago

anghyflawn commented 4 years ago

Pandoc markdown supports 'raw' blocks like this:

```{=latex} LaTeX code here ```

This is not picked up by polymode-markdown (whereas ```{latex} is). I expect this can be fixed in the regex for the head matcher, but I'm afraid my elisp-fu wasn't up to this.

VladimirAlexiev commented 11 months ago

@anghyflawn fixed by https://github.com/polymode/poly-markdown/issues/22 ?