Lucy McClane 13f03906ac consistent spacing | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
picture.png | %!s(int64=2) %!d(string=hai) anos |
Markdown:
![Header Image](picture.png)
Example:
Markdown:
Line1:
=========
Line2:
---------
# Heading1
## Heading 2
### Heading 3
#### Heading 4
Example:
Line1: =========
Line2:
Markdown:
_Emphasized text_
*Bold text*
**Strong text**
~~Strikethrough text~~
[Text of the link](README.md)
[Link to an anchor](#heading-1)
[Link with Tooltip](#heading-1 "Heading Section")
Example:
Emphasized text
Bold text
String text
Strikethrough text
Markdown:
<kbd>⌘A</kbd>
Example:
⌘A
Markdown:
> Block quote
>> Nested quote
Example:
Block quote
Nested quote
Markdown:
Code: ```c void print(char *str) { puts(str); } ```
Code:
void print(char *str) {
puts(str);
}
Markdown:
* List item1
* List item2
* Nested item
* List item3
OR
- List item1
- List item2
- Nested item
- List item3
Example:
Markdown:
1. Numbered item1
2. Numbered item2
1. Nested item1
2. Nested item2
3. Numbered item3
Example:
Markdown:
- [ ] Task to complete
- [ ] Subtask
- [x] Completed task
Example:
Markdown:
Table Header | Table Header
------------- | -------------
Cell Content | Cell Content
Cell Content | Cell Content
Example:
Table Header | Table Header |
---|---|
Cell Content | Cell Content |
Cell Content | Cell Content |
Markdown:
To escape a sequence of ``` ``` you can use <pre></pre> html tag
Also <center></center> and <br> work as usual.
GPLv2
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Author: g0tsu
Email: g0tsu at dnmx.0rg