Contact zu Rockstable IT

Um Kontakt mit Rockstable IT herzustellen, nutzen Sie bitte dieses Anfrageformular oder schreiben eine Email an:
Rockstable IT Kontakt

Anfrageformular

Hinweise

Datenspeicherung

Dieses Formular erzeugt lediglich eine Email an Rockstable IT Kontakt Es werden keine weiteren Daten gespeichert.

Kopie dieser Nachricht

Sie erhalten mit der Antwort eine Kopie dieser Nachricht. Damit ist es Spammern nicht möglich, dieses Formular auszunutzen und ein Captcha bleibt Ihnen erspart.

Markdown

Gerne können Sie auch Markdown (Github Flavoured) nutzen, um das Dokument zu strukturieren. Ein Cheatsheet befindet sich unter dem Formular zum aufklappen.

Embedded HTML ist aus Sicherheitsgründen nicht aktiviert und Emojis sind nicht implementiert.

Markdown Cheatsheet

Markdown Cheatsheet


Heading 1

Markup :  # Heading 1 
-OR-
Markup :  ============= (below H1 text)

Heading 2

Markup :  ## Heading 2 #
-OR-
Markup: --------------- (below H2 text)

Heading 3

Markup :  ### Heading 3 ##

Heading 4

Markup :  #### Heading 4 ###

Common text

Markup :  Common text

Emphasized text

Markup :  _Emphasized text_ or *Emphasized text*

Strikethrough text

Markup :  ~~Strikethrough text~~

Strong text

Markup :  __Strong text__ or **Strong text**

Strong emphasized text

Markup :  ___Strong emphasized text___ or ***Strong emphasized text***

Links

Named Link and http://www.google.de/ or http://example.com/

Markup :  [Named Link](http://www.google.de/ "Named link title") and http://www.google.de/ or <http://example.com/>

heading-1

Markup: [heading-1](#heading-1 "Goto heading-1")

Tables

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
First Header  | Second Header
------------- | -------------
Content Cell  | Content Cell
Content Cell  | Content Cell

Code

This is inline code: plusA a = (+) a

Markup : This is inline code: `plusA a = (+) a`
    module Main where
    	main = putStrLn "Hello, World!"
Markup : ```haskell
         ```

Lists

  • Bullet list
    • Nested bullet
      • Sub-nested bullet etc
  • Bullet list item 2
 Markup : * Bullet list
              * Nested bullet
                  * Sub-nested bullet etc
          * Bullet list item 2
  1. A numbered list
    1. A nested numbered list
    2. Which is numbered
  2. Which is numbered
 Markup : 1. A numbered list
              1. A nested numbered list
              2. Which is numbered
          2. Which is numbered
  • [ ] An uncompleted task
  • [x] A completed task
 Markup : - [ ] An uncompleted task
          - [x] A completed task

Blockquote

Nested Blockquote

Markup :  > Blockquote

Horizontal line :


Markup :  ---

Image with alt :

picture alt

Markup : ![picture alt](/static/images/logos/yesod_logo_with_text.svg "Title is optional: Yesod Logo")

Unsupported Markdown

Embedded HTML

not supported since it’s insecure …

Foldable text:

Markup : <details>
           <summary>Title 1</summary>
           <p>Content 1 Content 1 Content 1 Content 1 Content 1</p>
         </details>
<h3>HTML</h3>
<p> Some HTML code here </p>

Hotkey:

Ctrl + Alt + L

Markup : <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>L</kbd>

Hotkey list:

Key Symbol
Option
Control
Command
Shift
Caps Lock
Tab
Esc
Power
Return
Delete
Up
Down
Left
Right

Emojis

are not supported libcmark

:exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at emoji-cheat-sheet.com

Markup : Code appears between colons :EMOJICODE: