summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/backticks_syntax.text
blob: fb5c6111f9fc29e9e0f36274585069988053d74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
Three backticks
```

````
Four backticks
````

```
Unbalanced bottom heavy
``````

````ruby
language no space
````

```` ruby
language with space
````