Plugin.WordPress
Plugin.WordPress copied to clipboard
:package: Official WordPress Plugin of EnlighterJS
**Describe the bug** I am writing a blog post on my website. I have a java code which includes ChoiceBox cb = new ChoiceBox(); something like that and there is...
Hi, I'm trying to switch a site from Crayon Syntax Highlighter to Enlighter and I'm running into an issue where text following a code block is not enclosed within paragraph...
**Describe the bug** Lines are to high with Colibri Theme **WordPress Editing Mode** Which WordPress editing mode you're using ? * Gutenberg **Frontend or Backend Issue** Does the issues occurs...
I have several code snippets on my website which are quite long. Is there a way to tell Enlighter to show a specific number of lines and then add a...
I assume I am not even on the right place to ask this question ... Thanks
I know this was reported before, but I'm bringing this up again since the fix suggested [here](https://github.com/EnlighterJS/documentation/blob/master/wordpress/WPThemeCompatibility.md) doesn't work anymore after updating to v4.4.0. I needed to change it to...
See for example the first code block here: https://coaxion.net/blog/2020/09/porting-ebu-r128-audio-loudness-analysis-from-c-to-rust-porting-details/ The code is in a three-backtick code block inside the markdown. This is with version 4.3.1 of the plugin with the...
Thank you for creating EnlighterJS. It displays beautiful code. Is it possible to display a filename at the bottom of code snippet? I want to point out my readers in...
Any chance version 4 will support external URL capabilities? I'd prefer to refer to files hosted outside of the website, as this will allow me to use my preferred IDE...
Is it possible to have highlighting for a language within another language? For instance CSS and JS within HTML.