Merge remote-tracking branch 'tstone/upstream'
This commit is contained in:
commit
fb4fed1db2
2 changed files with 8 additions and 0 deletions
4
test/cases/github-style-linebreaks.html
Normal file
4
test/cases/github-style-linebreaks.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
<pre><code>code can go here
|
||||
this is rendered on a second line
|
||||
</code></pre>
|
4
test/cases/github-style-linebreaks.md
Normal file
4
test/cases/github-style-linebreaks.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
```
|
||||
code can go here
|
||||
this is rendered on a second line
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue