Hardware Reference
In-Depth Information
Unordered lists
Unordered lists can use *, -, or, + as symbols. It doesn't matter which as long as there exists a space between the
symbol and the start of the list value.
Markdown:
* item a
+ item b
- item c
Output:
item a
item b
item c
Linking to Images
Linking to images is just another version of linking. Except the brackets “[]” denote the alt text for the image. The
parentheses hold the link to the image. If the image is in your project you can hyperlink to the raw file. It is possible to
add the image to your project wiki by checking out the project's GitHub wiki, adding an image, committing, and then
pushing it back into your GitHub project wiki. The HelloGithub project wiki can be found here:
https://github.com/ProArd/HelloGithub/wiki/_access
Here's the syntax of Markdown code to place an image, followed by a specific example:
![alt text](URL to image)
Markdown:
![ProArduino Image](ProArduino.jpeg)
Output:
Search WWH ::




Custom Search