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
|
||||
|
||||
Code:
|
||||
|
||||
```no-highlight
|
||||
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_**.
|
||||
|
||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||
|
||||
<ins>Underline this part</ins>
|
||||
|
||||
```
|
||||
Results:
|
||||
|
||||
@ -79,6 +82,8 @@ Combined emphasis with **asterisks and _underscores_**.
|
||||
|
||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||
|
||||
<ins>Underline this part</ins>
|
||||
|
||||
***
|
||||
|
||||
### 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:
|
||||
|
||||
```no-highlight
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=YOUTUBE_VIDEO_ID_HERE
|
||||
" target="_blank"><img src="http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg"
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=sg90VJjZPKU
|
||||
" target="_blank"><img src="http://img.youtube.com/vi/sg90VJjZPKU/0.jpg"
|
||||
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:
|
||||
|
||||
```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:
|
||||
|
||||
[![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