docsify
docsify copied to clipboard
🃏 A magical documentation site generator.
**Summary** **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
Bumps [marked](https://github.com/markedjs/marked) from 1.2.9 to 2.0.0. Release notes Sourced from marked's releases. v2.0.0 2.0.0 (2021-02-07) Bug Fixes Join adjacent inlineText tokens (#1926) (f848e77) Total rework of Emphasis/Strong (#1864) (7293251) BREAKING...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
**Summary** Support browser-level image lazy-loading. **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update...
**Summary** **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ]...
Just a PR I'm using for running tests.
## Bug Report #### Steps to reproduce 1. open a page which contains lots of picture 2. click one head at the bottom of this page 3. copy this url...
Docsify does not scroll to the clicked sidebar link content if the link was the last sidebar link clicked. 1. Visit the [Markdown](https://jhildenbiddle.github.io/docsify-themeable/#/markdown) section on the [docsify-themeable](https://jhildenbiddle.github.io/docsify-themeable/) site 1. Click...
Hi When I read the docs of "Set target attribute for link" https://docsify.js.org/#/helpers?id=set-target-attribute-for-link I try a relative path to jump ``` [demo](/docs/front_end/summery_of_experience/data_use/assets/demo/index.html ':target=_blank') ``` but It be compiled as ```...
## Bug Report #### Steps to reproduce 1. Create a 3 page docsify site - README, page1, page2 2. Add in the navigation bar to the site 3. Add links...