Skip to content

Commit faab394

Browse files
authored
Add screenshots
1 parent 6004c47 commit faab394

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ version: 3
2626
groups: ...
2727
```
2828
29+
When codeplus runs, you'll get something like this:
30+
31+
<img width="718" alt="CleanShot 2022-04-29 at 12 24 58@2x" src="https://user-images.githubusercontent.com/649496/165993479-c4b051b8-28ab-4874-bf41-cad379af4229.png">
32+
2933
You can also change the display name by using parentheses after the filename:
3034
3135
```yaml
@@ -34,6 +38,10 @@ version: 3
3438
groups: ...
3539
```
3640
41+
With codeplus:
42+
43+
<img width="704" alt="CleanShot 2022-04-29 at 12 25 11@2x" src="https://user-images.githubusercontent.com/649496/165993506-1dbb33b5-89e9-4fd6-8f02-99ab32d16e8c.png">
44+
3745
To get a group of tabs, just use the same pattern followed by a `- <group identifider>`:
3846

3947
```yaml
@@ -48,6 +56,10 @@ version: 3
4856
groups: ...
4957
```
5058

59+
With codeplus:
60+
61+
<img width="711" alt="CleanShot 2022-04-29 at 12 25 36@2x" src="https://user-images.githubusercontent.com/649496/165993539-b8f5a86f-d5e6-4ae4-a038-e8c11ebaf75f.png">
62+
5163
## Installation
5264

5365
```sh
@@ -62,6 +74,11 @@ window.addEventListener('load', function() {
6274
});
6375
```
6476

77+
The copy/paste button is added to all code blocks by default (shown on hover in this example):
78+
79+
<img width="715" alt="CleanShot 2022-04-29 at 12 26 55@2x" src="https://user-images.githubusercontent.com/649496/165993684-2ddd8770-1741-4222-8d88-1abeaa885185.png">
80+
81+
6582
### CDN
6683

6784
```html

0 commit comments

Comments
 (0)