Images have a similar syntax to links but include a preceding exclamation point.


or


Like links, Images also have a footnote style syntax
![Alt text][id]

With a reference later in the document defining the URL location:
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat"
Links
Posted on
08/07/2025 12:25PM
Basic link
[Assemble](http://assemble.io)
Renders to (hover over the link, there is no tooltip):
Assemble
HTML:
Assemble
Add a title
[Upstage](https://github.com/upstage/ "Visit Upstage!")
Renders to (hover over the link, there should be a tooltip):...
Tables
Posted on
08/07/2025 12:26PM
Tables are created by adding pipes as dividers between each cell, and by adding a line of dashes (also separated by bars) beneath the header. Note that the pipes do not need to be vertically aligned.
| Option | Description |
| ------ | ----------- |
| data | path to data files to supply the data...
Code
Posted on
08/07/2025 12:26PM
Inline code
Wrap inline snippets of code with `.
In this example, `` should be wrapped as **code**.
Renders to:
In this example, should be wrapped with code.
HTML:
In this example, <section></section> should be wrap...
Lists
Posted on
08/07/2025 12:27PM
Unordered
A list of items in which the order of the items does not explicitly matter.
You may use any of the following symbols to denote bullets for each list item:
* valid bullet
- valid bullet
+ valid bullet
For example
+ Lorem ipsum dolor sit amet
+ Consectetur adipiscing elit
+ Integer...