merge marked renderer function instead of overiding it. (#74)

This commit is contained in:
Liu Yuyang 2017-02-13 22:44:43 +08:00 committed by cinwell.li
commit 434e8d1a36
4 changed files with 6 additions and 5 deletions

View file

@ -149,7 +149,7 @@ And it can even be customized
```js
window.$docsify = {
markdown: function(marked) {
markdown: function(marked, renderer) {
// ...
return marked

View file

@ -155,7 +155,7 @@ window.$docsify = {
```js
window.$docsify = {
markdown: function(marked) {
markdown: function(marked, renderer) {
// ...
return marked