[ 
https://issues.apache.org/jira/browse/SLING-7776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542694#comment-16542694
 ] 

Konrad Windszus edited comment on SLING-7776 at 7/13/18 8:52 AM:
-----------------------------------------------------------------

There is at least one table which is now broken in 
{{/documentation/the-sling-engine/request-parameters.html}}. This may be 
related to the pegdown -> flexmark change under the hood.

Table header separations like this don't work in the new version
{code}
| -- | -- |
{code}
but they work if each cell consists of at least 3 consecutive hyphens e.g.
{code}
| --- | --- |
{code}

That is also in line with Github's Table specification at 
https://help.github.com/articles/organizing-information-with-tables/
{quote}
There must be at least three hyphens in each column of the header row.
{quote}


was (Author: kwin):
There is at least one table which is now broken in 
/documentation/the-sling-engine/request-parameters.html. This may be related to 
the pegdown -> flexmark change under the hood.

Table header separations like this don't work in the new version
{code}
| -- | -- |
{code}
but they work if they contain of at least 3 consecutive hyphens e.g.
{code}
| --- | --- |
{code}

That is also in line with Github's Table specification at 
https://help.github.com/articles/organizing-information-with-tables/
{quote}
There must be at least three hyphens in each column of the header row.
{quote}

> Upgrade to latest jbake version
> -------------------------------
>
>                 Key: SLING-7776
>                 URL: https://issues.apache.org/jira/browse/SLING-7776
>             Project: Sling
>          Issue Type: Improvement
>          Components: Site
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>
> The JBake version currently being used is pretty old. Especially the 
> migration from pegdown to flexmark as MD parser 
> (https://github.com/jbake-org/jbake/issues/327) is interesting.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to