-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix indented markdown in html (#2052)
Co-authored-by: Tony Brix <[email protected]>
- Loading branch information
1 parent
f79f678
commit 6435ac9
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<details> | ||
|
||
<h2 id="heading">Heading</h2> | ||
</details> | ||
|
||
<h2 id="heading-1">Heading</h2> | ||
<custom-tag> | ||
|
||
<h2 id="heading-2">Heading</h2> | ||
</custom-tag> | ||
|
||
<h2 id="heading-3">Heading</h2> | ||
<details> | ||
|
||
<pre><code>## Heading</code></pre> | ||
</details> | ||
|
||
<pre><code>## Heading</code></pre> | ||
<custom-tag> | ||
|
||
<pre><code>## Heading</code></pre> | ||
</custom-tag> | ||
|
||
<pre><code>## Heading</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<details> | ||
|
||
## Heading | ||
</details> | ||
|
||
## Heading | ||
<custom-tag> | ||
|
||
## Heading | ||
</custom-tag> | ||
|
||
## Heading | ||
<details> | ||
|
||
## Heading | ||
</details> | ||
|
||
## Heading | ||
<custom-tag> | ||
|
||
## Heading | ||
</custom-tag> | ||
|
||
## Heading |
6435ac9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: