billryan

Results 37 comments of billryan

I do agree with you that current structure is a bit confused. I prefer the structure with topics(including questions) classified.

It's working with old gitbook version 4 years ago, could you paste your gitbook version?

Thanks. You can post it here.

Technically, you can use `finish:before` hook to generate `tags.html` page. Without summary hook, you should convert markdown to html by yourself. https://github.com/GitbookIO/gitbook/issues/1532 Hope the new GitBook can generate tags without...

For better math formula display, you can use katex or mathjax plugin. https://github.com/GitbookIO/plugin-katex

I will check GitBook changes this tonight or this weekend.

Run install first, I forgot to update it in documents. ``` docker run --rm -v "$PWD:/gitbook" -p 4000:4000 billryan/gitbook gitbook install ``` Test successfully with my repo https://github.com/billryan/algorithm-exercise

You can paste your OS/docker environment and your gitbook repo address here and I will look into it.

Good suggestion. Add a switch for header2(default: on) would be reasonable.