Github-Markdown: Common Text Commands
- Headings, mark them with a ' # ' at the beginning of the line. The number of # specifies the rank of the Heading, ie # for H1, ### for H3 or ###### about H6.
- Note that H1 is the highest rank and higher Pay in the rank to descend. Lower than rank 6 Headings not enough, however.
- For emphasis you can bold Text and/or italics to write.
- *Text* or _Text_ between simple * or _ will be in italics.
- **Text** or __Text,__ in double * or _ is fat.
- *And you __can__ the combine*
- With Tilden, you can~the Text, moreover, ~~strike-through~.
- Quotes or otherwise highlighted text blocks, create it by initiating the corresponding lines of text with >.
- On the left put, you write the [text] in square brackets, and directly behind it (www.denLink.de) in round parentheses. Thus [link text](www.denLink.de).
- Similarly, images can be embed. You letter after an exclamation mark, the image description in square brackets and set directly behind the image link in parenthesis: 
Lists and tables with Github Markdown
- Unordered lists are created by you, by you start each new point on a new line with an * or -.
- You want to add sub points, put two spaces before the * or -.
- Numbered lists are automatically detected. You start with just a new line with 1. to. In the next you write the first 2. and so on.
- Tables you with to build - and |. | with separates in each case, two columns from each other - you define the header.
- For this you write, for example, only head 1 | head 2. In the second line below it then put ------ | ------.
- Thus, the column number of the table is set and you can fill connect any line any length with any content. Just remember that you set the column separator | between the column content.
Github: Code Markdown
- Code you can embed in a variety of Ways in Github.
- Directly in a text block you put the Code in single quotes, it easy to highlight the `int test = 1`.
- You want to create rather several rows of free-standing Code, you can use any of these lines with four spaces.
- Since the can be straight in the case of longer code annoying blocks, offers Github is also the possibility of their Code, shall be enclosed. Before and after the Code you write for each a row with three quotation marks: ``.
- You also want Github automatically recognizes the Syntax of your code and colored highlighting, writing in the Introductory line of the "fence" is the name of the language: ``javascript.
A complete student package from GitHub can be found in our download area.
