Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/chemzqm/marked

A markdown parser and compiler. With highlight color enhanced for both browser and node environment.
https://github.com/chemzqm/marked

allow options for tests and benchmarks.

62467849142f92d85f2a7b7f1005fd5542fba4ae authored almost 12 years ago
add style for pre code

c324a338352d204c526cdf1e9aca6771e9ed9abf authored almost 12 years ago
stop using isFinite for ordered lists.

55a3a81e7fcd835137808eef52b7ed1058e07e1e authored almost 12 years ago
clean up list

7e05d19bf908168da1b9a3045ba7cb6abb354829 authored almost 12 years ago
fix smart-lists for ordered lists

86a1b457fc6d930fb13522450be8aa3cbed24536 authored almost 12 years ago
add test for gfm table

6f07f68d7e4e9c2bc9958c62689dbf4e62893bb9 authored almost 12 years ago
change style to sublime's default theme: Monokai

a63767a01885e0307fe8cfeb80b392cf462ff34e authored almost 12 years ago
refact code, no pre and code element when using color option

72c67e5767ed489f2c7f6200d248c4f2f43e0928 authored almost 12 years ago
fix convert lang name not correct in class name

a28a403d10ebfb919e5a76be26b39efe7abef996 authored almost 12 years ago
fix no color parse in node

b851ac159b362fa02b107996f07835d567b9c84d authored almost 12 years ago
change style.js to load style.css, move github.css to style.css

46b7480557becabfe866d92917d466eff6678e03 authored almost 12 years ago
refact code

d44144952aee5509f6d8b540a9dec8300297e06c authored almost 12 years ago
add styles for highlight project

0b294d093ca1f4f7fcfd431f7496c8c5db8be872 authored almost 12 years ago
fix test for double_link.text

efb2b0a836b8f18c8a5b94c8baac075efff3343f authored almost 12 years ago
fix the test gfm_code_hr_list.text

ad74410292bada8ee2e6442a8809c2af3c81ec9c authored almost 12 years ago
fix unnacessary <br> when using breaks

5a40f2721a59c6645128d472519376ceb9e2e2bb authored almost 12 years ago
fix line break

194bb53383ce9d51f92a1dda6f793adfc828fdeb authored almost 12 years ago
revert to upstream

1b906fdf6d3b5e2e39efc77a2986ad33dd32390e authored almost 12 years ago
set langPreFix as lang- when testing

2eb1e10afd5880725350d072cedaaca141432de3 authored almost 12 years ago
add jira linke test

b81c123af9dd2b0b1181cccdd9d90cd8eeff0513 authored almost 12 years ago
revert auto_links test

e3b276f44c5f3019bc1a7a44ab0ad90bae904cc3 authored almost 12 years ago
set to no color when testing

2444afad2c6459bbd58c3e49abffe62406b223a2 authored almost 12 years ago
fixed options not working , and remove color style when color is false

7dd3863ef97cee5ceae5bd07ecb43f015b6c6984 authored almost 12 years ago
merged upstream at version 0.2.8

f64c0577cfbd034530857eed7b86055ece7728cd authored almost 12 years ago
update to 2.0

4a4fb1fad69631dc77e6e79b79ad301ce1ea3056 authored almost 12 years ago
improve option settings, no shorthand like -c anymore

493cad8d294b7e7d6cc4f3d384c53407674c9f0e authored almost 12 years ago
v0.2.8

46eaa21ad5ee985d339e7e16b2ee23b165bcb6a7 authored almost 12 years ago
Fix variable name.

45f3efba8a2acdad0037cf006d908379bb2822b4 authored almost 12 years ago
Improve man page.

ff4e0e809596f0d6084ef7e8a69ec78fb4b545c7 authored almost 12 years ago
Add smart-lists and lang-prefix to man page.

be17b0ec53e8a90eb90eeb3b9a598e5358cd3068 authored about 12 years ago
Require marked relatively for tests.

78dc1f119006ee9c4d7f3bcc71bdccccd30a8e34 authored about 12 years ago
Add langPrefix to readme.

3c9a9053054118ea1e00b7f58565a339f760fef8 authored about 12 years ago
Add smart-lists to readme.

56b13a8c2dd9feb1a8d36db8f43fbd40b45e53eb authored about 12 years ago
improve silent error message.

