Skip to content

Commit d3d5aa9

Browse files
committed
Single backticks inline
1 parent 398bc33 commit d3d5aa9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.verb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Quick Start
22
Assuming you want to add a TOC to README.md:
3-
1. ```$ npm install -g markdown-toc```
4-
2. Edit README.md and insert the following line where you want the TOC inserted:<br />```<!-- toc -->```
5-
3. ```$ markdown-toc -i README.md```
3+
1. `$ npm install -g markdown-toc`
4+
2. Edit README.md and insert the following line where you want the TOC inserted:<br />`<!-- toc -->`
5+
3. `$ markdown-toc -i README.md`
66

77
## CLI
88

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ $ yarn add markdown-toc
3838

3939
## Quick Start
4040
Assuming you want to add a TOC to README.md:
41-
1. ```$ npm install -g markdown-toc```
42-
2. Edit README.md and insert the following line where you want the TOC inserted:<br />```<!-- toc -->```
43-
3. ```$ markdown-toc -i README.md```
41+
1. `$ npm install -g markdown-toc`
42+
2. Edit README.md and insert the following line where you want the TOC inserted:<br />`<!-- toc -->`
43+
3. `$ markdown-toc -i README.md`
4444

4545
## CLI
4646

@@ -378,7 +378,7 @@ Released under the [MIT License](LICENSE).
378378

379379
***
380380

381-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 24, 2017._
381+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 25, 2017._
382382

383383
[gfm-code-blocks]: https://github.com/jonschlinkert/gfm-code-blocks
384384
[markdown-link]: https://github.com/jonschlinkert/markdown-link

0 commit comments

Comments
 (0)