mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Include markdownlint-browser.js in npm package for scenarios like https://github.com/hackmdio/codimd/issues/1256.
This commit is contained in:
parent
caf21fb392
commit
21fa4dc2e7
3 changed files with 4866 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
coverage
|
||||
demo/markdown-it.min.js
|
||||
demo/markdownlint-browser.js
|
||||
demo/markdownlint-browser.min.js
|
||||
lib-es3
|
||||
node_modules
|
||||
|
|
|
@ -8,7 +8,8 @@ example
|
|||
.vscode
|
||||
azure-pipelines.yml
|
||||
coverage
|
||||
demo
|
||||
demo/*
|
||||
!demo/markdownlint-browser.js
|
||||
lib-es3
|
||||
npm-debug.log
|
||||
test
|
||||
|
|
4864
demo/markdownlint-browser.js
Normal file
4864
demo/markdownlint-browser.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue