Sample Preview |
Sample |
Heading 1
|
<h1>Heading 1</h1> |
Heading 2
|
<h2>Heading 2</h2> |
Heading 3
|
<h3>Heading 3</h3> |
Heading 4
|
<h4>Heading 4</h4> |
Heading 5
|
<h5>Heading 5</h5> |
Heading 6
|
<h6>Heading 6</h6> |
Italic text |
<i>Italic text</i> |
Bold text |
<b>Bold text</b> |
Underline text |
<u>Underline text</u> |
Strike-through text |
<strike>Strike-through text</strike> |
public void ABC() { }
|
For codes
<pre>public void ABC() { }</pre> |
Link Text |
<a href="/tag.aspx" class="link_gray">Link Text</a> |
|
<img src="/Images/link_16_16.png" /> |
Text in yellow color |
<span style="color:#FFFF00">Text in yellow color<span> |
This is white box with red color |
Inline border with padding
This is <span style="color:#FF0000;background-color:White;border-color:#333333;border-style:dashed;border-width:1px;padding:10px;display:inline-block">white box with red color</span> |
Black-colored-right-aligned text
|
<p style="color:#000000" align="right"> Black-colored-right-aligned text</p> |
Spoiler text |
Spoiler
<a class="spoiler">Spoiler text</a> |
- List Item 1
- List Item 2
- List Item 3
|
<ul> <li>List Item 1</li> <li>List Item 2</li> <li>List Item 3</li> </ul> |
- Numeric List Item 1
- Numeric List Item 2
- Numeric List Item 3
|
<ol> <li>Numeric List Item 1</li> <li>Numeric List Item 2</li> <li>Numeric List Item 3</li> </ol> |
- Numeric List Item 1
- Numeric List Item 2
- Numeric List Item 3
|
Numeric List starts with 13
<ol start="13"> <li>Numeric List Item 1</li> <li>Numeric List Item 2</li> <li>Numeric List Item 3</li> </ol> |
|
Simple Youtube Video Embedding
video{{yt,[videoid],Title comes here}}
eg. video{{yt,zz7bdKpA0sA,Mr Bean Dancing}}
NOTE : add space on both sides to make it work
Advance Youtube Video Embedding
You can set width or/and height of player like this
video{{yt;width;height,[videoid],Title comes here}}
eg. video{{yt;400;300,zz7bdKpA0sA,Mr Bean Dancing}} |