Dana Hipolite created JSPWIKI-914: ------------------------------------- Summary: 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
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)