goessner / mdmath

LaTeX Math for Markdown inside of Visual Studio Code.
MIT License
751 stars 56 forks source link

mdmath plugin is not working #33

Closed lmatt-bit closed 7 years ago

lmatt-bit commented 7 years ago

Summary

image

Related links

Environment

     Operating system: windows 10
       VSCode version: 1.15.1
Markdown+Math version: 2.0.3
lmatt-bit commented 7 years ago

so does on linux with same version of vscode & mdmath.

goessner commented 7 years ago

Hmm ... I am not able to reproduce this with windows 10 ...

grafik

can you copy the markdown source for this to here .. ?

Thanks

lmatt-bit commented 7 years ago

Here it is, you need to rename the issue.txt to issue.md. issue.txt

lmatt-bit commented 7 years ago

image

Include all configuration in above image.

goessner commented 7 years ago

Thanks .. I will have a look into this ..

goessner commented 7 years ago

..Not sure if it will work .. but you may have some luck with new Version 2.0.5

lmatt-bit commented 7 years ago

:( Version 2.0.5 is not working. but if i remove the "##abc", then it's working. image

image

goessner commented 7 years ago

somehow mysterious as it worked at me (see above).

thanks

lmatt-bit commented 7 years ago
  1. insert blank is still not working
  2. green snake is the result of markdownlint
goessner commented 7 years ago

Hmm .. have you tried to deactivate 'markdownlint' ?

lmatt-bit commented 7 years ago

still not working...

image

goessner commented 7 years ago

.. and again .. just to be sure .. if you remove the heading ## abc it works .. ?

grafik

is in the status bar on the right side something like here .. ?

lmatt-bit commented 7 years ago

yes. not only the ## abc, but also the space line before the $$a=b$$.

image

image

lmatt-bit commented 7 years ago

any suggestion?

goessner commented 7 years ago

unfortunately I won't be able to do anything here for the next two weeks. Will come back to you then.

In fact .. I need to find some way to reproduce this then.

thanks

btw: what is the little triangle right of 'untitled-1'. And have you saved it under a file name with extension *.md ?

lmatt-bit commented 7 years ago

Thanks for your response, it's a good plugin and i used version 1.0+ a lot , but it's not working for me after version 2.0 . I also tested the plugin on linux, mac and windows 10, none are working.

Yes, It's not saved, but there is no difference whether the file is saved or not.

goessner commented 7 years ago

what's this in the middle ?

grafik

lmatt-bit commented 7 years ago

Action to "Run Code", it could be the "Code Runner" plugin.

goessner commented 7 years ago

so please .. just to eliminate possible side effects .. deactivate all other plugins ..

lmatt-bit commented 7 years ago

You are correct. There is conflict with WakaTime plugin. Once i deactivate it, the mdmath plugin is working. Do you have any suggestions on how to make them working together?

goessner commented 7 years ago

Great detection ... please do me a favor and raise an issue there with reference to this issue.

Explicitely ask, if they do anything with the 'dollars' in markdown documents.

Thanks