Redglyph

Results 99 comments of Redglyph

> > PS: I made a quick Python script to check and at the moment, no page has successive code lines. So at least there will be no conflict. >...

You need to be in `tldr-main/pages` to launch it, or you'll get false positives with the other *.md files at the top (which means I haven't verified the other languages).

You're welcome. 🙂 You can modify both scripts like that to launch from the top and look into all the pages* subdirectories: ```python from glob import glob for page in...

I realize that 2 consecutive lines are shown on the same line, in some markdown (not here but for ex. in IntelliJ plugin): `sudo pacman --sync --refresh --sysupgrade` `sudo pacman...

Indeed, it looks like a limitation of the parser. I've tried to adapt a theme, but it's easy to see by using `highlight_theme = "css"` in the configuration that the...

The Sublime syntax file is very old, its last modification was done in 2019. I've tried with another file I found in the `rust-lang` repository: https://github.com/rust-lang/rust-enhanced/blob/master/RustEnhanced.sublime-syntax (Note: you must rename...

This issue doesn't seem to be active anymore. For anyone looking for a fix, I'll just include my modified version of `Rust.sublime-syntax`, that I patched to get slightly better results...

I've been looking for this shortcut for a while, not knowing if there was any at all. My thanks to the OP, and so this confirms it's much needed.

@meithecatte Thanks for the script, it's very helpful! For information, I've replaced the line with the link back to the reference as below to avoid confusion when there are several...

While `zola serve -i 0.0.0.0 -u 192.168.56.1 -O` works, it doesn't with a path after the IP either. Besides, it opens the browser at `http://0.0.0.0:1111/` instead of the expected `192.168.56.1:1111`...