84f6641a5cbeb615248793d2f2cba8c0a002ab95 authored about 12 years ago
Merge pull request #108 from guybedford/master

Server AMD compatibility

2439b9b6caaafdd2e3e1423e87c678de796d16ba authored about 12 years ago
Update exports for server amd compatibility

00cb0f1934262e9bf2d537f48fa9834b77c3e45f authored about 12 years ago
fix small problem in def rule. see #101.

102659f8a2b003c9970faa127ab43811c38eceee authored about 12 years ago
smarter lists. fixes #55.

Example:
$ marked --smart-lists
- hi
- hi

1. hi
2. hi
^D
<ul>
<li>hi</li>
<li>hi</li>
</ul>
<ol...

e278e063774a5dac6af9b9f81f08ea7e764df378 authored about 12 years ago
improve option parsing in bin/marked.

2b688ac5057811454f350bc1642eb6d5446ceccf authored about 12 years ago
move vertical bar escape to gfm only.

5a1c7a5871130ee8b728fca3720d398e25ef0259 authored about 12 years ago
ignore angle brackets in ref links. fixes #101.

decd5893b08544bfedcbbeadae4cb24c5d7695a5 authored about 12 years ago
this is faster than just cap[1] for some reason.

4cc29783854716000fd04aff1e7bfb59bb108043 authored about 12 years ago
better inline code trimming. avoid so many newlines after paragraphs. closes #103.

f638f5305153aa390dde1b3569e625b098257ddc authored about 12 years ago
fix options merge.

cfe4d63fe753580b0b65404dddc28c946d35ba96 authored about 12 years ago
add configurable -lang prefix. closes #67 and #54.

83328261a1ba83e793d9b7bf28781554b931bc14 authored about 12 years ago
Trim inline code. Fixes #69.

The inline code regex itself could also simply have \s* prepended
and appended to outside the ma...

48e766a90e17c66be082f1424d517726f88ef437 authored about 12 years ago
improve double_link test.

ebc1b9491cbfa75d7806099a75f9d91409c8a96b authored about 12 years ago
fix options merge.

995cb0ca008af397233421772ec6a07bc1bcca6e authored about 12 years ago
fixed issue 79: URLs followed by HTML tag tries to include tag as part of the link

Conflicts:
lib/marked.js

229c3a116343ab555da93d9616f699dd9d2ee024 authored about 12 years ago
merge options. fixes #87.

e6827b7567b45c24140aa5c411d6e93119d67b0d authored about 12 years ago
more test refactoring.

57123433f57602b641845d27619fd82adbf48ae3 authored about 12 years ago
refactor tests.

313349217bbb6340408f7160742cd3cef3853519 authored about 12 years ago
a more accurate del rule.

a1080df787d1cfe29ac97e77dc5e263727fa3f20 authored about 12 years ago
v0.2.7 - closes #106.

1524ea4fe43d1bc9a57a44669e8896d973df7bfd authored about 12 years ago
package.json

a5d52468e519577f96cc1f88199fd57b19bbdaf5 authored about 12 years ago
bin/marked

6e37241dbcd6f25d5daf563a418e1f5620bc507b authored about 12 years ago
comments

ada939da3dad23c13a4ccb6b8fecb0a426323497 authored about 12 years ago
comment.

3e827b9f4c872ad0ee069b2dd05a59847b9ba177 authored about 12 years ago
explicitly send a false top state.

75071c8de14ee46ea0685a17224c184e7cc15247 authored about 12 years ago
man page

2320e7469847593f5f4a8731c585ceee57a987f2 authored about 12 years ago
comments

5861dfe59c3b531685dfe277e05168cc059ad578 authored about 12 years ago
rename rules.

b0b65785353bc4f38943722bece08b2594dc9743 authored about 12 years ago
avoid code duplication with regexes.

d6f2558f9d89a9465eb8b00576e9fe1658574a13 authored about 12 years ago
update readme.

64f892f06785d31aef921555876046054acb4786 authored about 12 years ago
GFM tables do not break paragraphs. see #74.

dc14096aee0dbb840c5c4f6d5639b49f5bb8f783 authored about 12 years ago
clean up table regexes.

27e356ce171e426ec0287330300a1a527fce1347 authored about 12 years ago
refactor highlighting.

