math2001 / MarkdownLivePreview

A Sublime Text 3 plugin to preview your markdown as you type
https://math2001.github.io/MarkdownLivePreview
MIT License
304 stars 37 forks source link

In the ``` env text after < is not showed #78

Closed pgimalac closed 4 years ago

pgimalac commented 5 years ago

For example when typing

#import <stdio.h>
int main (){
  printf("Hello World !");
  return 0;
}

The doesn't display.

math2001 commented 4 years ago

It works now with v3 :slightly_smiling_face: