Widget:CJPSandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Heading 1= | |||
This is just plain text. Nothing special here. | |||
==Heading 2== | |||
I think under this heading we should make a few more general comments. | |||
===Heading 3=== | |||
Now under '''''Heading Three''''', which we have bolded and italicized, I think we should also include a bulleted list. For example: | |||
* Item 1 on our list | |||
* A second item | |||
** This time we are indented | |||
** This is pretty common | |||
*** However, so is having three indentations. | |||
====Heading 4==== | |||
One of the things I am interested in is how this will do with numbered lists. | |||
# This is also a good time to test the nowiki functionality | |||
# <nowiki>If I type [[Aortic Stenosis]], what will appear?</nowiki> | |||
## Aortic Stenosis as an internal hyperlink | |||
## <nowiki<nowiki>>[[Aortic Stenosis</nowiki>]]</nowiki> as just the isolated formatting | |||
## <nowiki>Or lastly [[Aortic Stenosis]] with the hyperlink automatically created to Aortic Stenosis, but not including the brackets</nowiki> | |||
=====Heading 5===== | |||
If I want to indent just a few things without bulleting or enumerating, will tabs be translated? | |||
Such as this | |||
Or really this | |||
======Heading 6====== | |||
Lastly. What’s the deal with font colors? | |||
{| class="prettytable" | |||
|- | |||
| | |||
Oh yeah | |||
| | |||
| | |||
What | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
About | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
Tables? | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
---- | |||
<includeonly> | <includeonly> | ||
<script src="http://wikidoc.org/includes/jquery.timer.js"></script> | <script src="http://wikidoc.org/includes/jquery.timer.js"></script> |
Revision as of 17:25, 15 August 2013
Heading 1
This is just plain text. Nothing special here.
Heading 2
I think under this heading we should make a few more general comments.
Heading 3
Now under Heading Three, which we have bolded and italicized, I think we should also include a bulleted list. For example:
- Item 1 on our list
- A second item
- This time we are indented
- This is pretty common
- However, so is having three indentations.
Heading 4
One of the things I am interested in is how this will do with numbered lists.
- This is also a good time to test the nowiki functionality
- If I type [[Aortic Stenosis]], what will appear?
- Aortic Stenosis as an internal hyperlink
- <nowiki>[[Aortic Stenosis]]</nowiki> as just the isolated formatting
- Or lastly [[Aortic Stenosis]] with the hyperlink automatically created to Aortic Stenosis, but not including the brackets
Heading 5
If I want to indent just a few things without bulleting or enumerating, will tabs be translated?
Such as this
Or really this
Heading 6
Lastly. What’s the deal with font colors?
Oh yeah |
|
What |
|
|
|
|
|
|
|
About |
|
|
|
Tables? |
|
|
|
|
|
|
|
|
|
$(document).ready(function() {
CODE GOES HERE
});