docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
  **Problem** This is with reference to `executeScript` property. Currently, docsify checking an executable script tag using [this](https://github.com/docsifyjs/docsify/blob/develop/src/core/render/index.js#L15-L17) The markdown input for these doesn't look good [ref](https://github.com/docsifyjs/docsify/blob/develop/docs/themes.md#click-to-preview) **solution** if...
  Currently, we are using `stylus` for writing CSS but we can consider moving with `LESS` or `SASS (preferable)`.
  - Considering this as well https://github.com/docsifyjs/docsify/issues/413#issuecomment-395293929. ( @jhildenbiddle 's thoughts ?) --- docsify extends Markdown syntax to make your documents more readable. ```markdown > [!] **Time** is money,...
Another v5 feature we should consider is tweaking the docisfy plugin architecture to be more resilient. This warrants further discussion, but here are two ideas worth considering: 1. Provide a...
## Bug Report Downloading a linked a .docx Word file adds bites to file and corrupts it. Sounds like it may be similar to [this issue](https://github.com/docsifyjs/docsify/issues/1658) #### Steps to reproduce...
## Summary - **Remove Vue v2 dependencies, tests, and documentation** Vue.js v2 has reached [EOL status](https://v2.vuejs.org/eol/). - **Update Vue v3 dependencies, tests, and documentation** - **Support Vue text interpolation in...
## Summary _This PR includes refactor and clean-up work in preparation for the next major release (v5). Only changes to build and docs are included. No functional or test-related changes...
## Feature request Reset .`markdown-section` `max-width` to `800px` or a similar value #### Problem or desire Docsify used to limit articles `max-width` to `800px` but this was changed to `80%`...
## Summary The `doneEach` hook function for the cover should be called after the cover page HTML has been appended to the DOM. ## Related issue, if any: ## What...
## Bug Report #### Steps to reproduce 1. Click the anchor (url will be `URL1` now) 2. Scroll to the anchor 3. Click the anchor again Or visit `URL1`, repeat...