Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.56 KB

File metadata and controls

47 lines (36 loc) · 1.56 KB
layout page
title Markdown-Example - Source-Code
description project infos
header-img img/about-bg.jpg

Markdown-Example - Source-Code

Paragraphs

This is a regular paragraph, which will be displayed normally on the website. By adding two line breaks you start a new paragraph.

Within a paragraph there can be bold text and italic text. Alternatively you can mark bold text and _italic text with underscores.

Headlines

Headlines are marked with one or multiple hashes at the beginning of a line. One hash stands for a logical (sub-)level of the outline. Please remember to keep the outline of the document logical.

Subheading 3

Subheading 4

Subheading 5

Lists

There two types of lists. Ordered (beginning with an arabic number with a dot) and unordered lists (beginning with a - or *). An ordered list is automatically numbered by Markdown.

Unordered list

  • unordered point 1
  • unordered point 2
  • unordered point 3

Ordered list

  1. point 1
  2. point 2 (automatic numbering!)
  3. point 3
  4. point 4 (automatic numbering!)

Links

Links are displayed in the following syntax: [Linkbeschreibung](URL des Links).

Images

Images are written in the following syntax: 
Description of my wonderful image

Tables

Tables can be created with the following syntax:

Header1 Header2 Header3 Header4
Tablecell1 Tablecell2 Tablecell3 Tablecell4
Tablecell1 Tablecell2 Tablecell3 Tablecell4