Markdown

Obsidian

Internal Link:

[[note name]] or
[[Resources/some page]]

Link to a Header: 

[[note name#Header]] or
[[Resources/some page#Header]]

To Embeds the text, use the ! character: 

![[note name]] or 
![[note name#Header]]

To change the text for a local link: use the | character:

[[note name|overwrite name]]

External Links: Use google
Shortcuts: Shortcuts

💻 Markdown Syntax


Heading 2

## Heading 2

Heading 3

### Heading 3

Heading 4

#### Heading 4
Heading 5
##### Heading 5
Heading 6
###### Heading 6

Hervorhebung

Bold

**text**

italic

_text_

Italic Bold

_**text**_

Strikethrough

~~text_~~

Highlights

	==Highlight==
Dataview (inline field '=Highlight=='): Error: 
-- PARSING FAILED --------------------------------------------------

> 1 | =Highlight==
    | ^

Expected one of the following: 

'(', 'null', boolean, date, duration, file link, list ('[1, 2, 3]'), negated field, number, object ('{ a: 1, b: 2 }'), string, variable

Speziale

escaped: * _ \

\* \_ \\

equation:

$A = \pi*r^{2}$ 

equation block:

$$E = mc^{2}$$

Lists

  • Bullet Points
- Bullet Points

Ordered Lists:

- Ordered:
	1. Item 1
	2. Item 2 

Blockquotes

This is a blockquote.

AW: This is a blockquote.

AW: AW: This is a blockquote.

> This is a blockquote.
> > AW: This is a blockquote.
> > > AW: AW: This is a blockquote.

Horizontal Rule / Separator

---
***
___

[text](https://example.com/)
<http://www.rstudio.com>

Jump to Header 1

Jump to [Header 1](#anchor)

Images

![alt](smallorb.png)

Code

  • Inline: code
  • Inline: Inline: `code`
  • Block:
code

Syntax

#button {
 border: none;
}
```css
#button {
 border: none;
}
```

Tabulator:

My 
Great
code

Tasks [x]

  • Task completed
  • Task not completed #demo @due(2035-01-01)

Tables

Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6
| Header 1 | Header 2 | Header 3 |
| -------- | -------- | -------- |
| Cell 1   | Cell 2   | Cell 3   |
| Cell 4   | Cell 5   | Cell 6   |
Table Cell A Table Cell B
Table Cell A  |  Table Cell B
----          |          ----
Right Left Default Center
------: :----- --------- :------:
12 12 12 12
123 123 123 123
1 1 1 1
| Right   | Left   | Default   | Center   |
| ------- | ------ | --------- | -------- |
| ------: | :----- | --------- | :------: |    <---- text-align
| 12      | 12     | 12        | 12       |
| 123     | 123    | 123       | 123      |
| 1       | 1      | 1         | 1        |

Comment (hidden)

%% Halo Welt %%
ignored in HTML
<!-- ignored in HTML --> 

Footnotes

Lorem ipsum[1] dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna: aliquyam erat, sed diam voluptua[2].


  1. Lorem Ipsum ist ein Blindtext, der oft als Platzhalter für den endgültigen Text in Layouts verwendet wird, wenn der eigentliche Inhalt noch nicht verfügbar ist↩︎

  2. This is a footnote.↩︎