Martijn
Martijn
In the previous months, we have decided to go with MkDocs instead of Docsify due to this bug and other reasons. So I'll probably won't work on this any further.
> I'm not familiar with the markdown spec, but will this break CommonMark? @fisker Actually, this PR makes prettier closer to what Commonmark shows in its tutorials: see https://github.com/prettier/prettier/issues/5019#issuecomment-1751818175 ....
Is there any update on this PR? It would come in really handy if it could be merged :)
This is what I _think_ needs to happen in `theme.lua`: ```lua -- IndentBlankLine hl(0, 'IblIndent', { fg = c.vscContext }) hl(0, 'IblScope', { fg = c.vscContextCurrent }) hl(0, 'IblWhitespace', {...
> ```lua > require("ibl").setup { > scope = { > show_start = false, > show_end = false, > highlight = { "IndentBlanklineContextChar" } > }, > indent = { highlight...
@Mofiqul the highlights seems to have changed, and there is also some issue with highlightgroups. The links in this thread point to the issues at hand. Thanks for looking into...
[BUG] - R2MM won't open on linux (tried using .deb and appimage on latest and second latest release)
I have this issue also on Fedora 39. W7 is end of life and a big security risk, we shouldn't encourage or endors it ... Forcing the update may even...
Although very handy, I think it fits more to request this at the Reveal.js repository at https://github.com/hakimel/reveal.js/ as we use their code to interpret markdown into a slideshow. If they...
Thanks for the tip! This is however also totally up to reveal.js (https://revealjs.com/markdown/#element-attributes) as reveal-md doesn't parse this, but just gives it as is to reveal.js.
I've also hit this bug. Really weird, it breaks my tables. No errors in console. ```markdown | | In rust | Tijdens verzenden | Tijdens verwerking | | --------------- |...