azu

Results 512 issues of azu

Next HonKit major ideas. It is breaking changes list! ## Todo - [ ] remove asciidoc support MayBe.

Type: Meta

Navigation overlay on body-inner on the default theme. ![image](https://user-images.githubusercontent.com/19714/91704960-40631800-ebb7-11ea-8c40-ecaa970604c4.png) It occurs when browser width in a specific range. This behavior cause conflict between [Gitbook Anchors Plugin](https://github.com/rlmv/gitbook-plugin-anchors) and the navigation button....

Type: Bug
Type: Theme

HonKit project always welcome to new contributors! ✋ Multiple maintainer make this project more stable! Contributing way is various - Improve documentation - Fix a bug - Add a new...

Type: Meta

Currently, we only provide `gitbook` varaibles. We need to provice `honkit` variables as same value. - https://honkit.netlify.app/templating/variables.html 📝 `gitbook` variables will be preserved for backward compatible. It can not be...

Type: Feature
good first issue

From #77 Currently, HonKit use [Honkit Legacy Markdown Parser](https://github.com/honkit/honkit/tree/master/packages/%40honkit/markdown-legacy) that is compatible GitBook v3. We want to get more [CommonMark](https://commonmark.org/) compatible in the future. I think, It is good that...

Type: Breaking Change
Type: Markdown

- Add `honkit --version` usage - Add version information in `honkit * --log=debug` ? - Maybe It ok that honkit show version in `--log=info`. It means that show version by...

Type: Documentation

Current HonKit render to HTML and the HTML includes HTML entity encoding characters. ![image](https://user-images.githubusercontent.com/19714/86514443-232afb00-be4d-11ea-8d70-5c29df6e4935.png) Example: https://jsprimer.net/ Probably, It encode only non-ascii characters. I think that it is not nessary. Also,...

Status: Proposal

Current cache mechanism depended on file content changes. Simple cache structure using [flat-cache](https://www.npmjs.com/package/flat-cache). https://github.com/honkit/honkit/blob/master/packages/honkit/src/output/page-cache.js https://github.com/honkit/honkit/blob/025344d16113594e62864986d11e044cb9b8fec8/packages/honkit/src/output/generatePages.js#L36-L37 ``` { "": "" } ``` In sometimes, other reason effect rendering results. - Book...

Status: Proposal

Currently, a user can not select parser as plugin. Probably, we can do it. So, HonKit user will select `@honkit/markdown` or `@honkit/markdown-legacy`, or own custom parser. It will includes asciidoc...

Status: Proposal