Toshihiko Ichida

Results 13 comments of Toshihiko Ichida

How about using ``. You may need to add some CSS definitions, like font-size. ``` $ python3 --version Python {{ book.python.stable.release }} ```

Though this is not Honkit itself but default theme, I'd like to use Font Awesome 5 instead of 4.

>An included template does not participate in the block structure of its including template; it has a totally separate inheritance tree and block namespace. In other words, an include is...

Thank you for your confirmation. ## Reproducing You've already reproduced it. I should have posted an expected capture. The issue is that the red square part is not rendered. ![image](https://user-images.githubusercontent.com/12756480/98054766-398aa700-1e7f-11eb-88dd-73d543022549.png)...

Thanks for your comment. This issue is not related to "include", so It's for #144, its't it? > Does other nunjuks syntax work in this? No. The README.md uses ONLY...

> In other words, can README.md use nunjucks syntax like this? You mean that we cannot use `===` nor `!==` in `{% if %}` in honkit markdown? Actually I'm using...

Unfortunaltely `{% if variable %}` produces same result.

Thanks for your reply. I could reproduce this by the following steps. 1. npx honkit init 2. npx honkit build 3. npx honkit serve to confirm and test 4. deploy...

Is there any progress for this issue? My app accesses Lotus Notes Database via win32ole, and runs well with ruby2.3.3. Recently I switched ruby from ruby 2.3.3p222(Rubyinstaller 1) to ruby...

Thank you for the comment. Although I'm not sure the root cause of my case is same as the one of Access DB, here are some additional information. - I...