forked from sendgrid/docs
-
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
01111d2
commit c5c0ac8
Showing
7 changed files
with
152 additions
and
22 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,95 @@ | ||
--- | ||
title: Markdown Examples | ||
slug: markdown-examples | ||
navigation: | ||
show: true | ||
--- | ||
|
||
## Academy Callout | ||
|
||
```html | ||
<academy-link img="/img/search-darth-vader.gif" courselink="https://sendgrid.com/"> | ||
|
||
### I'm a course call out title | ||
|
||
Montes sociis turpis egestas fermentum tempus lectus cubilia vulputate justo, placerat suscipit mollis nostra mauris at sed adipiscing, enim pharetra laoreet ridiculus litora nunc. | ||
|
||
</academy-link> | ||
``` | ||
|
||
<academy-link img="/img/search-darth-vader.gif" courselink="https://sendgrid.com/"> | ||
|
||
### I'm a course call out title | ||
|
||
Montes sociis turpis egestas fermentum tempus lectus cubilia vulputate justo, placerat suscipit mollis nostra mauris at sed adipiscing, enim pharetra laoreet ridiculus litora nunc. | ||
|
||
</academy-link> | ||
|
||
## Callouts | ||
|
||
### Callout Info | ||
|
||
```html | ||
<call-out> | ||
|
||
Montes sociis turpis egestas fermentum tempus lectus cubilia vulputate justo, placerat suscipit mollis nostra mauris at sed adipiscing, enim pharetra laoreet ridiculus litora nunc. | ||
|
||
</callout> | ||
``` | ||
|
||
<call-out> | ||
|
||
Montes sociis turpis egestas fermentum tempus lectus cubilia vulputate justo, placerat suscipit mollis nostra mauris at sed adipiscing, enim pharetra laoreet ridiculus litora nunc. | ||
|
||
</call-out> | ||
|
||
### Callout Warning | ||
|
||
```html | ||
<call-out type="warning"> | ||
|
||
Montes sociis turpis egestas fermentum tempus lectus cubilia vulputate justo, placerat suscipit mollis nostra mauris at sed adipiscing, enim pharetra laoreet ridiculus litora nunc. | ||
|
||
</callout> | ||
``` | ||
<call-out type="warning"> | ||
|
||
Montes sociis turpis egestas fermentum tempus lectus cubilia vulputate justo, placerat suscipit mollis nostra mauris at sed adipiscing, enim pharetra laoreet ridiculus litora nunc. | ||
|
||
</call-out> | ||
|
||
## Code Group | ||
|
||
````html | ||
<code-group langs="Html, JavaScript, Go"> | ||
|
||
```html | ||
<div class="yay-html">Yay HTML</div> | ||
``` | ||
|
||
```javascript | ||
consol.log('Yay, JavaScript!') | ||
``` | ||
|
||
```go | ||
print('Yay, Go!'); | ||
``` | ||
</code-group> | ||
```` | ||
|
||
|
||
<code-group langs="Html, JavaScript, Go"> | ||
|
||
```html | ||
<div class="yay-html">Yay HTML</div> | ||
``` | ||
|
||
```javascript | ||
consol.log('Yay, JavaScript!') | ||
``` | ||
|
||
```go | ||
print('Yay, Go!'); | ||
``` | ||
</code-group> | ||
|
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
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
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