Proiecte internaţionale

Code snippets

Category: Shortcodes Written by Super User Hits: 345

Present your code snippets with Yjsg v2 simple shrotcode. There is no need to reformat html for your pre content or even think about indenting your code. Just use yjsgpre shortcode within your text editor.

options:

Options Description
pretty="1" *Required option. 1 display line number, 0 do not display line numbers.
scroll="1" *Required option. 1 set max height of 340px on pre container, 0 do not set max height.

example:

<div class="mycoolcode"> 
    My cool code content 
</div>

example:

<div class="mycoolcode"> 
    My cool code content 
</div>

shortcode:

[yjsgpre pretty="1" scroll="0"]
<div class="mycoolcode"> 
    My cool code content 
</div>
[/yjsgpre]