-
Notifications
You must be signed in to change notification settings - Fork 50k
Closed
Description
Not sure the best place to put this issue, but it'd be good to have optional newline support built into the JSX compiler.
Here's an example:
render: function () {
return (
<Markdown preserveWhitespace="true">
# Hi whitespace is important in this tag
Please add an option to keep all my spaces!
</Markdown>
)
}I see this as giving developers more power to create better elements.
Metadata
Metadata
Assignees
Labels
No labels