Toshimaru
Toshimaru
I'm wondering if Sorcery project would be moved to organization to make collaboration easy.
Let me release #101 first. It's too big to release the change 🙀
I'm still considering whether jekyll-toc supports custom anchor feature. I'd like to recommend to use [anchor.js](https://www.bryanbraun.com/anchorjs/). It might be more flexible solution. Does it sound good to you? ref. https://www.bryanbraun.com/anchorjs/
FYI, `{% toc %}` + [anchor.js](https://www.bryanbraun.com/anchorjs/) sample project: [railsdoc/railsdoc.github.io: Rails API Documentation.](https://github.com/railsdoc/railsdoc.github.io)
not sure the relationship between jekyll-toc and octicons. what do you mean by saying take advantage of the octicons?
Oh, my bad,I added Octicon support, but I totally forgot it! 😹 Okay, I'll add some description in readme. (but reading [official document](https://github.com/primer/octicons) is recommended!)
issue reported by @XhmikosR. https://github.com/toshimaru/jekyll-toc/pull/82#issuecomment-478687677 Quote: > @toshimaru this breaks a few things, or one of the other 0.12.0 changes. > > If you try our v4-dev branch from https://github.com/twbs/bootstrap.git,...
It happens when page content returns wrong HTML(partially markdown content). ``` > context.registers[:page]['content'] => "## Examples\n\nAlerts are available for any length of text, as well as an optional dismiss button....
Yes, it seems so. will look into further why the order changes by a content.
Created PR: https://github.com/twbs/bootstrap/pull/28598