You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
-3
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,3 @@ To build your own minified version of Marked:
90
90
npm run build
91
91
```
92
92
93
-
## Publishing
94
-
95
-
Creating GitHub releases and publishing to NPM is limited to conributors and owners. If you would like more information, please see our [publishing documentation](#/PUBLISHING.md).
@@ -97,18 +83,3 @@ The only completely secure system is the one that doesn't exist in the first pla
97
83
98
84
Therefore, please disclose potential security issues by email to the project [committers](#/AUTHORS.md) as well as the [listed owners within NPM](https://docs.npmjs.com/cli/owner). We will provide an initial assessment of security reports within 48 hours and should apply patches within 2 weeks (also, feel free to contribute a fix for the issue).
99
85
100
-
<h2id="contributing">Contributing</h2>
101
-
102
-
The marked community enjoys a spirit of collaboration and contribution from all comers. Whether you're just getting started with Markdown, JavaScript, and Marked or you're a veteran with it all figured out, we're here to help each other improve as professionals while helping Marked improve technically. Please see our [contributing documentation](#/CONTRIBUTING.md) for more details.
103
-
104
-
For our Contribution License Agreement, see our [license](https://github.com/markedjs/marked/blob/master/LICENSE.md).
105
-
106
-
<h2id="authors">Authors</h2>
107
-
108
-
For list of credited authors and contributors, please see our [authors page](#/AUTHORS.md).
109
-
110
-
<h2id="license">License</h2>
111
-
112
-
Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)
113
-
114
-
See [license](https://github.com/markedjs/marked/blob/master/LICENSE.md) for more details.
Copy file name to clipboardExpand all lines: docs/USING_PRO.md
-6
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,6 @@
2
2
3
3
To champion the single-reponsibility and open/closed prinicples, we have tried to make it relatively painless to extend marked. If you are looking to add custom functionality, this is the place to start.
0 commit comments