title | description | tags | ||
---|---|---|---|---|
SAP HANA |
This is SAP HANA Tutorial |
|
You can use:
Text (including bold, italic, etc)
Example: It's very easy to make some words bold and other words italic and bold italic with Markdown.
Headers
Example:
This is an h1 header
Lists
Example:
Sometimes you want numbered lists:
- One
- Two
- Three
Sometimes you want bullet points:
- Start a line with a star
- Profit!
This is a Warning.
This is a Caution.
This is a note.
You can create nested lists:
- item1
- one_one
- two
Blockquotes
Example: In the words of Abraham Lincoln:
Pardon my French
Links
Example: [Primer] [id]: [id]: http://tut.by
Images (all images are stored on GitHub, URLs are rewritten to absolute)
Format: ![Alt Text](url)
Code blocks:
Example:
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
Task Lists (Please note, this requires empty line before task list):
Example:
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
Tables:
Example:
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
and
Left-Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |