formatting doesn’t work
-
Hi,
wordpress: 5.4.1Trying to embed python code. The line breaks and tabs are messed up.
Example:
Original:
a = 0
sym = [1,2,3,4,5,6]
for i in sym:
print(“hello\n”)Syntax Highlighter in Elementor comes out like this:
a = 0
sym = [1,2,3,4,5,6]for i in sym: print(“hello\n”)The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘formatting doesn’t work’ is closed to new replies.