Avoid formatting with line breaks in the examples because it's confusing to me

This commit is contained in:
Tessa Kelly 2020-02-18 10:38:22 -08:00
parent ea9c27b81e
commit b26acd6df3

View File

@ -21,11 +21,12 @@ example =
, content =
let
longerBody =
"""Be on the lookout for a new and improved assignment
creation form! Soon, you'll be able to easily see a summary
of the content you're assigning, as well as an estimate for
how long the assignment will take.
"""
[ "Be on the lookout for a new and improved assignment"
, "creation form! Soon, you'll be able to easily see a summary"
, "of the content you're assigning, as well as an estimate for"
, "how long the assignment will take."
]
|> String.join " "
in
[ Text.caption [ Html.text "NOTE: When using these styles, please read the documentation in the Elm module about \"Understanding spacing\"" ]
, Heading.h2 [ Heading.style Heading.Top ] [ Html.text "Paragraph styles" ]