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

Conversation

gallandarakhneorg
Copy link

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 "" by a computed outline from the top level
elements in the specification. This is related to the issue #125.

The new reporter replaces several HTML tags in the specification by the
correct HTML code in the generated pages. For example,
"text" permits to put a note paragraph with the appropriate
icon.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant