{"maintainers":[{"email":"hexojs@gmail.com","name":"hexobot"},{"email":"tommy351@gmail.com","name":"tommy351"},{"email":"hi@abnerchou.me","name":"abnerchou"}],"keywords":["hexo","markdown","marked","renderer"],"dist-tags":{"latest":"0.3.0","beta":"0.2.4"},"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"description":"Markdown renderer plugin for Hexo","readme":"# hexo-renderer-marked\r\n\r\n[![Build Status](https://travis-ci.org/hexojs/hexo-renderer-marked.svg?branch=master)](https://travis-ci.org/hexojs/hexo-renderer-marked)  [![NPM version](https://badge.fury.io/js/hexo-renderer-marked.svg)](http://badge.fury.io/js/hexo-renderer-marked) [![Coverage Status](https://img.shields.io/coveralls/hexojs/hexo-renderer-marked.svg)](https://coveralls.io/r/hexojs/hexo-renderer-marked?branch=master)\r\n\r\nAdd support for [Markdown]. This plugin uses [marked] as render engine.\r\n\r\n## Installation\r\n\r\n``` bash\r\n$ npm install hexo-renderer-marked --save\r\n```\r\n\r\n- Hexo 3: >= 0.2\r\n- Hexo 2: 0.1.x\r\n\r\n## Options\r\n\r\nYou can configure this plugin in `_config.yml`.\r\n\r\n``` yaml\r\nmarked:\r\n  gfm: true\r\n  pedantic: false\r\n  sanitize: false\r\n  tables: true\r\n  breaks: true\r\n  smartLists: true\r\n  smartypants: true\r\n  modifyAnchors: ''\r\n  autolink: true\r\n```\r\n\r\n- **gfm** - Enables [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown)\r\n- **pedantic** - Conform to obscure parts of `markdown.pl` as much as possible. Don't fix any of the original markdown bugs or poor behavior.\r\n- **sanitize** - Sanitize the output. Ignore any HTML that has been input.\r\n- **tables** - Enable GFM [tables](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-tables). This option requires the `gfm` option to be true.\r\n- **breaks** - Enable GFM [line breaks](https://help.github.com/articles/github-flavored-markdown#newlines). This option requires the `gfm` option to be true.\r\n- **smartLists** - Use smarter list behavior than the original markdown.\r\n- **smartypants** - Use \"smart\" typograhic punctuation for things like quotes and dashes.\r\n- **modifyAnchors** - Use for transform anchorIds. if 1 to lowerCase and if 2 to upperCase.\r\n- **autolink** - Enable autolink for URLs. E.g. `http://hexo.io` will become `<a herf=\"http://hexo.io\">http://hexo.io</a>`.\r\n\r\n[Markdown]: http://daringfireball.net/projects/markdown/\r\n[marked]: https://github.com/chjj/marked\r\n","repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"users":{"crazyjingling":true},"bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"license":"MIT","versions":{"0.1.0":{"name":"hexo-renderer-marked","version":"0.1.0","description":"Markdown renderer plugin for Hexo","main":"index","repository":{"type":"git","url":"https://github.com/hexojs/hexo-renderer-marked.git"},"bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":{"type":"MIT","url":"https://raw.github.com/tommy351/hexo/master/LICENSE"},"dependencies":{"marked":"^0.3.2","lodash":"^2.4.1"},"homepage":"https://github.com/hexojs/hexo-renderer-marked","_id":"hexo-renderer-marked@0.1.0","dist":{"shasum":"98f746a58ef46da494e6819d85fca03ee1ae8380","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"directories":{}},"0.2.3":{"name":"hexo-renderer-marked","version":"0.2.3","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-renderer-marked"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.1.0","marked":"^0.3.2","object-assign":"^2.0.0","strip-indent":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8"},"gitHead":"71d5ae73ea5377b8fbaedd6926645a9844272f05","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked","_id":"hexo-renderer-marked@0.2.3","_shasum":"0f57f926c8f6f7e3708fe4df985c56d818a12bc4","_from":".","_npmVersion":"2.1.8","_nodeVersion":"0.10.33","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"0f57f926c8f6f7e3708fe4df985c56d818a12bc4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.3.tgz"}},"0.2.4":{"name":"hexo-renderer-marked","version":"0.2.4","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-renderer-marked"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.1.0","marked":"^0.3.3","object-assign":"^2.0.0","strip-indent":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8"},"gitHead":"1c8c5f924f7530a82f5c25fa3b41514dd1c89d8c","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked","_id":"hexo-renderer-marked@0.2.4","_shasum":"18e5d4e020e63c35905f03c54ca77f520e7e9617","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"18e5d4e020e63c35905f03c54ca77f520e7e9617","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.4.tgz"}},"0.2.5":{"name":"hexo-renderer-marked","version":"0.2.5","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"test":"gulp test"},"directories":{"lib":"./lib"},"engines":{"node":">= 0.10.0"},"repository":{"type":"git","url":"https://github.com/hexojs/hexo-renderer-marked"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.1.0","marked":"^0.3.3","object-assign":"^2.0.0","strip-indent":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","coveralls":"^2.11.2","gulp":"^3.8.9","gulp-istanbul":"^0.5.0","gulp-jshint":"^1.8.6","gulp-load-plugins":"^0.8.0","gulp-mocha":"^2.0.0","jshint-stylish":"^1.0.0","mocha":"^2.0.1","rimraf":"^2.2.8"},"gitHead":"8def5eaa427950a4d5a91555dbe8401820f63efd","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked","_id":"hexo-renderer-marked@0.2.5","_shasum":"a5d5d0702d4c90634606ade7dc9a2e963a55d579","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"a5d5d0702d4c90634606ade7dc9a2e963a55d579","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.5.tgz"}},"0.2.6":{"name":"hexo-renderer-marked","version":"0.2.6","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.3.0","marked":"^0.3.5","object-assign":"^4.0.1","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","istanbul":"^0.4.1","jscs":"^2.6.0","jscs-preset-hexo":"^1.0.1","mocha":"^2.3.4"},"gitHead":"fe4ad6c4eb07cd73ae963344550e13214c79c5ce","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.2.6","_shasum":"e6fec6230b6aaba17a444e8b028f54110357fc63","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"e6fec6230b6aaba17a444e8b028f54110357fc63","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.6.tgz"}},"0.2.7":{"name":"hexo-renderer-marked","version":"0.2.7","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.5.1","marked":"^0.3.5","object-assign":"^4.0.1","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","istanbul":"^0.4.1","jscs":"^2.7.0","jscs-preset-hexo":"^1.0.1","mocha":"^2.3.4"},"gitHead":"799219afe7911756cd270a5872b6eade79bf6a33","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.2.7","_shasum":"f31012f4d32095903869ab525c223605cdc962af","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"f31012f4d32095903869ab525c223605cdc962af","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.7.tgz"}},"0.2.8":{"name":"hexo-renderer-marked","version":"0.2.8","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.5.1","marked":"^0.3.5","object-assign":"^4.0.1","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","istanbul":"^0.4.1","jscs":"^2.7.0","jscs-preset-hexo":"^1.0.1","mocha":"^2.3.4"},"gitHead":"256b4c523af06d1cad4fbc231948d14a46a74baf","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.2.8","_shasum":"1e6212ef20031c32d4f8ca20f748d0d22cd85689","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"dist":{"shasum":"1e6212ef20031c32d4f8ca20f748d0d22cd85689","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.8.tgz"},"deprecated":"This version has an issue with links. Please update to 0.2.9."},"0.2.9":{"name":"hexo-renderer-marked","version":"0.2.9","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.5.1","marked":"^0.3.5","object-assign":"^4.0.1","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","istanbul":"^0.4.1","jscs":"^2.7.0","jscs-preset-hexo":"^1.0.1","mocha":"^2.3.4"},"gitHead":"9ec99d34b67c7cebb1a8e43c582633cd0e219b96","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.2.9","_shasum":"cd2cad7e0b4e1a2a96478748c880150603741a05","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"dist":{"shasum":"cd2cad7e0b4e1a2a96478748c880150603741a05","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.9.tgz"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/hexo-renderer-marked-0.2.9.tgz_1454746766655_0.05153234302997589"}},"0.2.10":{"name":"hexo-renderer-marked","version":"0.2.10","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.5.1","marked":"^0.3.5","object-assign":"^4.0.1","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.4.1","eslint":"^1.10.3","eslint-config-hexo":"^1.0.2","istanbul":"^0.4.1","jscs":"^2.7.0","jscs-preset-hexo":"^1.0.1","mocha":"^2.3.4"},"gitHead":"f50a583a4d313447fd720aa71d93866f637e2697","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.2.10","_shasum":"7c38f4c21dbd7297da30f8cc002da4a18352ecf6","_from":".","_npmVersion":"3.7.1","_nodeVersion":"4.3.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"dist":{"shasum":"7c38f4c21dbd7297da30f8cc002da4a18352ecf6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.10.tgz"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/hexo-renderer-marked-0.2.10.tgz_1455366653810_0.16099391505122185"}},"0.2.11":{"name":"hexo-renderer-marked","version":"0.2.11","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.6.0","marked":"^0.3.5","object-assign":"^4.1.0","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.12.0","eslint-config-hexo":"^1.0.3","istanbul":"^0.4.3","jscs":"^3.0.4","jscs-preset-hexo":"^1.0.1","mocha":"^2.5.3"},"gitHead":"a85a54c88773f06f583e8b32af54eda8f0694dfe","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.2.11","_shasum":"32fd3880d3c3979fd7b8015ec121a6c44ff49f84","_from":".","_npmVersion":"3.7.1","_nodeVersion":"4.3.0","_npmUser":{"name":"tommy351","email":"tommy351@gmail.com"},"dist":{"shasum":"32fd3880d3c3979fd7b8015ec121a6c44ff49f84","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.2.11.tgz"},"maintainers":[{"name":"tommy351","email":"tommy351@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/hexo-renderer-marked-0.2.11.tgz_1465822858506_0.6994716057088226"}},"0.3.0":{"name":"hexo-renderer-marked","version":"0.3.0","description":"Markdown renderer plugin for Hexo","main":"index","scripts":{"eslint":"eslint .","jscs":"jscs .","test":"mocha test/index.js","test-cov":"istanbul cover --print both _mocha -- test/index.js"},"directories":{"lib":"./lib"},"repository":{"type":"git","url":"git+https://github.com/hexojs/hexo-renderer-marked.git"},"keywords":["hexo","markdown","marked","renderer"],"author":{"name":"Tommy Chen","email":"tommy351@gmail.com","url":"http://zespia.tw"},"license":"MIT","dependencies":{"hexo-util":"^0.6.0","marked":"^0.3.5","object-assign":"^4.1.0","strip-indent":"^1.0.1"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.12.0","eslint-config-hexo":"^1.0.3","istanbul":"^0.4.3","jscs":"^3.0.4","jscs-preset-hexo":"^1.0.1","mocha":"^2.5.3"},"gitHead":"9ebc72748a9ed365389ac29d919491549074e31e","bugs":{"url":"https://github.com/hexojs/hexo-renderer-marked/issues"},"homepage":"https://github.com/hexojs/hexo-renderer-marked#readme","_id":"hexo-renderer-marked@0.3.0","_shasum":"5fa27a361075d148b8ecff29952a3e15e23aed81","_from":".","_npmVersion":"4.0.2","_nodeVersion":"6.9.1","_npmUser":{"name":"abnerchou","email":"zhcjtht@hotmail.com"},"dist":{"shasum":"5fa27a361075d148b8ecff29952a3e15e23aed81","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/hexo-renderer-marked/-/hexo-renderer-marked-0.3.0.tgz"},"maintainers":[{"name":"abnerchou","email":"zhcjtht@hotmail.com"},{"name":"tommy351","email":"tommy351@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/hexo-renderer-marked-0.3.0.tgz_1491341492669_0.3838613829575479"}}},"name":"hexo-renderer-marked","time":{"modified":"2017-05-25T21:35:27.362Z","created":"2014-05-10T15:48:59.006Z","0.1.0":"2014-05-10T15:48:59.006Z","0.2.1":"2015-01-09T14:00:16.840Z","0.2.2":"2015-01-09T14:04:33.342Z","0.2.3":"2015-01-09T14:05:51.401Z","0.2.4":"2015-02-04T15:12:03.531Z","0.2.5":"2015-03-05T03:05:13.663Z","0.2.6":"2015-12-06T05:57:23.855Z","0.2.7":"2015-12-13T15:33:42.030Z","0.2.8":"2015-12-27T07:25:07.667Z","0.2.9":"2016-02-06T08:19:27.454Z","0.2.10":"2016-02-13T12:30:55.751Z","0.2.11":"2016-06-13T13:01:02.593Z","0.3.0":"2017-04-04T21:31:33.387Z"},"readmeFilename":"README.md","homepage":"https://github.com/hexojs/hexo-renderer-marked#readme"}