fix: remove end of line chars after code blocks (#41498)

This commit is contained in:
Randell Dawson
2021-03-16 08:49:43 -06:00
committed by GitHub
parent 843eb81632
commit d2f4b70ea6
4 changed files with 17 additions and 6 deletions

View File

@ -13,7 +13,9 @@ Placeholder text is what is displayed in your `input` element before your user h
You can create placeholder text like so:
`<input type="text" placeholder="this is placeholder text">`
```html
<input type="text" placeholder="this is placeholder text">
```
**Note:** Remember that `input` elements are self-closing.