Skip to content

Commit

Permalink
doc: update example list content
Browse files Browse the repository at this point in the history
  • Loading branch information
k4a-l committed Oct 31, 2022
1 parent 522f900 commit d8013cc
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,25 @@ This plugin relies on the functionality of the [dirtreeist](https://github.com/k
If you write a code block as follows,
````
```dirtree
- a
- b
- c
- d
- /components
- App.tsx
- App.css
- config.json
- /utils
- converter.ts
- parser.ts
```
````

It is rendered as follows,
```
├─ a
│ ├─ b
│ └─ c
└─ d
├─ /components
│ ├─ App.tsx
│ └─ App.css
├─ config.json
└─ /utils
  ├─ converter.ts
  └─ parser.ts
```

### Other
Expand Down

0 comments on commit d8013cc

Please sign in to comment.