Um Kontakt mit Rockstable IT herzustellen,
nutzen Sie bitte dieses Anfrageformular oder
schreiben eine Email an:
Rockstable IT Kontakt
Dieses Formular erzeugt lediglich eine Email an Rockstable IT Kontakt Es werden keine weiteren Daten gespeichert.
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.
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.
Common text Emphasized text Strong text Strong emphasized text Named Link and http://www.google.de/ or http://example.com/ This is inline code: Blockquote Nested Blockquote Horizontal line : Image with alt : not supported since it’s insecure … Foldable text: Hotkey: Ctrl + Alt + L Hotkey list: are not supported libcmark :exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at emoji-cheat-sheet.comMarkdown 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 ###
Markup : Common text
Markup : _Emphasized text_ or *Emphasized text*
Strikethrough textMarkup : ~~Strikethrough text~~
Markup : __Strong text__ or **Strong text**
Markup : ___Strong emphasized text___ or ***Strong emphasized text***
Links
Markup : [Named Link](http://www.google.de/ "Named link title") and http://www.google.de/ or <http://example.com/>
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
plusA a = (+) a
Markup : This is inline code: `plusA a = (+) a`
module Main where
main = putStrLn "Hello, World!"
Markup : ```haskell
```
Lists
Markup : * Bullet list
* Nested bullet
* Sub-nested bullet etc
* Bullet list item 2
Markup : 1. A numbered list
1. A nested numbered list
2. Which is numbered
2. Which is numbered
Markup : - [ ] An uncompleted task
- [x] A completed task
Markup : > Blockquote
Markup : ---
Markup : ![picture alt](/static/images/logos/yesod_logo_with_text.svg "Title is optional: Yesod Logo")
Unsupported Markdown
Embedded HTML
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>
Markup : <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>L</kbd>
Key
Symbol
Option
⌥
Control
⌃
Command
⌘
Shift
⇧
Caps Lock
⇪
Tab
⇥
Esc
⎋
Power
⌽
Return
↩
Delete
⌫
Up
↑
Down
↓
Left
←
Right
→
Emojis
Markup : Code appears between colons :EMOJICODE: