Alexander Kachkaev
Alexander Kachkaev
It may be caused by some exception in a promise that's hard to track. It'd be great if I could share a small git repo that reproduces the behaviour, that...
Not sure. This could be to do with Windows 7 though. Do you have an opportunity to try your code on the other os?
Thanks @robwalton! It'd be great if you could add a failing test first, then fix the implementation and finally make sure that the new test passes. This will help us...
You can start tests by running `npm run test` in a new Terminal tab. You can also try `npm run test --watch` if you want to run the tests continiously....
I added `:` as a synonym of `=` in https://github.com/shd101wyy/mume/commit/4898f1f1b077a725b0fa26f3830a06db51448357 after noticing its use in [TOC](https://shd101wyy.github.io/markdown-preview-enhanced/#/toc?id=configuration) (see first screenshot). I'm happy to remove `:` as a synonym to `=` but...
@robwalton feel free to roll back https://github.com/shd101wyy/mume/commit/4898f1f1b077a725b0fa26f3830a06db51448357 and add a test for you case to make sure we don't break it in future. It'd be great to remove any mentioning...
The reason why I added `:` as a synonym for `=` in https://github.com/shd101wyy/mume/commit/4898f1f1b077a725b0fa26f3830a06db51448357 was because I saw `:` in the docs (screenshot 1 on [TOC page](https://shd101wyy.github.io/markdown-preview-enhanced/#/toc?id=configuration) in particular). Give that...
@shd101wyy that should be done by @robwalton in shd101wyy/markdown-preview-enhanced#48. The PR LGTM – feel free to review it too and merge.
@shd101wyy it'd be great if you could look at https://github.com/shd101wyy/mume/pull/48 as well as two other PRs from me and cut a new release 🎉
When does it occur? What do you have in the file you are trying to preview?