This is a simple repo created from the command line in Arch to backup my config files and also train my command-line ability with git.
For example, this has been (really!) added with a signed commit, from my new nvim config !
This is also my test space for the nvim plugin "Markview".
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("%s", "Hello World !");
return EXIT_SUCCESS;
}This is an example with footnote link. [^1] [^1] Here is the footnote.
Does emoji support work ? Let's see... 😂
These next words are important so ==let's highlight them.==
| Normal | Left | Center | Right |
|---|---|---|---|
| 1 | 2 | 3 | 4 |
| Bold | italic | Bold italic | Inline code |
| [Shortcut] | Link | Nothing ! | Internal |
- First element
- Second element
- Optional element
- [!] Dangerous element
- Third element
- Unchecked
- Checked
-
[/] Incomplete
-
[>] Forwarded
-
[<] Scheduling
-
[-] Cancelled
-
[?] Question
-
[!] Important
-
[*] Star
-
["] Quote
-
[l] Location
-
[b] Bookmark
-
[i] Information
-
[S] Savings
-
[I] Idea
-
[p] Pros
-
[c] Cons
-
[f] Fire
-
[k] Key
-
[w] Win
-
[u] Up
-
[d] Down
-
[u] Item 1
- [d] Nest 1
A regular block quote. It spans across multiple lines.
It also contains an empty line.
[!ABSTRACT]
[!SUMMARY]
[!TLDR]
[!TODO]
[!INFO]
[!SUCCESS]
[!CHECK]
[!DONE]
[!QUESTION]
[!HELP]
[!FAQ]
[!FAILURE]
[!FAIL]
[!MISSING]
[!DANGER]
[!ERROR]
[!BUG]
[!EXAMPLE]
[!QUOTE]
[!CITE]
[!HINT]
[!ATTENTION] Some text
Note
This is a note !
Tip
This is a great tip.
Important
Important ?
Warning
Watch out !
Caution
Be cautious.
[!ABSTRACT] I am abstract.
[!SUCCESS] Custom title Good job !
[!QUESTION] How to write great code ?
[!FAILURE] Custom title Use ChatGPT.