Hi,
The missing line breaks I am also seeing when simply pasting Ardiuno code and using language=”clike”. Example
[dm_code_snippet background=”no” wrapped=”yes” language=”clike” slim=”yes” copy-confirmed=”Copied. Once pasted into IDE, run CTL T to Auto Format”]
An example output can be seem at https://ditronix.net/wiki/emis-1_test_code_oled/
Had to put a . in the opening comment to break the lines which is untidy.
ALSO, noted that if you place a comment after a statement etc, the comment displays on the following line (although a ‘code copy’ is OK).. Example:
#define LED_Red 2 // Red LED
shows up as
#define LED_Red 2
// Red LED
Many thanks and keep up the good work!