Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis972602 authored Oct 3, 2022
1 parent 50edcdc commit 835019d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
directory structure be like:
```
work dictionary/
└── input/
└── input/ <---input folder
| └── home/
| | └── style/
| | | └── example.css ...
| | └── example.html
| |
| └── style/
| └── example1.css ... resource
| └── example1.html
| └── example2.html ...
└── output/
| | └── example.css ...
| └── example.html
|
└── output/ <---output folder
└── converter.exe
```

Expand All @@ -30,3 +35,5 @@ visited|active|hover|focus|link|root|in-range|invalid|valid|after|before|selecti
## 1.1.0
### Add
- support for links in other flies
- nested dictionary are support

0 comments on commit 835019d

Please sign in to comment.