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

Link within angle brackets was corrupted by table colspan `||` #48

Closed jeffreytse closed 3 years ago

jeffreytse commented 3 years ago

Added two urls within angle brackets to make them as links. It works fine at a normal single cell. While it cannot be turned successfully for a url before the || colspan symbol. Here is the test case:

| Row 4      | <https://www.google.com>    |                              |
|^^          |^^ <https://www.youtube.com> |                              |
| Row 5      | <https://www.google.com>                                  ||

The third url can not be turned into a hyperlink.

image