- feat(external-script): detect more than one script dom, fixed #146
- GA: Send hash instead of complete href (#147)
- feat(event): Collapse the sidebar when click outside element in the small screen
- feat(render): add mergeNavbar option, close (#125
- add optional current route param to toURL and use it to properly compose local anchor links
- fix code style by removing semicolons
- in toURL test for anchor links and if so prepend the currentPath to the generated path. fixes (#142)
- fix: .md file extension regex
- feat(route): auto remove .md extension
- fix: adjust display on small screens @jrappen
- fix: navbar labels for German @jrappen
- fix(search): fix input style
- fix search plugin match bug
- Add ability to ignore headers when generating toc (#127 @christopherwk210)
- fix external-script not inserting script at right place @Leopoldthecoder
- add German docs @jrappen
- feat(emojify): add no-emoji option
- feat(zoom-image): add plugin
- add front-matter plugin
- add external-script plugin, @Leopoldthecoder
- Fix nav showing while loading (#112)
- fix(render): Toc rendering error, fixed #106
- feat(search): Localization for no data tip, close #103
- fix(fetch): load sidebar and navbar for parent path, fixed #100
- feat(render) nameLink for each route, fixed #99
- fix(search): dont search nameLink, fixed #102
- fix(search): dont search nameLink, fixed #102
- fix(render): custom cover background image
- fix(tpl): extra character, fixed #101
- fix(search): incorrect anchor link, fixed #90
- feat(emoji): add emoji plugin
- feat(pwa): add sw.js
- fix(layout.css): loading style
- fix(event): highlight sidebar when clicked, fixed #86
- fix(gen-tree): cache toc list, fixed #88
- fix(render): execute script
- fix(render): disable rendering sub list when loadSidebar is false
- fixed look of links in blockquote
- fix(scroll) highlight bug
- fix(search): add lazy input
- fix(compiler): link
- fix(route): empty alias
- Not support IE9
- The route becomes:
/#/page?id=slug
. The previous route will be redirected