max13fr
max13fr
> @max13fr how do you achieve this cool styling for the code snippets? You surround your code with three backticks before & after : https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks
I use the default wikijs theme (without dark mode) on the last version. For the highlight, you can add the language after the 3 first backtick (here it's sql)
Hello, I compared with code block display in preview edition that doesn't have the issue. The class **prismjs** is missing on \ when displaying the normal page. Here an example...
Hi, I find a quickfix to avoid this ugly display. In themes page, you can inject code in the html body. Just put this in it : ```html setTimeout(function() {...