[
https://issues.apache.org/jira/browse/JSPWIKI-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
brushed resolved JSPWIKI-914.
-----------------------------
Resolution: Not A Problem
> Columns not constructed from markdown's inline CSS %%columns ... /% -
> haddock template
> ---------------------------------------------------------------------------------------
>
> Key: JSPWIKI-914
> URL: https://issues.apache.org/jira/browse/JSPWIKI-914
> Project: JSPWiki
> Issue Type: Bug
> Components: Templates and UI
> Affects Versions: 2.10.1
> Reporter: Dana Hipolite
> Priority: Minor
> Labels: javascript
> Attachments: ColumnTesterPage.txt,
> Columns&Tables_DefaultTemplate.PNG, Columns&Tables_ExpectedHaddockLook.PNG,
> Columns&Tables_HaddockTemplate.PNG
>
>
> Using the Haddock template, the multi-column inline CSS produces page
> sections instead of the expected columns.
> Inspecting the HTML/CSS in the web browser shows that the markdown `----`
> inside the inline CSS is interpreted as a horizontal ruler `<hr>` instead of
> a column divider. Meaning the tag `<div class="col"> ... </div>` is not
> generated.
> A quick inspection of the script `haddock.js` showed there were mismatched
> number of opening/closing braces - (), {}, & []. Maybe this could be the
> culprit behind the issue?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)