Tony Brix
Tony Brix
It would be great to get something in the pipeline to measure performance. We tried that at one point but it wasn't reliable when run in GitHub actions. PRs are...
What are you using to produce those flame graphs?
Ya we could bench each test individually to see which ones are slowest relative to other packages.
This could work. We would have to get the tests working to run an accurate benchmark against master.
This is probably something we should remove in the future but it is in version control so people can use it with a script tag. ```html ```
jsdelivr can use the [github repo](https://www.jsdelivr.com/?docs=gh) or npm package. We could deprecate building in the repo and only allow the npm package.
@SHxKM check out https://github.com/markedjs/marked/issues/1562#issuecomment-551269829 to find some code that should work to add footnotes.
@splch If you want to implement this it would probably be accepted now. It would be better if GitHub would add it to the [GFM spec](https://github.github.com/gfm/) so we could know...
Ya it seems like there are a lot of errors with it since they don't specify what happens in edge cases.
that url seems to work just fine in an image. [demo](https://marked.js.org/demo/?outputType=html&text=!%5Bimage%5D(http%3A%2F%2Fserver%2Fapi%2Fread%2F%3Fpath%3Ddomain.com%2Fimages%2F167424.jpg)&options=%7B%0A%20%22baseUrl%22%3A%20null%2C%0A%20%22breaks%22%3A%20false%2C%0A%20%22gfm%22%3A%20true%2C%0A%20%22headerIds%22%3A%20true%2C%0A%20%22headerPrefix%22%3A%20%22%22%2C%0A%20%22highlight%22%3A%20null%2C%0A%20%22langPrefix%22%3A%20%22language-%22%2C%0A%20%22mangle%22%3A%20true%2C%0A%20%22pedantic%22%3A%20false%2C%0A%20%22sanitize%22%3A%20false%2C%0A%20%22sanitizer%22%3A%20null%2C%0A%20%22silent%22%3A%20false%2C%0A%20%22smartLists%22%3A%20false%2C%0A%20%22smartypants%22%3A%20false%2C%0A%20%22xhtml%22%3A%20false%0A%7D&version=master) Could you share some markdown that isn't working?