commonmark-java
commonmark-java copied to clipboard
#255 handle dangling pipes
Hey, thanks for looking into this. Looking at what GitHub does (which we're trying to mirror with the extension), it renders this:
Abc|Def
---|---
1|2
|
Like this:
Abc | Def |
---|---|
1 | 2 |
See how |
is not actually part of the table anymore? Can you come up with a fix that handles it the same way?
Hey @jk1 just checking in, have you seen my comment?
Looked at it myself, the fix is a bit more involved, will raise a PR soon.
PR: https://github.com/commonmark/commonmark-java/pull/268
Hi @robinst thank you for the followup. I have seen the your comment back then, but didn't manage to implement what's requested. Things got wild really fast and was forced to flee my home country. Thanks a ton for getting back to this and providing a proper fix.
Hey! I'm so sorry to hear that, I can't imagine what that must be like. Hope things are looking better now.