shawnfunke
shawnfunke
What I found so far is that the issue comes from the `makehtml.stripLinkDefinitions` sub-parser [^1]. [^1]: https://github.com/showdownjs/showdown/blob/develop/src/subParsers/makehtml/stripLinkDefinitions.js#L9 For the input of the example it matches ` C1 | C2 `...
Hi @MarketingPip, The tests are located in `test/functional/makehtml/cases/features/tables/...`, the provided Markdown file is rendered and compared with the corresponding HTML file. I can't think of any specific cases that aren't...
@MarketingPip, if this pull request gets merged I don't mind looking into your issue further and proving a fix for it. But i'll wait for now since I don't want...
@MarketingPip, don't worry you're good, I don't mind at all. It'd be great if third-party contributions would be accepted again.
Hey, is there any update for this? I've looked into this issue as well, the provided implementation here also makes the workaround below obsolete, this code snippet is not required...
Closes #51
Sure, done!
@oliverchang I thought about the version verification as well already, for now I've added a check to ensure it's version `1`. This isn't optimal since the error the user sees...
We re-compile packages for internal usages, but fail for the [`prometheus-windows-exporter.install`](https://github.com/andrewmostello/prometheus-windows-exporter.install) package since it contains environment variables. We'd like to prevent to fork and change affected packages whenever possible. For...
@pauby is there any chance of it being addresses in the near future?