Heading level 1
Heading level 2
Heading level 3
Heading level 4
Heading level 5
Heading level 6
Paragraphs
I really like using Markdown. I think I'll use it to format all of my documents from now on. I really like using Markdown. I think I'll use it to format all of my documents from now on.
I really like using Markdown. I think I'll use it to format all of my documents from now on. I really like using Markdown. I think I'll use it to format all of my documents from now on.
I really like using Markdown. I think I'll use it to format all of my documents from now on. I really like using Markdown. I think I'll use it to format all of my documents from now on.
Bold, Italic, Bold and Italic
I just love bold text.
Italicized text is the cat's meow.
This text is really important.
Blockquotes
Dorothy followed her through many of the beautiful rooms in her castle.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Lists
Ordered
- First item
- Second item
- Third item
- Fourth item
Ordered nested
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Unordered
- First item
- Second item
- Third item
- Fourth item
Unordered nested
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Code
HTML
<!DOCTYPE html>
<title>Title</title>
<style>body {width: 500px;}</style>
<script type="application/javascript">
function $init() {return true;}
</script>
<body>
<p checked class="title" id='title'>Title</p>
<!-- here goes the rest of the page -->
</body>
Javascript
function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}
return (
<div>
<web-component>{block}</web-component>
</div>
)
}
export $initHighlight;
Java
/**
* @author John Smith <john.smith@example.com>
*/
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;
}
}
}
Horizontal rule
Links
My favorite search engine is Duck Duck Go.