ChrisWren
5e74e768a6
Updated README for 0.3.0 api
2013-12-29 10:16:38 -08:00
KOMATSU Seiji
3909989a2f
Modified REAMDE: Renderer.blockcode is not correct
2013-12-25 03:46:17 +09:00
Christopher Jeffrey
3150aeea38
Merge pull request #315 from mikeal/master
...
Make the example in the readme work.
2013-12-23 06:06:36 -08:00
Mikeal Rogers
4eea61659b
Make the example in the readme work.
2013-12-22 23:42:45 -08:00
Christopher Jeffrey
6989dcb59d
minor change to CLA in readme.
2013-12-04 06:37:44 -06:00
Christopher Jeffrey
abce5d0d6d
fix readme renderer method names.
2013-12-04 06:26:54 -06:00
Christopher Jeffrey
f9c90b0cdb
see #302 . remove all obsolete features. keep things easy to revert.
2013-12-04 06:25:16 -06:00
Christopher Jeffrey
927204f3be
fix readme for renderer method names.
2013-12-04 05:50:16 -06:00
Christopher Jeffrey
7fd25871cf
fix hljs example.
2013-12-04 05:45:45 -06:00
Christopher Jeffrey
2d5090b1de
Merge remote-tracking branch 'lepture/feature-renderer'
...
Conflicts:
README.md
lib/marked.js
2013-12-04 04:57:30 -06:00
Hsiaoming Yang
c80689f2b5
Remove documentation on highlight, since we won't need them.
...
Remove documentation on langPrefix.
Add documentation on renderer.
2013-12-04 14:21:08 +08:00
Chris Wren
d32c3ffa5d
Fixed highlight option callback type in README
2013-12-03 22:03:37 -08:00
Chris Wren
e778ce03da
Fixed highlight.js example
2013-12-03 21:57:57 -08:00
Chris Wren
30565611d0
Merge pull request #289 from MoOx/patch-1
...
fix pygmentize typo
2013-12-03 21:48:07 -08:00
Christopher Jeffrey
7eed150966
Merge remote-tracking branch 'lepture/renderer'
2013-12-03 23:09:03 -06:00
Maxime Thirouin
22313ad9ee
fix pygmentize typo
...
pygementize => pygmentize
2013-11-18 08:25:56 +01:00
Christopher Jeffrey
ab84e8c605
add headerPrefix option. fixes #272 . misc readme fixes.
2013-11-02 18:26:20 -05:00
Christopher Jeffrey
e7963ca778
add half-assed CLA to readme.
2013-08-12 11:09:16 -05:00
Christopher Jeffrey
0903a3ea5b
minor readme fix.
2013-08-07 11:57:46 -05:00
Christopher Jeffrey
0a7cc9ec6f
add contributing section to readme.
2013-08-07 10:36:54 -05:00
Ivan Fraixedes
7aef749538
Fixed the parameters' order of the hightlightAuto function call in the hightlight code example
2013-08-03 15:17:44 +01:00
Christopher Jeffrey
c8e421ced3
Merge pull request #186 from ChrisWren/readme
...
Properly use async method signature in second example
2013-08-02 09:48:36 -07:00
Matias Niemelä
7295f6d9f5
fixed README to correctly point out the default sanitize value
2013-07-25 13:37:55 -04:00
Chris Wren
420fd34991
Fixed order of highlight options in highlight.js example
2013-07-06 04:13:52 -07:00
ChrisWren
8f314bcae0
Properly use async method signature in second example
2013-07-04 11:04:04 -07:00
ChrisWren
a70d36610b
Updated README
2013-06-28 11:54:34 -07:00
Ian Storm Taylor
cd393e6613
added smartypants to readme
2013-06-01 14:30:49 -06:00
Hsiaoming Yang
cd660550bd
make example more clearly
2013-03-12 11:59:20 +08:00
Hsiaoming Yang
b628f20a79
remove the convient way
2013-03-11 16:14:40 +08:00
Hsiaoming Yang
6a30b517b1
1. fix benchmark for showdown
...
2. remove discount benchmark // not working on v0.8.x
3. add robotskirt benchmark
4. add target of bench in Makefile
5. add devDependencies in package.json
2013-03-01 17:25:28 +08:00
Hsiaoming Yang
7cf81320f3
add readme for renderer
2013-03-01 14:12:17 +08:00
Christopher Jeffrey
3c9a905305
Add langPrefix to readme.
2013-01-20 12:16:08 -06:00
Christopher Jeffrey
56b13a8c2d
Add smart-lists to readme.
2013-01-17 09:32:10 -06:00
Christopher Jeffrey
64f892f067
update readme.
2013-01-04 18:29:00 -06:00
Christopher Jeffrey
f7be7f9640
fix potential problems with highlighter callback and escapes.
2012-04-11 01:57:17 -05:00
Christopher Jeffrey
b814a0af9b
typo in readme
2012-04-06 16:09:31 -05:00
Christopher Jeffrey
041dd98ed4
change highlight option. add code class prefix.
2012-04-06 16:08:17 -05:00
Christopher Jeffrey
0e2ce6b638
touch up readme and man page
2012-04-06 15:49:46 -05:00
Christopher Jeffrey
791cf53772
rename setDefaults to setOptions, refactor. update benchmarks.
2012-02-20 08:50:43 -06:00
Christopher Jeffrey
ad984d4f74
always reset options. typo.
2012-02-19 22:30:25 -06:00
Christopher Jeffrey
b2189ab99c
optimize options more
2012-02-19 21:29:23 -06:00
Christopher Jeffrey
79975978b0
add options: pedantic, gfm, sanitize.
2012-02-19 19:15:11 -06:00
Christopher Jeffrey
5ad8be48ad
update benchmark times
2012-01-28 22:57:59 -06:00
Christopher Jeffrey
a1f2bce65f
create link definition rule. update benchmark times.
2012-01-18 09:09:51 -06:00
Christopher Jeffrey
9270abf5ff
Finally faster than discount.
2012-01-16 22:59:05 -06:00
Christopher Jeffrey
5f7edf47ed
Prepare ship for ludicrous speed.
...
Make sure to eat extra newlines at the end of certain block rules.
This avoids an extra iteration for `space` tokens.
Marked is now roughly 97% or 98% the speed of Discount.
2012-01-13 05:29:20 -06:00
Christopher Jeffrey
cab5ccc1f0
update readme, switch text and paragraph rule, comments
2012-01-03 11:13:36 -06:00
Christopher Jeffrey
5d4fed5c7a
ridiculous optimization
2012-01-03 03:36:03 -06:00
Christopher Jeffrey
10e58d5b14
update readme and license
2012-01-03 00:44:51 -06:00
Christopher Jeffrey
83d114730a
Cleaning up
...
Make benchmarks work with npm markdown-js
Clean todo list
Clean up readme
Add new benchmarks
Dont count lines in the readme
Add CLI example in readme
2011-12-10 15:28:16 -06:00