update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/markup/markdown/code.expect.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/markdown/code.expect.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<span class="hljs-code"> var code = true;</span>
|
||||
|
||||
|
||||
<span class="hljs-code">```javascript
|
||||
var code = true;
|
||||
```</span>
|
||||
|
||||
Inline <span class="hljs-code">`code`</span>, and <span class="hljs-code">`more code`</span>.
|
||||
8
vendor/scrivo/highlight.php/test/markup/markdown/code.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/markdown/code.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var code = true;
|
||||
|
||||
|
||||
```javascript
|
||||
var code = true;
|
||||
```
|
||||
|
||||
Inline `code`, and `more code`.
|
||||
5
vendor/scrivo/highlight.php/test/markup/markdown/list.expect.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/markdown/list.expect.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<span class="hljs-bullet">- </span>this is a list
|
||||
<span class="hljs-bullet">- </span>this is another
|
||||
<span class="hljs-bullet"> - </span>nested list
|
||||
<span class="hljs-bullet"> - </span>another nested
|
||||
<span class="hljs-bullet"> * </span>nested alternative
|
||||
5
vendor/scrivo/highlight.php/test/markup/markdown/list.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/markdown/list.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
- this is a list
|
||||
- this is another
|
||||
- nested list
|
||||
- another nested
|
||||
* nested alternative
|
||||
Reference in New Issue
Block a user