mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 18:24:39 +02:00
fix line breaks
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user