expikr

Results 63 issues of expikr

I know that most mdbook documentation have very short chapter/sections per page so it is seldom needed, but one may conceive of people putting novel Ebola in mdbook format, in...

This pull request adds an option to let users additionally enable the more concise [AsciiMath](http://asciimath.org/) syntax supported by MathJax. Usage: ```toml [output.html] mathjax-support = true asciimath-support = true ``` To...

A-MathJax
S-waiting-on-review

Closes https://github.com/rust-lang/mdBook/issues/2048 This allows users to specify _additional_ themes without replacing the presets. ![image](https://user-images.githubusercontent.com/77922942/232315486-0d0d4f2e-e0b4-4f70-8e0a-c5216fe3e53c.png) ## Example usage ### `book.toml` ``` [output.html] additional-css = ["orange.css"] additional-theme = ["Orange"] ``` ### `orange.css`...

A-Theme
S-waiting-on-review

### Problem It would be nice if one can pass arguments into an #include such that the inserted content substitutes the specified values. ### Usage Example #### `src/MyTemplate.md` ``` Hello...

C-enhancement

### Problem According to the documentation, you either have to stick with the shipped themes or swap them out entirely/modifying them. I would like to keep the default themes, but...

C-enhancement

I've been wrapping the `@shuffle` function a lot with the following generic in order to achieve something similar to swizzling syntax in shader languages: ```zig inline fn swiz(vec: anytype, mask:...

https://github.com/ziglang/zig/commit/d817a3c5173a4f9e41c5872e58733287c9686018 https://github.com/ziglang/zig/commit/e7ead9c5eacde7eda94d39380ec8b6d474d49607

![image](https://github.com/ziglang/www.ziglang.org/assets/77922942/c61d91bb-4ef5-4a82-a2e3-f45451a090fd)