Skip to content

Commit

Permalink
Merge pull request #57 from tomik23:tomik23/issue56
Browse files Browse the repository at this point in the history
fix: number: true does not work for inline lists (<li>)
  • Loading branch information
tomickigrzegorz authored Sep 20, 2022
2 parents 349ae27 + 48c95dd commit c664c20
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ npm run prod

HTML
```html
<script src="https://cdn.jsdelivr.net/gh/tomik23/[email protected].5/dist/js/showMore.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomik23/[email protected].6/dist/js/showMore.min.js"></script>
```

CSS
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/[email protected].5/dist/css/show-more.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tomik23/[email protected].6/dist/css/show-more.min.css" />
```

-- OR --
Expand Down Expand Up @@ -283,7 +283,7 @@ Configuration for IE:

### cdn

- https://cdn.jsdelivr.net/gh/tomik23/[email protected].5/dist/js/showMore.ie.min.js
- https://cdn.jsdelivr.net/gh/tomik23/[email protected].6/dist/js/showMore.ie.min.js

### cdn polyfill from npm

Expand Down
2 changes: 1 addition & 1 deletion dist/js/showMore.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/showMore.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/showMore.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/showMore.ie.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/showMore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/showMore.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit c664c20

Please sign in to comment.