File: backticks_syntax.text

package info (click to toggle)
ruby-kramdown-parser-gfm 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ruby: 217; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (5)
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
````