Stefan Goessner

Results 37 comments of Stefan Goessner

It may be a bug. Due to time restrictions this has to wait several weeks ... sorry.

I implemented [markdown-it-texmath](https://github.com/goessner/markdown-it-texmath) intentionally as a standalone plugin for `markdown-it-texmath` usable with `node.js` and in browsers. So if it serves the needs of you and your users ... go ahead...

Hmm ... I am totally happy with my `mdmath` vscode extension, so it doesn't need to work together with your extension from my point of view. I only make an...

Yes ... please try to add doxygen delimiters to the delimiters array in https://github.com/goessner/markdown-it-texmath I will come back to markdown-it-texmath and mdmath in two weeks at the earliest. thanks

Ahh ... I see. In fact I need to update mdmath to current markdown-it-texmath version. This will take same time beside other actions. What you can try to do is...

I need to have a deeper look into that ... may take some time ... thanx

... help requested with publishing to open-VSX ... ok, I should have read above comment more carefully, thanks.

The most simple way here would be to use `eval` ... but it's evil. I also would like to have normal strings in JSON data and interprete them like template...

This defect can be reproduced well. It should have been gone with Version 0.3.8, as it is resolved by using the html `base` element. ```html ... ... ``` Then every...

hmm ... I'm afraid it's not what we finally want, as document local links do not work now. Interesting discussion here ... https://stackoverflow.com/questions/1889076/what-are-the-recommendations-for-html-base-tag/46539210#46539210 I think this solution might be more...