You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Dana Hipolite (JIRA)" <ji...@apache.org> on 2015/08/31 20:31:45 UTC

[jira] [Created] (JSPWIKI-914) Columns not constructed from markdown's inline CSS %%columns ... /% - haddock template

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)