Markdown Help
The COOLSPIRiT Commvault User Group site supports markdown syntax and the purpose of this
page is to help you understand waht markdown is and how you can use it when writing your posts
and private messages.
Markdown is a way to style text on the web. Formatting words as
bold or italic, adding images, and creating lists are just a few
of the things you can do with Markdown. Markdown is just regular text with
a few non-alphabetic characters thrown in, like # or *.
Markdown Examples
Markdown:
*This is Italics*
Display:
Markdown:
**This is Bold**
Display:
Markdown:
# Heading 1
Display:
Heading 1
Markdown:
### Heading 3
Display:
Heading 3
Markdown:
:smile:
:laughing:
:wink:
:grinning:
:frowning:
Display:
Markdown:
:thumbsup:
:ok_hand:
:-1:
:clap:
:wave:
Display:
Markdown:
* Item 1
* Item 2
* Item 2a
* Item 2b
Display:
Markdown:
1. Item 1
1. Item 2
1. Item 3
* Item 3a
* Item 3b
Display:
Markdown:
COOLSPIRiT MD said:
>We are proud to have the iso
>9001:2015 Quality Management
>system in place from BSI...
Display:
COOLSPIRiT MD said:
We are proud to have the iso
9001:2015 Quality Management
system in place from BSIā¦
Markdown:
http://coolspirit.co.uk
Display:
Markdown:
[COOLSPIRiT](http://coolspirit.co.uk)
Display:
Markdown:
![CVUG Logo](https://www.commvaultuser.group/images/cvug-logo.png)
Display:
Markdown:
https://www.youtube.com/watch?v=TYcCwN5QV5s
Display:
For a full list of the Emoji available for you to use when writing markdown check out
this
EMOJI CHEAT SHEET
.