Eldred Habert

Results 458 comments of Eldred Habert

[This works for us](https://gbdev.io/pandocs/Accessing_VRAM_and_OAM.html#oam-memory-area-at-fe00-fe9f-is-accessible-during-modes-0-1) with [`highlight.js` in the `theme/` directory](https://github.com/gbdev/pandocs/blob/3c7556ec2d3708bfc106e458776885513cf0faa8/theme/highlight.js). Perhaps the instructions in the User Guide could be made a bit more detailed, akin to [what we have in...

Strange, [I do see `highlight.js` in `theme/`](https://github.com/rust-lang/mdBook/blob/master/src/theme/highlight.css). Are you perhaps using the "Ayu" theme? [That uses a different stylesheet for some reason.](https://github.com/rust-lang/mdBook/blob/master/src/theme/ayu-highlight.css)

This was discussed in #1820 as well (the PR closed just above). See https://github.com/rust-lang/mdBook/pull/1820#issuecomment-1255663374 for a rationale against using draft chapters for this. Special syntax (just an entry without a...

AIUI, non-processed files under `src/` get copied as-is, so couldn't you simply create `src/fonts/Lato-Regular.ttf` and reference that (`fonts/Lato-Regular.ttf`)?

I wanted this feature, so I implemented it [in my project's custom mdBook back-end](https://github.com/ISSOtm/gb-asm-tutorial/blob/master/renderer/src/main.rs#L234-L247). The result [is available online](https://eldred.fr/gb-asm-tutorial/part1/hello_world.html). NB: As a comment above notes, it's very fragile (I won't...

I think it's useful to apply it to the `console` language specifically, being exactly the "shell commands preceded by prompts" language.

I'd consider the `console` language to be a suitable opt-in, since it's one of at least three aliases to the same language.

I wanted to start working on this, but I don't want the effort to be wasted in case #1652 is merged instead. Should I go ahead regardless?

Nice! :+1: This is very interesting for [us](https://github.com/gbdev), since we have [Pan Docs](https://gbdev.io/pandocs), which contains some [RGBASM](https://rgbds.gbdev.io/docs/master/rgbasm.5) assembly [snippets](https://gbdev.io/pandocs/Reducing_Power_Consumption.html); so we could test this with [the existing syntax definition](https://github.com/ISSOtm/sublime-RGBDS). That'd...

What needs to be done for this to be merged?