• The only syntaxy highlighter plugin that works on wordpress 5 in 2019!
    thank you so much guys.
    I prefer v2 version more! copy feature seems not working! but not much important to me!
    the only thing i suggest:
    when user start selecting code, line numbers selects too while it shouldn’t!
    make line numbers unselectable in my opinion!
    * I’ve solved it myself by using required css.

    • This topic was modified 4 years, 9 months ago by AceTech.me.
    • This topic was modified 4 years, 9 months ago by AceTech.me.
Viewing 1 replies (of 1 total)
  • Hi @iranacetech

    Add this css on your site: its helped for me

    .syntaxhighlighter .line .number {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘The only syntaxy highlighter plugin that works on wordpress 5 in 2019!’ is closed to new replies.