-
Notifications
You must be signed in to change notification settings - Fork 22
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
e14c132
commit 17c73c2
Showing
3 changed files
with
188 additions
and
1 deletion.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
test/example/assets/sass/partials/comments/_comments-sass.sass
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,73 @@ | ||
/* | ||
Comment 2a | ||
========== | ||
Description | ||
<p>Example</p> | ||
*/ | ||
/* | ||
Comment 2b | ||
========== | ||
Description | ||
``` | ||
Example | ||
``` | ||
*/ | ||
/* | ||
Comment 2c | ||
========== | ||
Description | ||
<p>Example</p> | ||
*/ | ||
/* | ||
Comment 2d | ||
========== | ||
Description | ||
``` | ||
<p>Example</p> | ||
``` | ||
*/ | ||
|
||
/* | ||
* Comment 3a | ||
* ========== | ||
* Description | ||
* <p>Example</p> | ||
*/ | ||
/* | ||
* Comment 3b | ||
* ========== | ||
* Description | ||
* ``` | ||
* Example | ||
* ``` | ||
*/ | ||
/* | ||
* | ||
* Comment 3c | ||
* ========== | ||
* | ||
* Description | ||
* | ||
* <p>Example</p> | ||
* | ||
*/ | ||
/* | ||
* | ||
* Comment 3d | ||
* ========== | ||
* | ||
* Description | ||
* | ||
* ``` | ||
* <p>Example</p> | ||
* ``` | ||
* | ||
*/ |
110 changes: 110 additions & 0 deletions
110
test/example/assets/sass/partials/comments/_comments-scss.scss
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,110 @@ | ||
/* | ||
Comment 1a | ||
========== | ||
Description | ||
<p>Example</p> | ||
*/ | ||
/* | ||
Comment 1b | ||
========== | ||
Description | ||
``` | ||
Example | ||
``` | ||
*/ | ||
/* | ||
Comment 1c | ||
========== | ||
Description | ||
<p>Example</p> | ||
*/ | ||
/* | ||
Comment 1d | ||
========== | ||
Description | ||
``` | ||
<p>Example</p> | ||
``` | ||
*/ | ||
|
||
/* | ||
Comment 2a | ||
========== | ||
Description | ||
<p>Example</p> | ||
*/ | ||
/* | ||
Comment 2b | ||
========== | ||
Description | ||
``` | ||
Example | ||
``` | ||
*/ | ||
/* | ||
Comment 2c | ||
========== | ||
Description | ||
<p>Example</p> | ||
*/ | ||
/* | ||
Comment 2d | ||
========== | ||
Description | ||
``` | ||
<p>Example</p> | ||
``` | ||
*/ | ||
|
||
/* | ||
* Comment 3a | ||
* ========== | ||
* Description | ||
* <p>Example</p> | ||
*/ | ||
/* | ||
* Comment 3b | ||
* ========== | ||
* Description | ||
* ``` | ||
* Example | ||
* ``` | ||
*/ | ||
/* | ||
* | ||
* Comment 3c | ||
* ========== | ||
* | ||
* Description | ||
* | ||
* <p>Example</p> | ||
* | ||
*/ | ||
/* | ||
* | ||
* Comment 3d | ||
* ========== | ||
* | ||
* Description | ||
* | ||
* ``` | ||
* <p>Example</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