Compare commits
No commits in common. "d0553e34985bb68bf8249d965415cac4b4b726d0" and "0f2b07928cb4e223d02e6dea4f750991362dc1c8" have entirely different histories.
d0553e3498
...
0f2b07928c
17
markdown.md
17
markdown.md
@ -56,10 +56,10 @@ Alt-H2
|
||||
|
||||
***
|
||||
|
||||
### Emphasis
|
||||
|
||||
Code:
|
||||
|
||||
### Emphasis
|
||||
|
||||
```no-highlight
|
||||
Emphasis, aka italics, with *asterisks* or _underscores_.
|
||||
|
||||
@ -68,9 +68,6 @@ 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:
|
||||
|
||||
@ -82,8 +79,6 @@ Combined emphasis with **asterisks and _underscores_**.
|
||||
|
||||
Strikethrough uses two tildes. ~~Scratch this.~~
|
||||
|
||||
<ins>Underline this part</ins>
|
||||
|
||||
***
|
||||
|
||||
### Lists
|
||||
@ -413,8 +408,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=sg90VJjZPKU
|
||||
" target="_blank"><img src="http://img.youtube.com/vi/sg90VJjZPKU/0.jpg"
|
||||
<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"
|
||||
alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>
|
||||
```
|
||||
|
||||
@ -429,9 +424,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)](https://www.youtube.com/watch?v=sg90VJjZPKU)
|
||||
[![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)
|
||||
```
|
||||
|
||||
Results:
|
||||
|
||||
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](https://www.youtube.com/watch?v=sg90VJjZPKU)
|
||||
[![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)
|
||||
|
Loading…
Reference in New Issue
Block a user