You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I wrap the nested <span> and <table> in a single <div>, it works as expected:
Initially I thought this must've been an issue with Jekyll's markdown parsers. See these issues for more information and more cases of odd/wrong behavior:
But then I tested those gems directly, and they didn't produce the problems. Eventually I narrowed down the problem to just jekyll-spaceship. If I have it on, this breaks.
Here's a minimal reproducible example. If you comment out the spaceship plugin in the gemfile, it works.
Here's the code that causes the issue:
The result:
If I wrap the nested
<span>
and<table>
in a single<div>
, it works as expected:Initially I thought this must've been an issue with Jekyll's markdown parsers. See these issues for more information and more cases of odd/wrong behavior:
gettalong/kramdown#803
kramdown/parser-gfm#39
But then I tested those gems directly, and they didn't produce the problems. Eventually I narrowed down the problem to just jekyll-spaceship. If I have it on, this breaks.
Here's a minimal reproducible example. If you comment out the spaceship plugin in the gemfile, it works.
minimal-reproduction.zip
The text was updated successfully, but these errors were encountered: