Samuel Huang
Samuel Huang
@LYK-love Could you share which math engine are you using? It should be in the something like this under `_config.next.yml`: ```yaml math: every_page: false mathjax: enable: true tags: none katex:...
Please move your issue to our new rep: https://github.com/next-theme/hexo-theme-next/, thanks! GitHubGitHub - next-theme/hexo-theme-next: 🎉 Elegant and powerful theme for Hexo.🎉 Elegant and powerful theme for Hexo. Contribute to next-theme/hexo-theme-next development...
附议,缩略图是很好的点子。 或许应该通过一个 "hexo-generator-gallery" 来实现缩略图功能,类似小红书或者 Pinterest 那样的信息流。
I can reproduce this on `8.0-beta.8+4ae1ea1da`
Hi @IShinji, yes, as @flashlab suggested, you can turn it on in Hexo config. This is more of a Hexo thing instead of NexT thing. See https://hexo.io/docs/internationalization for more explanation.
The only valid use case I can think of is speeding up building in CI env? But that doesn't make sense either, since dependencies are likely to be cached. I'm...
It's confusing since `#stroke` is similar to `#rgb`, they don't return any content, and none of them has a handler defined in `Typst.hs`, but `rgb` works and `stroke` doesn't.
This issue should be moved to https://github.com/jgm/typst-hs!
> as for > > > Users should be able to use require("molten").setup(opts) to load this plugin, this is quite conventional > > I would point you to this. https://github.com/lumen-oss/nvim-best-practices#zap-initialization...
I need to correct my description of the bug: - If a command is specified in `cmd` key in LazySpec - The first invocation of that command will work. -...