Tony Brix
Tony Brix
@styfle @joshbruce @calculuschild @davisjam Any objections to this? I think it will help allow a whole new type of async extensions for marked without any breaking changes. The only down...
What do you think about adding a `parseAsync` function to return the promise? I know Jasmine ran into an issue when adding async expect where people would forget to await...
After working on the `parseAsync` way it looks like that will require some other small tradeoffs so we can change it in the future if it is needed. For now...
> quadruples each time the input size doubles isn't that still considered linear time? Quadratic would be if it was n^2 right?
You are right, I was thinking of exponential (2^n)
There was a security issue with backticks in links as shown in #1493 and fixed in #1515 Released in v0.7.0
Of course! PRs are always welcome.
You will most likely have to change the regex for links in [rules.js](https://github.com/markedjs/marked/blob/master/src/rules.js#L168) and update the link tokenizer in [Tokenizer.js](https://github.com/markedjs/marked/blob/master/src/Tokenizer.js#L439). If you have any questions about anything feel free to...
[`test/specs/new`](https://github.com/markedjs/marked/tree/master/test/specs/new) is where you will need to add tests.
Development of [atom-languageclient](https://www.npmjs.com/package/atom-languageclient) has officially moved to https://github.com/atom-ide-community/atom-languageclient 🎉 If this is still an issue please consider opening an issue on that repo.