mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Make the world a better place by placing closing /> on a new line (#9699)
This commit is contained in:
committed by
Sebastian Markbåge
parent
92a57bd920
commit
685a0934a4
@@ -21,7 +21,8 @@ class MarkdownEditor extends React.Component {
|
||||
<h3>Input</h3>
|
||||
<textarea
|
||||
onChange={this.handleChange}
|
||||
defaultValue={this.state.value} />
|
||||
defaultValue={this.state.value}
|
||||
/>
|
||||
<h3>Output</h3>
|
||||
<div
|
||||
className="content"
|
||||
|
||||
Reference in New Issue
Block a user