docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
We need allow the ability to fully encapsulate Docsify features and state. With encapsulation, it will be possible later on to mount any number of `Docsify` instances anywhere in a...
## Bug Report #### Steps to reproduce 1. Import tab plugin 2. Create a .md file with a tab 3. Import that .md into any other .m using the embedded...
## Bug Report Relative path in embedded HTML elements, e.g., images are not converted to unified absolute URLs that can be accessed from the document page. #### Steps to reproduce...
No idea what is the purpose of this plugin
## Summary **Bug:** Navigating to an anchor link on docs with images causes the initial auto-scroll to "undershoot" the correct location. This is because the scroll location is calculated prior...
## **Summary** When no `fetch`is done, the active sidebar element is not updated when a link is clicked. This is changed in this commit by calling getAndActive in `$resetEvents`. This...
## Feature request Trigger css `:target` or add active class on scroll to header #### What problem does this feature solve? Currently when you click on a link, the page...
This is a new issue to track the improvements to the CSS styling system. This will likely be a major version bump on its own eventually, but first we can...
## Feature request #### Problem or desire I have been writing some docs for my own use case. The library is amazing. Though I need ideas. Some pages are quite...
## Bug Report #### Steps to reproduce Attempt to add a warning tip using the `!>` tag, running over multiple lines with a nested list, for example: ``` !> *...