EnlighterJS / Plugin.WordPress

:package: Official WordPress Plugin of EnlighterJS
http://wordpress.org/plugins/enlighter/
GNU General Public License v2.0
115 stars 17 forks source link

Python "&" is displaying as "&" #362

Closed pi-plates closed 1 year ago

pi-plates commented 1 year ago

As written: if (ADC.getEVENTS(addr) & 0x80):

As displaying: if (ADC.getEVENTS(addr) & 0x80):

AndiDittrich commented 1 year ago

please provide more informations. looks like WordPress related ?

pi-plates commented 1 year ago

Yes, this is the plugin on wordpress page. You can see it on the code example at: https://pi-plates.com/adcplate-users-guide/#Events-2

AndiDittrich commented 1 year ago

your not using EnlighterJS on your frontend.. keep in mind to disable other syntax highlighters ..otherwise it cannot work!

pi-plates commented 1 year ago

The only other plugin I have is Crayon. And if I turn that off, some of my examples are reduced to a single long line of code.

AndiDittrich commented 1 year ago

it's not possible not use Enlighter with Crayon - depending on your settings, the compatibility mode should work as expected

pi-plates commented 1 year ago

OK, I'll keep playing with it. Thanks.