forked from cds-snc/notification-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
15 changed files
with
115 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
<p><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img alt="call to action img" src="https://dev-va-gov-assets.s3-us-gov-west-1.amazonaws.com/img/vanotify-action-link.png" class="action_link"><b>action link</b></a></p> | ||
<p>An action link is right <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img alt="call to action img" src="https://dev-va-gov-assets.s3-us-gov-west-1.amazonaws.com/img/vanotify-action-link.png" class="action_link"><b>here</b></a>. Yay! Here is another <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img alt="call to action img" src="https://dev-va-gov-assets.s3-us-gov-west-1.amazonaws.com/img/vanotify-action-link.png" class="action_link"><b>Visit The Onion</b></a>.</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 |
---|---|---|
|
@@ -58,4 +58,5 @@ | |
<p>la<br /> | ||
ti</p> | ||
</blockquote> | ||
<p>Don't convert n^2 to a block quote.</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
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 @@ | ||
<h1>Images should be removed</h1> | ||
<h2>Inline images</h2> | ||
<h2>Reference images</h2> | ||
<p>The reference is immediately after the image.</p> | ||
<p>The reference is not immediately after the iamge.</p> | ||
<p>This line separates the images from their references.</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,4 @@ | ||
<p>Colons can be used to align columns.</p> | ||
<p>There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.</p> | ||
<p>Fin.</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 |
---|---|---|
@@ -1 +1,3 @@ | ||
>>[action link](https://www.youtube.com/watch?v=dQw4w9WgXcQ) | ||
An action link is right >>[here](https://www.youtube.com/watch?v=dQw4w9WgXcQ). Yay! Here is another >>[Visit The Onion](https://theonion.com/). |
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
> >>[action link](https://www.youtube.com/watch?v=dQw4w9WgXcQ) | ||
^ >>[action link](https://www.youtube.com/watch?v=dQw4w9WgXcQ) | ||
|
||
> Here is an >>[action link](https://www.youtube.com/watch?v=dQw4w9WgXcQ) in a Github markdown block quote. This text should be on the same line. | ||
^ Here is an >>[action link](https://www.youtube.com/watch?v=dQw4w9WgXcQ) in a Notify markdown block quote. This text should be on the same line. | ||
|
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,41 @@ | ||
# Images should be removed | ||
|
||
## Inline images | ||
|
||
 | ||
|
||
 | ||
|
||
text before  text after | ||
|
||
text before  text after | ||
|
||
## Reference images | ||
|
||
The reference is immediately after the image. | ||
|
||
![alt text][image1] | ||
[image1]: https://www.example.com/test.gif | ||
|
||
![alt text][image2] | ||
[image2]: https://www.example.com/test.svg "title text" | ||
|
||
text before ![alt text][image3] text after | ||
text before [image3]: https://www.example.com/test.tga | ||
|
||
text before ![alt text][image4] text after | ||
[image4]: https://www.example.com/test.png "title text" | ||
|
||
The reference is not immediately after the iamge. | ||
|
||
![alt text][image5] | ||
![alt text][image6] | ||
text before ![alt text][image7] text after | ||
text before ![alt text][image8] text after | ||
|
||
This line separates the images from their references. | ||
|
||
[image5]: https://www.example.com/test.png | ||
[image6]: https://www.example.com/test.png "title text" | ||
[image7]: https://www.example.com/test.png | ||
[image8]: https://www.example.com/test.png "title 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,16 @@ | ||
Colons can be used to align columns. | ||
|
||
| Tables | Are | Cool | | ||
| ------------- |:-------------:| -----:| | ||
| col 3 is | right-aligned | $1600 | | ||
| col 2 is | centered | $12 | | ||
| zebra stripes | are neat | $1 | | ||
|
||
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. | ||
|
||
Markdown | Less | Pretty | ||
--- | --- | --- | ||
*Still* | `renders` | **nicely** | ||
1 | 2 | 3 | ||
|
||
Fin. |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
action link: https://www.youtube.com/watch?v=dQw4w9WgXcQ | ||
|
||
An action link is right here: https://www.youtube.com/watch?v=dQw4w9WgXcQ. Yay! Here is another Visit The Onion: https://theonion.com/. |
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 |
---|---|---|
|
@@ -83,3 +83,5 @@ so | |
la | ||
ti | ||
|
||
Don't convert n^2 to a block quote. | ||
|
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,17 @@ | ||
|
||
|
||
|
||
Images should be removed | ||
|
||
|
||
Inline images | ||
|
||
|
||
Reference images | ||
|
||
The reference is immediately after the image. | ||
|
||
The reference is not immediately after the iamge. | ||
|
||
This line separates the images from their references. | ||
|
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,5 @@ | ||
Colons can be used to align columns. | ||
|
||
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. | ||
|
||
Fin. |