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
I am using Jekyll-spaceship v0.10.2 and have noticed strange behaviour with the table-processor.
Given the test document below, the fourth table is messed up after the cell with a hyperlink. All other tables display correctly.
---
title: test
---
## Table 1 - No escape, no links
| Id | Col 1 | Col 2 | Col 3 |
|----------
| 1 | Won't | Must | Can't |
| 2 | Can't | Won't | Must |
| 3 | Must | Won't | Can't |
## Table 2 - With escape, no links
| Id | Col 1 | Col 2 | Col 3 |
|----------
| 1 | Won\'t | Must | Can\'t |
| 2 | Can\'t | Won\'t | Must |
| 3 | Must | Won\'t | Can\'t |
## Table 3 - No escape, with links
| Id | Col 1 | Col 2 | Col 3 |
|----------
| 1 | Won't | Must | Can't |
| [2](/test) | Can't | Won't | Must |
| 3 | Must | Won't | Can't |
## Table 4 - With escape, with links
| Id | Col 1 | Col 2 | Col 3 |
|----------
| 1 | Won\'t | Must | Can\'t |
| [2](/test) | Can\'t | Won\'t | Must |
| 3 | Must | Won\'t | Can\'t |
The text was updated successfully, but these errors were encountered:
mattjlewis
changed the title
Problem with single quote in table with hyperlinks
Problem with escaped single quote in table with hyperlinks
Nov 24, 2023
I am using Jekyll-spaceship v0.10.2 and have noticed strange behaviour with the table-processor.
Given the test document below, the fourth table is messed up after the cell with a hyperlink. All other tables display correctly.
The text was updated successfully, but these errors were encountered: