azu
azu
Re-work for #133
Next HonKit major ideas. It is breaking changes list! ## Todo - [ ] remove asciidoc support MayBe.
Navigation overlay on body-inner on the default theme.  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....
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...
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...
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...
- 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...
Current HonKit render to HTML and the HTML includes HTML entity encoding characters.  Example: https://jsprimer.net/ Probably, It encode only non-ascii characters. I think that it is not nessary. Also,...
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...
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...