Compare commits
2 Commits
0f2b07928c
...
d0553e3498
Author | SHA1 | Date | |
---|---|---|---|
d0553e3498 | |||
2794ec1b0d |
17
markdown.md
17
markdown.md
@ -56,10 +56,10 @@ Alt-H2
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Code:
|
|
||||||
|
|
||||||
### Emphasis
|
### Emphasis
|
||||||
|
|
||||||
|
Code:
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
Emphasis, aka italics, with *asterisks* or _underscores_.
|
Emphasis, aka italics, with *asterisks* or _underscores_.
|
||||||
|
|
||||||
@ -68,6 +68,9 @@ Strong emphasis, aka bold, with **asterisks** or __underscores__.
|
|||||||
Combined emphasis with **asterisks and _underscores_**.
|
Combined emphasis with **asterisks and _underscores_**.
|
||||||
|
|
||||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||||
|
|
||||||
|
<ins>Underline this part</ins>
|
||||||
|
|
||||||
```
|
```
|
||||||
Results:
|
Results:
|
||||||
|
|
||||||
@ -79,6 +82,8 @@ Combined emphasis with **asterisks and _underscores_**.
|
|||||||
|
|
||||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||||
|
|
||||||
|
<ins>Underline this part</ins>
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### Lists
|
### Lists
|
||||||
@ -408,8 +413,8 @@ They can't be added directly but you can add an image with a link to the video l
|
|||||||
Code:
|
Code:
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=YOUTUBE_VIDEO_ID_HERE
|
<a href="http://www.youtube.com/watch?feature=player_embedded&v=sg90VJjZPKU
|
||||||
" target="_blank"><img src="http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg"
|
" target="_blank"><img src="http://img.youtube.com/vi/sg90VJjZPKU/0.jpg"
|
||||||
alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>
|
alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -424,9 +429,9 @@ Or, in pure Markdown, but losing the image sizing and border:
|
|||||||
Code:
|
Code:
|
||||||
|
|
||||||
```no-highlight
|
```no-highlight
|
||||||
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)
|
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](https://www.youtube.com/watch?v=sg90VJjZPKU)
|
||||||
```
|
```
|
||||||
|
|
||||||
Results:
|
Results:
|
||||||
|
|
||||||
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)
|
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](https://www.youtube.com/watch?v=sg90VJjZPKU)
|
||||||
|
Loading…
Reference in New Issue
Block a user