mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Fixed "<br />" example tag by showing it as code (#2411)
This commit is contained in:
parent
5bebeff0c3
commit
529bf540e0
@ -96,7 +96,7 @@ I'm still in paragraph 2 too!
|
|||||||
I'm in paragraph three!
|
I'm in paragraph three!
|
||||||
```
|
```
|
||||||
|
|
||||||
Should you ever want to insert an HTML <br /> tag, you can end a paragraph
|
Should you ever want to insert an HTML `<br />` tag, you can end a paragraph
|
||||||
with two or more spaces and then begin a new paragraph.
|
with two or more spaces and then begin a new paragraph.
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
@ -147,7 +147,7 @@ Ordered lists are done with a number followed by a period.
|
|||||||
3. Item three
|
3. Item three
|
||||||
```
|
```
|
||||||
|
|
||||||
You don't even have to label the items correctly and markdown will still
|
You don't even have to label the items correctly and Markdown will still
|
||||||
render the numbers in order, but this may not be a good idea.
|
render the numbers in order, but this may not be a good idea.
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user