Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:tutorial [2020/04/17 10:29]
admin [Syntax]
wiki:tutorial [2022/02/15 14:33] (current)
Line 5: Line 5:
 ### Syntax ### Syntax
  
-- Es wird Markdown Syntax unterstützt ​$H_1$:+- Es wird Markdown Syntax unterstützt:​
  
 ``` ```
Line 18: Line 18:
 2. List 2. List
  
-Paragraph Text mit Fettdruck **Fett*+ und Kursivdruck *kursiv*. H~1~.+Paragraph Text mit Fettdruck **Fett*+ und Kursivdruck *kursiv*.
 ``` ```
  
-- Man kann Inhalte auf- und zuklappbar ​darstellen:+- Man kann Inhalte auf- und klappbar ​darstellen:
  
 ``` ```
Line 58: Line 58:
 ++++ ++++
  
-Es gibt spezielle Code Syntaxhighlighter:​+  * Programmcode wird zwischen drei Apostrophs (back tick) gesetzt: 
 + 
 +```` 
 +``` 
 +```` 
 + 
 + 
 +code here 
 + 
 + 
 +```` 
 +``` 
 +```` 
 +  
 +  * Es gibt spezielle Code Syntaxhighlighter:​
  
 ``` ```
Line 82: Line 96:
 f(x)=\frac{x+1}{x-1} f(x)=\frac{x+1}{x-1}
 $$ $$
 +
 +Und inline: $x_i$
 ``` ```