137 Commits

Author SHA1 Message Date
Josh Bruce
46e40a4567
Merge pull request #711 from ojongerius/correct_readme
Values in example do not always match defaults.
2018-01-21 11:37:12 -05:00
Tony Brix
29426551a7 clean up 2018-01-06 12:05:16 -06:00
Tony Brix
fd5d192acd Merge branch 'master' into test-fix 2018-01-06 10:58:25 -06:00
Tony Brix
59846d9733 update texting description 2018-01-06 02:02:41 -06:00
Tony Brix
253d97587a update readme with new bench 2018-01-06 01:52:59 -06:00
Dominik Wilkowski
94ba508891
Added missing text render function to documentation 2018-01-06 11:49:04 +11:00
Josh Bruce
3fe746449b
Merge pull request #768 from mdentremont/remove-global
Remove "preferGlobal" from "package.json" file
2017-12-27 09:56:05 -05:00
Josh Bruce
53d99bbd28
Merge pull request #412 from cirosantilli/benchmarks-are-below
Typo benchmarks are below reference in README.
2017-12-25 20:07:35 -05:00
Steven
97c82b7efa
Update copyright to 2018 in README
Because the new year is upon us
2017-12-25 17:53:35 -05:00
Josh Bruce
01718d8c54
Merge pull request #742 from wski/patch-1
small typo
2017-12-25 17:20:01 -05:00
Josh Bruce
abdb4ce5fb
Merge pull request #622 from KhanMaytok/master
Update year in README
2017-12-25 17:12:06 -05:00
Josh Bruce
5ff21cfad8
Merge pull request #478 from PeterDaveHello/patch-1
Use svg instead of png to get better image quality
2017-12-25 17:00:02 -05:00
Thomas Broadley
8a048b0c22 Fix typos 2017-12-14 20:35:04 -05:00
Richard Gibson
82de6baed0 Document the xhtml option 2017-10-06 20:40:21 -04:00
Matt d'Entremont
e8525b2ff4 Update README to account for npm run-script usage 2016-07-08 16:04:04 -03:00
Matt d'Entremont
34323df83a Remove "preferGlobal" from "package.json" file
- Add instructions for installing the cli tool
2016-07-08 15:57:07 -03:00
Matt Wisniewski
930555a723 small typo
I think this is a typo, figured I'd put in a PR just in case.
2016-04-20 13:58:55 -04:00
Ozzie Neher
6470e8bd1c Update readme example to reflect defaults
Changed sanitize default from true to false in the example.
2016-03-14 16:56:15 -06:00
Otto Jongerius
ff032bd83e Values in example do not always match defaults. 2016-01-24 16:00:58 +11:00
Giancarlo
46876e047b Update year in README 2015-07-15 12:47:55 -05:00
Marquee
6a39c78c41 Fix tiny typo 2015-02-26 00:14:13 -05:00
Ciro Santilli
81373b37bf Add browser usage to README. 2014-09-19 15:43:20 +02:00
Peter Dave Hello
a5c5fcc438 Use svg instead of png to get better image quality 2014-08-28 20:47:48 +08:00
Ciro Santilli
cac787f745 Typo benchmarks are below reference in README. 2014-05-05 21:43:35 +02:00
Christopher Jeffrey
52e445f6ee v0.3.1 2014-01-31 17:00:36 -06:00
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