simo
simo
Thanks for the tip @jleed :+1:
Just pushed a new version, check out the readme. Example here http://simov.github.io/simplr-smoothscroll/examples/example-02.html
I'm not exactly sure, here is my [gulpfile](https://gist.github.com/simov/69422cdb134c2862b16d). I'm using the latest version of everything. Here is my test file: ``` js #!/usr/bin/env node import {install} from 'source-map-support' install() if...
@laggingreflex can you paste your gulpfile here?
@laggingreflex thanks for your config, but I get the exact same wrong line number with it. Using gulp@4 [email protected] and the test file from my second comment from above.
Thanks for the feedback. The underlying compilers that this extension is using are trying to be compliant with the CommonMark spec. Most likely that syntax is not part of it,...
Have a look at this issue https://github.com/simov/markdown-viewer/issues/232
Generally yes, but I will have to take a look.
You have to use this syntax instead: ```markdown ![foo]() ``` though to be fair I did not know that either, I just looked it up on the internet https://superuser.com/a/1517072/250714
I was able to reproduce it, though fixing this would be up to the maintainers of the underlying parsers - [markdown-it], [marked] and [remark] that the extension ships with. It...