feat(render) nameLink for each route, fixed #99
This commit is contained in:
parent
0994663c5a
commit
8ad835ca26
4 changed files with 21 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ markdown.renderer = renderer
|
|||
|
||||
markdown.init = function (config = {}, base = window.location.pathname) {
|
||||
contentBase = getBasePath(base)
|
||||
currentPath = parse().path
|
||||
|
||||
if (isFn(config)) {
|
||||
markdownCompiler = config(marked, renderer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue