rf-web/vendor/bundle/gems/kramdown-parser-gfm-1.1.0/test/testcases/backticks_syntax.text

20 lines
155 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
```
Three backticks
```
````
Four backticks
````
```
Unbalanced bottom heavy
``````
````ruby
language no space
````
```` ruby
language with space
````