Syntax Highlight and Copy

1.7.7

You can use [ helpie_kb_code ] …some code … [ /helpie_kb_code ] (Without spaces) shortcode to create copyable syntax area.

This is a heading
This is a paragraph.
This is a heading
This is a paragraph.
This is a heading
This is a paragraph.
/**
* @author John Smith
*/
package l2f.gameserver.model;public abstract class L2Char extends L2Object {
public static final Short ERROR = 0x0001;public void moveTo(int x, int y, int z) {
_ai = null;
log(“Should not be called”);
if (1 > 5) { // wtf!?
return;
}
}
}

# hello world
you can write text [with links](http://example.com) inline or [link references][1].
* one _thing_ has *em*phasis
* two __things__ are **bold**
[1]: http://example.com
—
hello world
===========
> markdown is so cool
so are code segments
1. one thing (yeah!)
2. two thing `i can write code`, and `more` wipee!

Specify Code Language:

If you want to specify specific language attribute, use this shortcode below:
[ helpie_kb_code lang=”php” ]

Your code

Last updated byStephen
How did you like this article?1111

Leave a Reply

Your email address will not be published. Required fields are marked *