mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 18:24:04 +03:00
Avoid formatting with line breaks in the examples because it's confusing to me
This commit is contained in:
parent
ea9c27b81e
commit
b26acd6df3
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user