jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
626 stars 67 forks source link

table processor destroys a div table rendering #9

Closed SebastienAndreo closed 3 years ago

SebastienAndreo commented 4 years ago

An example is better than long words, I have attached the jekyll project demonstrating the bug.

In this about.md, I include a jekyll component '_includes/team.html' which generating some div Table. If you deactivate the table processor in '_config.yml', everything is fine if you reactivate it you will see the rendering is corrupt. testspaceship.zip

jeffreytse commented 4 years ago

Hi @SebastienAndreo

Thanks for your project to demonstrate the bug. As you said, an example is better than long words, now this bug is addressed and it's a parsing issue of the cell content.

Thanks with regards.