-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4726714
commit e2d7ec4
Showing
9 changed files
with
68 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{class="some-class(value)"} | ||
[Some text here!](/link){class="link(variant)" target="_blank"} | ||
|
||
{.-hello} | ||
Some text | ||
|
||
{.smile-😎 .yolo} | ||
Some text | ||
|
||
{id="smile-😎"} | ||
Some text |
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,4 @@ | ||
<p class="some-class(value)"><a class="link(variant)" target="_blank" href="/link" rel="noopener noreferrer">Some text here!</a></p> | ||
<p class="-hello">Some text</p> | ||
<p class="smile-😎 yolo">Some text</p> | ||
<p id="smile-😎">Some text</p> |
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,11 @@ | ||
{.some-class(value)} | ||
[Some text here!](/link){.link(variant) target="_blank"} | ||
|
||
{.-hello} | ||
Some text | ||
|
||
{.smile-😎 .yolo} | ||
Some text | ||
|
||
{#smile-😎} | ||
Some text |
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,6 @@ | ||
1. one | ||
1. two | ||
1. three | ||
1. three dot one | ||
1. three dot two | ||
1. four |
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,11 @@ | ||
<ol> | ||
<li>one</li> | ||
<li>two</li> | ||
<li>three | ||
<ol> | ||
<li>three dot one</li> | ||
<li>three dot two</li> | ||
</ol> | ||
</li> | ||
<li>four</li> | ||
</ol> |
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,6 @@ | ||
1. one | ||
2. two | ||
3. three | ||
1. three dot one | ||
2. three dot two | ||
4. four |
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,6 @@ | ||
<p>Header</p> | ||
<pre><code>Some code | ||
|
||
Broken | ||
|
||
<p>Footer</p> |
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,6 @@ | ||
<p>Header</p> | ||
<pre><code>Some code | ||
|
||
Broken | ||
|
||
<p>Footer</p></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,7 @@ | ||
Header | ||
|
||
<pre><code>Some code | ||
|
||
Broken | ||
|
||
<p>Footer</p></code></pre> |