Skip to content

Commit 36249b6

Browse files
committed
📝 Add npm&jsdelivr badge
1 parent e7b6564 commit 36249b6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ insert_final_newline = true
1212
max_line_length = 120
1313

1414
[*.md]
15-
insert_final_newline = false
1615
trim_trailing_whitespace = false
1716

1817
[{*.json}]

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## 0.0.1
4+
45
*2022-09-17*
56

67
- Initial release

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# docsify-latex
22

3+
[![NPM](https://img.shields.io/npm/v/docsify-latex.svg?style=flat-square)](https://www.npmjs.com/package/docsify-latex)
34
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/scruel/docsify-latex/blob/master/LICENSE)
5+
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/docsify-latex/badge)](https://www.jsdelivr.com/package/npm/docsify-latex)
46

57
A [docsify.js](https://docsify.js.org) plugin for rendering LaTeX math blocks from markdown.
68

@@ -12,4 +14,4 @@ See [Documentation site](https://scruel.github.io/docsify-latex) for details.
1214

1315
This project is licensed under the MIT License. See the [LICENSE](https://github.com/github/docsify-latex/blob/master/LICENSE) for details.
1416

15-
Copyright (c) Scruel Tao ([@scruel](https://github.com/scruel))
17+
Copyright (c) Scruel Tao ([@scruel](https://github.com/scruel))

0 commit comments

Comments
 (0)