syntaxhighlighter plugin wordpress

Plugin para identar código fonte no wordpress


https://wordpress.org/plugins/syntaxhighlighter/

Como usar retirado no tutorial deles:


Shortcode Parameters


These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass true/1 or false/0.

  • lang or language — The language syntax to highlight with. You can alternately just use that as the tag, such as

    [php]code[/php]

    . Click here for a list of valid tags (under "aliases").

  • autolinks — Toggle automatic URL linking.

  • classname — Add an additional CSS class to the code box.

  • collapse — Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts.

  • firstline — An interger specifying what number the first line should be (for the line numbering).

  • gutter — Toggle the left-side line numbering.

  • highlight — A comma-separated list of line numbers to highlight. You can also specify a range. Example: 2,5-10,12

  • htmlscript — Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages.

  • light — Toggle light mode which disables the gutter and toolbar all at once.

  • padlinenumbers — Controls line number padding. Valid values are false (no padding), true (automatic padding), or an integer (forced padding).

  • title (v3 only) — Sets some text to show up before the code. Very useful when combined with the collapse parameter.

  • toolbar — Toggle the toolbar (buttons in v2, the about question mark in v3)

  • wraplines (v2 only) — Toggle line wrapping.


Some example shortcodes:



  • [php]your code here[/php]




  • [css autolinks="false" classname="myclass" collapse="false" firstline="1" gutter="true" highlight="1-3,6,9" htmlscript="false" light="false" padlinenumbers="false" smarttabs="true" tabsize="4" toolbar="true" title="example-filename.php"]your code here[/css]




  • [code lang="js"]your code here[/code]




  • [sourcecode language="plain"]your code here[/sourcecode]



 

 

Comentários

  1. Claro, aqui está um exemplo de como você pode adicionar uma descrição ao código sem usar a formatação de código:
    [php retirado="Exemplo de código para realizar uma operação matemática simples"]
    echo 1 + 2;
    Nesse caso, o parâmetro "retirado" é usado para fornecer uma descrição do código que está sendo destacado. Isso pode ajudar os leitores a entenderem o propósito ou a função do código sem precisarem examiná-lo diretamente.
    back hand mehndi design

    ResponderExcluir

Postar um comentário

Postagens mais visitadas deste blog

Instalação NetBeans

Calcular frete pelos correios via PHP