docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
## Bug Report Currently, [`executeScript: true`](https://github.com/MichaelCurrin/docsify-js-tutorial/blob/master/docs/README.md#add-scripts) does not run [ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) and throws an `Uncaught SyntaxError: Cannot use import statement outside a module`. #### Steps to reproduce `index.html`: ```html window.$docsify...
## **Summary** The initial selector uses `element.nextSibling`, which may select an empty `#text` on Chromium-based browsers. Here is an instance: For a link in the sidebar, it usually seems like...
## Feature request Make search stop showing markdown and/or HTML syntax in search results #### What problem does this feature solve? Showing markdown and html syntax in search results is...
Scripts in `.vscode/launch.json` don't work. They have not been kept up-to-date with package.json.
Hi. Is it possible to create a sitemap for the docsify site?
## Feature request Allow user to add `title mark` (the little content on the corner of title) to make it more flexible. - Support content - Support some active like...
Why can't my search jump? Is there an error in my configuration?  ```html window.$docsify = { // 加载 _sidebar.md loadSidebar: true, subMaxLevel: 6, search: { // paths: ['/','/url1','/url2','/url2'], paths:...
## Bug Report #### Steps to reproduce ``` # More video ## video 1  ## video 2  ##...
Is it possible to integrate to docsify PrismJS [line-highlight](https://prismjs.com/plugins/line-highlight/) and [line-numbers](https://prismjs.com/plugins/line-numbers/) plugins ? Thank's for this amazing project, great work !
How to write an example of a bootstrap based js plug-in? When I introduce the cdn of bootstrap. css into the index. html page, it will cause style confusion