caed1cbe6cfa4041907221f997b88b84e20987a1 authored about 12 years ago
fix table parsing. closes #104.

16212b780e0d88838c60c2fe0ac1264eccf304a7 authored about 12 years ago
minor. remove pointless assignment.

0a486ce9c13a9b3d3142fc9c07f7180be5dcdc4f authored about 12 years ago
clean up table parsing.

9f45e252b84903d6f0d6a5aff3e5bc495a974ef8 authored about 12 years ago
semicolon.

094515c53df58dafc4d7c5253abdb55a681cece5 authored about 12 years ago
clean up tests.

fdc1d61f5363fa44a7848746ef8283acc24a9ab5 authored about 12 years ago
misc.

8cbc4de819d0bfee326e055b574646a1c82c3862 authored about 12 years ago
add gfm strikethrough. fixes #53.

2cd27a6720b66cb33210604ec91bf0f083f06582 authored about 12 years ago
refactor bin/marked and man page.

af1bee71cd2ba50f998ef3e52d14521cfb991633 authored about 12 years ago
Merge remote-tracking branch 'ForbesLindesay/execption-when-no-links'

Conflicts:
lib/marked.js

8873d6604f316f1fa68d2b7b92dd8a083d8b7666 authored about 12 years ago
comments. style.

f9f0668383ab5289cd2ef2aeead461171b09a08d authored about 12 years ago
Add AMD support when define and define.amd detected

aa5556992c2b2b5a79e5d9892d4a09a6c03bf451 authored about 12 years ago
optimize for disabled tables.

47304d29b4de561a52841d9911db4c5458c8525b authored about 12 years ago
remove u00a0. fixes #52 and possibly #81.

42d8b2422ff1bb8487653c804c4df85bb2fa7cb6 authored about 12 years ago
move table rules to correct positions.

8a7ecafed2c608f7cfd17ff792156a1fcb566c34 authored about 12 years ago
better option handling.

5806c20d656d4e8e8c089e2347da63d4c596f117 authored about 12 years ago
add gfm line breaks.

7aa7934c90cd61b4a696a32d7c618c77c4f5cd66 authored about 12 years ago
Merge branch 'gfm_tables_again' into just_proto_table

Conflicts:
lib/marked.js

262f8797ffe0e5cb9a31be7d64f843d2a15e6c3c authored about 12 years ago
move tag string.

969939c9f794295836999e4c193892b38058f2f2 authored about 12 years ago
use InlineLexer constructor.

66dcce2737106ce601e2615ed04aef887c31cc3f authored about 12 years ago
small refactor.

079cbe8b6ac9edfc80f41d5e69faf0a19d686249 authored about 12 years ago
refactor options.

aef3a954da8b5e35acd45f056b6ddb629a1215d0 authored about 12 years ago
major refactor.

Conflicts:
lib/marked.js

87a72cda330debc97f254f20707efef212dc8a38 authored about 12 years ago
simplify table regexes. possibly use backreferences for leading whitespace.

e715bd18a0c537ad522d2b910dc3b901bb942d99 authored about 12 years ago
refactor.

29eacfdee3d5a06a6b8b44f32432c3814af98269 authored about 12 years ago
minor refactor.

d8af0af8e86b0560bbfdb300025d8e7c9d241222 authored about 12 years ago
refactor again.

c07e160849c13375c98ae0e480f21c03f7e42138 authored about 12 years ago
whitespace output.

4e9398d123baa842eec1454922a25aeb58938cf3 authored about 12 years ago
minor

51bc60a33141cbb16c70e7beccc6d70b2c47d253 authored about 12 years ago
remove tabs in table output.

91a44f66846fd4ff69600ce046d310eb093777d5 authored about 12 years ago
optimize gfm tables. see --patience diff.

c35964259bea5d96cbd968acdf2fc1cdd868c4e1 authored about 12 years ago
fix gfm paragraph rule to account for tables.

dd38370f043dc73839ed5b510d1a2922939097fb authored about 12 years ago
avoid using ES5 methods for tables.

68c014c310b71ab433e9200b891aad48b9de796c authored about 12 years ago
fix misnested TH tags.

ec47218dd976daa8e1ad6ee4a6aa2bf1b009c74d authored about 12 years ago