Web image

Local image

contact@revolunet.com
@revolunet
Issue #1
https://github.com/revolunet/sublimetext-markdown-preview/
This is a link https://github.com/revolunet/sublimetext-markdown-preview/.
This is a link "https://github.com/revolunet/sublimetext-markdown-preview/".
With this link (https://github.com/revolunet/sublimetext-markdown-preview/), it still works.
Mixed Lists
- item 1
* [X] item A
* [ ] item B
more text
1. item a
2. itemb
3. item c
* [X] item C
- item 2
- item 3
Really Mixed Lists
- item 1
* [X] item A
- item B
more text
1. item a
+ itemb
+ [ ] item c
3. item C
2. item 2
- [X] item 3
Mixed Lists
item 1
item A
item B
more text
item a
itemb
item c
item C
item 2
item 3
Really Mixed Lists
item 1
item A
item B
more text
item a
itemb
item c
item C
item 2
item 3
Blocks
1
2
3
This is a block.
This is more of a block.
1
2
3
This is a block.
This is more of a block.
Block Quotes
1
2
> This is a block quote
>> How does it look?
This is a block quote.
> How does it look?
I think it looks good.
Fenced Block
Assuming guessing is not enabled.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
// Fenced **without** highlighting
function doIt() {
for (var i = 1; i <= slen ; i^^) {
setTimeout("document.z.textdisplay.value = newMake()", i*300);
setTimeout("window.status = newMake()", i*300);
}
}
```
```javascript
// Fenced **with** highlighting
function doIt() {
for (var i = 1; i <= slen ; i^^) {
setTimeout("document.z.textdisplay.value = newMake()", i*300);
setTimeout("window.status = newMake()", i*300);
}
}
```
1
2
3
4
5
6
7
// Fenced **without** highlighting
function doIt() {
for (var i = 1; i <= slen ; i^^) {
setTimeout("document.z.textdisplay.value = newMake()", i*300);
setTimeout("window.status = newMake()", i*300);
}
}
```
This will still be parsed
as a normal indented code block.
```
```
This will still be parsed
as a fenced code block.
```
- This is a list that contains multiple code blocks.
- Here is an indented block
```
This will still be parsed
as a normal indented code block.
```
- Here is a fenced code block:
```
This will still be parsed
as a fenced code block.
```
> ```
> Blockquotes?
> Not a problem!
> ```
1
2
3
4
```
This will still be parsed
as a normal indented code block.
```
1
2
This will still be parsed
as a fenced code block.
This is a list that contains multiple code blocks.
Here is an indented block
1
2
3
4
```
This will still be parsed
as a normal indented code block.
```
Here is a fenced code block:
1
2
This will still be parsed
as a fenced code block.
1
2
Blockquotes?
Not a problem!
Others
Github Emoji
1
This is a test for emoji 😄. The emojis are images linked to github assets :octocat:.
This is a test for emoji 😄. The emojis are images linked to github assets :octocat:.