Links:
# H1 ## H2 ### H3 #### H4 ##### H5 ###### H6
* A list
* Of
* Items
* A List
* With a subitem (indent with 4 spaces)
* Nice..
1. A numbered list
2. Of
3. Items
Items
A List
Nice..
See: https://www.joomla.org for more information. See: [The Joomla! home page](https://www.joomla.org) for more information.
See: https://www.joomla.org for more information.
See: The Joomla! home page for more information.
*emphasis* or _emphasis_ (e.g., _italics_) **strong emphasis** or __strong emphasis__ (e.g., **boldface**)
emphasis or emphasis (e.g., italics)
strong emphasis or strong emphasis (e.g., boldface)
Some text with `some code` inside.
line 1 of code indented by 4 spaces
line 2 of code indented by 4 spaces
line 3 of code indented by 4 spaces
Some text with ```some fenced code``` inside.
```
line 1 of fenced code
line 2 of fenced code
line 3 of fenced code
```
```php
protected function parse($raw)
{
$o = new stdClass;
$o->text = $raw;
$this->dispatcher->trigger('onContentPrepare', array('com_tracker.markdown', &$o, new JRegistry));
echo $o->text;
}
```
Some text with some code inside.
line 1 of code indented by 4 spaces
line 2 of code indented by 4 spaces
line 3 of code indented by 4 spaces
Some text with some fenced code inside.
line 1 of fenced code
line 2 of fenced code
line 3 of fenced code
Syntax highlighting provided by GitHub Flavored Markdown
protected function parse($raw)
{
$o = new stdClass;
$o->text = $raw;
$this->dispatcher->trigger('onContentPrepare', array('com_tracker.markdown', &$o, new JRegistry));
echo $o->text;
}
> "This entire paragraph of text will be enclosed in an HTML blockquote element. Blockquote elements are reflowable. You may arbitrarily wrap the text to your liking, and it will all be parsed into a single blockquote element."
"This entire paragraph of text will be enclosed in an HTML blockquote element.
Blockquote elements are reflowable. You may arbitrarily
wrap the text to your liking, and it will all be parsed
into a single blockquote element."
* * * *** ***** - - -
First Header | Second Header ------------- | ------------- Content Cell | Content Cell Content Cell | Content Cell ### Alignment If you wish, you can add a leading and tailing pipe to each line of the table. You can specify alignement for each column by adding colons to separator lines. A colon at the left of the separator line will make the column left-aligned; a colon on the right of the line will make the column right-aligned; colons at both side means the column is center-aligned. | Item | Value | | --------- | -----:| | Computer | $1600 | | Phone | $12 | | Pipe | $1 | ### Formatting You can apply span-level formatting to the content of each cell using regular Markdown syntax: | Function name | Description | | ------------- | ------------------------------ | | `help()` | Display the help window. | | `destroy()` | **Destroy your computer!** |
| First Header | Second Header |
|---|---|
| Content Cell | Content Cell |
| Content Cell | Content Cell |
If you wish, you can add a leading and tailing pipe to each line of the table.
You can specify alignement for each column by adding colons to separator lines. A colon at the left of the separator line will make the column left-aligned; a colon on the right of the line will make the column right-aligned; colons at both side means the column is center-aligned.
| Item | Value |
|---|---|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
You can apply span-level formatting to the content of each cell using regular Markdown syntax:
| Function name | Description |
|---|---|
help() |
Display the help window. |
destroy() |
Destroy your computer! |
* SHA: 935fef6f37e2c049ed2534b11c0d28e18e5e3f9c * User@SHA: mbabker@935fef6f37e2c049ed2534b11c0d28e18e5e3f9c * User/Project@SHA: mbabker/jissues@935fef6f37e2c049ed2534b11c0d28e18e5e3f9c * #Num: #1 * User/#Num: mbabker#1 * User/Project#Num: mbabker/jissues#1 * It is in no way the fault of @mbabker that you are looking at this page here and now...