Skip to content

Commit 8bbe850

Browse files
committed
docs: format supported langs section
1 parent e894bf9 commit 8bbe850

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Example repositories testing Vue components with jest and jest-vue:
3131

3232
jest-vue compiles the script and template of SFCs into a JavaScript file that Jest can run. **It does not currently compile the style section**.
3333

34-
## Supported script languages
34+
### Supported script languages
3535

36-
- **typescript** (lang="ts", lang="typescript")
37-
- **coffeescript** (lang="coffee")
36+
- **typescript** (`lang="ts"`, `lang="typescript"`)
37+
- **coffeescript** (`lang="coffee"`)
3838

39-
## Supported template languages
39+
### Supported template languages
4040

41-
- **pug** (lang="pug")
42-
- **jade** (lang="jade", lang="jade")
41+
- **pug** (`lang="pug"`)
42+
- **jade** (`lang="jade"`)

0 commit comments

Comments
 (0)