3

prismjs.com is a way to display source code on your web site by highlighting it, similar to the monokai style...

The problem is that the plugin shows my codes horizontally. I would like my code to be structured (easy to read, on multiple lines) rather than being concatenated on several lines.

See here: image

what i home like result

Note: I'm using bootstrap on my web site.

EugenSunic
  • 13,162
  • 13
  • 64
  • 86
S4L4H
  • 402
  • 1
  • 5
  • 21

1 Answers1

1

I find the solution, I didn't include Keep Markup plugin for prismjs. my bad

S4L4H
  • 402
  • 1
  • 5
  • 21