mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-06 06:48:32 +00:00
fix line breaks
This commit is contained in:
parent
6d705f17b6
commit
2469dd6f44
@ -27,7 +27,9 @@ specific to a certain parser.
|
|||||||
## HTML Elements
|
## HTML Elements
|
||||||
Markdown is a superset of HTML, so any HTML file is valid Markdown.
|
Markdown is a superset of HTML, so any HTML file is valid Markdown.
|
||||||
```markdown
|
```markdown
|
||||||
<!--This means we can use HTML elements in Markdown, such as the comment element, and they won't be affected by a markdown parser. However, if you create an HTML element in your markdown file, you cannot use markdown syntax within that element's contents.-->
|
<!--This means we can use HTML elements in Markdown, such as the comment element,
|
||||||
|
and they won't be affected by a markdown parser. However, if you create an HTML element
|
||||||
|
in your markdown file, you cannot use markdown syntax within that element's contents.-->
|
||||||
```
|
```
|
||||||
|
|
||||||
## Headings
|
## Headings
|
||||||
|
Loading…
Reference in New Issue
Block a user