Skip to content

Fix History paragraphs formatting #87

@otagi

Description

@otagi

The History section in the About page does not format its paragraphs correctly:

capture d ecran 2018-08-06 a 15 30 47

This is due to newlines in the HAML source. HAML is indentation-sensitive (unlike raw HTML), so these newlines are interpreted as new paragraphs.

Each paragraph content should be typed in 1 line, without newlines. Or use special HAML escape characters if you really want to break the lines in the source code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions