nützliche Links .
::cinema:
Footnotes can be embedded like this:
hello :bee:
Here is some text that includes a Footnote 1 in the middle of its text. And heres another footnote 2. The actual footnotes render on the very bottom of the page.
<i class="fa fa-motorcycle" style="font-size:30px;color:blue;"></i>
Ctrl+F5 Mark small Text 🙂
Markdown hat eben den Vorteil, dass Du schreiben kannst wie Du willst ist leicht leserlich beim schreiben und schaut doch recht akzeptabel aus dann als HTML.
Zitate, bzw. code sind recht einfach, enweder einrücken oder in ``
[========]
:speaker:
var add2 = function(number) {
return number + 2;
}
du kannst auch mit ~~~ markieren
The following is sql code.
:: this code will be syntax highlighted
goto eof:
for(var i=0; i++; i < 10)
{
Console.WriteLine(i);
}
select * from dfroot.angeb where RECNUM > 7 ORDER BY NUMBER;
:EOF
which renders syntax colored code:
// this code will be syntax highlighted
for(var i=0; i++; i < 10)
{
Console.WriteLine(i);
}
Spalte 1 | Spalte 2 | Spalte 3 |
---|---|---|
zentriert | links | rechts |
Note
Tag
Search
https://drdanielappel.de/tipps-tools/markdown-eine-einfach-zu-erlernende-auszeichnungssprache/
https://notable.app/static/pdfs/cheatsheet.pdf
https://github.com/terrylinooo/githuber-md
-
Source: Markdown Monster Web Site ↩
-
Source: Markdown Monster Web Site ↩