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

Link within angle brackets was corrupted by table rowspan `^^` #47

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 after the ^^ symbol. Here is the test case:

| **Windows Application**                                                   ||
| -------------------- | --------------------------------------------------- |
| Application / Softs  | Download links / Webpages                           |
| jekyll-spaceship     | <https://github.com/jeffreytse/jekyll-spaceship>    |
| ^^                   | ^^ <https://github.com/jeffreytse/jekyll-spaceship> |

The second url can not be turned into a hyperlink.

image

longavailable commented 3 years ago

Thank you for your quick response. Works perfectly!