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
606 stars 63 forks source link

TableProcessor and asterisks * #41

Open zedzedzed opened 3 years ago

zedzedzed commented 3 years ago

Hiya

Just like to report that the TableProcessor is not treating asterisks (*) that appear within table cells the same as native Kramdown (eg when TableProcessor has been disabled). You can see with the following markdown code:

heading 1 | heading 2
--- | ---
one | * item 1
two | \* item 2
three | \\* item 3

Expected outcome (without TableProcessor):

kramdown

With TableProcessor enabled:

tableprocessor

You can see that all rows are different to what they should be when TableProcessor has been disabled.

Running Jekyll 4.2.0 and Jekyll-Spaceship 0.9.7. Let me know if you need any further details.

Thanks

jeffreytse commented 3 years ago

Hi @zedzedzed

:+1: Thanks for your reporting. I will work on this issue and any update I will reply here.

Thanks and regards