kirby-highlighter icon indicating copy to clipboard operation
kirby-highlighter copied to clipboard

🌐 Server-side syntax highlighting for the code block & KirbyText

Results 3 kirby-highlighter issues
Sort by recently updated
recently updated
newest added

I use the [komments plugin](https://github.com/mauricerenck/komments) from @mauricerenck and there seems to be a comment in queue with some code snippets and this conflicts with kirby-highlighter: ![image](https://github.com/johannschopplich/kirby-highlighter/assets/1446541/a2a64708-4173-4dbd-bec4-f00cc8575ed4)

The characters ➜ andβ–• are mangled when plugin is active as `Γ’ΕΎΕ“` and `Ò–‒`. Other characters possibly affected, those are just the ones I've encountered.

Some languages (for example "html, js") are skipped in the code block snippet, because – in this case – "html" or "js" are not included in the array returned by...