summaryrefslogtreecommitdiff
path: root/oldtests/Code/Inline.markdown
blob: 38e5b0c7f352586868686d4e5b6dc107bf8e7e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
All of these are equivalent:

- `*hi*`
- ` *hi* `
- ``*hi* ``
- ````*hi*````
- `*hi*
  `

Backticks in code spans:

- ``` ``code`` ```
- ` ``code`` `