Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an HTML reporter based on the element hierarchy. #143

Closed
wants to merge 1 commit into from
Closed

Add an HTML reporter based on the element hierarchy. #143

wants to merge 1 commit into from

Commits on Sep 12, 2014

  1. Add an HTML reporter based on the element hierarchy.

    The default HTML reporter of Jnario creates HTML pages with a specific
    style associated to each type of specification element (fact,
    description, etc).
    
    This commit adds an extension of this reporter, which is generating the
    HTML pages by using only the depth of the elements in the specification
    (not the type of the element).
    
    Additionnally, this new reporter replaces any occurrence of "@outline"
    or "<!-- OUTPUT OUTLINE -->" by a computed outline from the top level
    elements in the specification.
    
    The new reporter replaces several HTML tags in the specification by the
    correct HTML code in the generated pages. For example,
    "<note>text<note>" permits to put a note paragraph with the appropriate
    icon.
    gallandarakhneorg committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    67a049a View commit details
    Browse the repository at this point in the history