-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtools.yml
178 lines (150 loc) · 4.61 KB
/
tools.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
- title: marked
desc: A markdown parser and compiler. Built for speed
author: Christopher Jeffrey et al
github: chjj/marked
formats: [html]
language: javascript
package: https://www.npmjs.com/package/marked
stats:
stars: 9098
- title: pandoc
desc: Universal markup converter
author: John MacFarlane et al
formats: [html,latex]
github: jgm/pandoc
web: http://pandoc.org
package: https://hackage.haskell.org/package/pandoc
language: haskell
stats:
stars: 6017
- title: Parsedown
desc: Markdown Parser in PHP
author: Emanuil Rusev et al
formats: [html]
github: erusev/parsedown
web: http://parsedown.org
package: https://packagist.org/packages/erusev/parsedown
language: php
stats:
stars: 3139
- title: PHP Markdown
desc: Parser for Markdown and Markdown Extra
author: Michel Fortin et al
formats: [html]
github: michelf/php-markdown
web: https://michelf.ca/projects/php-markdown
package: https://packagist.org/packages/michelf/php-markdown
language: php
stats:
stars: 2108
- title: markdown-it
desc: "Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed"
author: Vitaly Puzrin et al
github: markdown-it/markdown-it
web: https://markdown-it.github.io
package: https://www.npmjs.com/package/markdown-it
formats: [html]
language: javascript
stats:
stars: 2070
- title: Blackfriday
desc: A markdown processor for Go
author: Russ Ross et al
formats: [html]
github: russross/blackfriday
language: go
stats:
stars: 1794
- title: python markdown2
desc: A fast and complete implementation of Markdown in Python
author: Trent Mick et al
formats: [html]
github: trentm/python-markdown2
package: https://pypi.python.org/pypi/markdown2
language: python
stats:
stars: 1062
- title: kramdown
desc: A fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions
author: Thomas Leitner et al
formats: [html,latex]
github: gettalong/kramdown
web: http://kramdown.gettalong.org
language: ruby
package: https://rubygems.org/gems/kramdown
stats:
stars: 876
downloads: 4632790
- title: Python-Markdown
desc: A Python implementation of Markdown
author: Waylan Limberg et al
formats: [html]
github: waylan/Python-Markdown
web: https://pythonhosted.org/Markdown
package: https://pypi.python.org/pypi/Markdown
language: python
stats:
stars: 867
- title: Mistune
desc: The fastest markdown parser in pure Python with renderer feature, inspired by marked and misaka
author: Hsiaoming Yang et al
formats: [html]
github: lepture/mistune
web: http://mistune.readthedocs.org
package: https://pypi.python.org/pypi/mistune
language: python
stats:
stars: 631
- title: Remark
desc: Markdown processor powered by plugins
author: Titus Wormer et al
formats: [html]
github: wooorm/remark
web: http://remark.js.org
package: https://www.npmjs.com/package/remark
language: javascript
stats:
stars: 548
- title: commonmark.js
desc: CommonMark parser and renderer in JavaScript
author: John MacFarlane et al
formats: [html]
github: jgm/commonmark.js
language: javascript
package: https://www.npmjs.com/package/commonmark
stats:
stars: 288
- title: cmark
desc: CommonMark parsing and rendering library and program in C
author: John MacFarlane et al
formats: [html,latex]
github: jgm/cmark
language: c
stats:
stars: 230
- title: MultiMarkdown (MMD) v5
desc: Reference implementation of MultiMarkdown; replaces MultiMarkdown v4
author: Fletcher T. Penney et al
formats: [html,latex]
github: fletcher/MultiMarkdown-5
web: http://fletcherpenney.net/multimarkdown
language: c
stats:
stars: 70
- title: Libsoldout
desc: Flexible C library for markdown parsing
author: Natasha Kerensikova et al
formats: [html,latex]
github: faelys/libsoldout
language: c
stats:
stars: 32
- title: Markdent
desc: An event-based Markdown parser toolkit
author: Dave Rolsky et al
formats: [html]
github: autarch/Markdent
package: http://search.cpan.org/dist/Markdent
language: perl
stats:
stars: 4