Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added markdown.nd in /tools #393

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions tools/markdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Header

## Subheader

### Third-level header

#### Fourth-level header

##### Fifth-level header

###### Sixth-level header

Paragraph

**Bold**

_Italic_

> Blockquote

1. Ordered list
2. Lorem ipsum
3. Lorem ipsum

- Unordered list
- Lorem ipsum
- Lorem ipsum

`code`

---

Horizontal rule

[Link](https://example.com)

![Image](image.jpg)

| Table | Table cell |
| ----------- | ----------- |
| Header cell | Header cell |
| Table | Table cell |
| Table | Table cell |

```
Fenced code block
```

Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.

### Heading ID {#custom-id}

Definition list term:
Definition

~~Strikethrough~~

- [x] Task list
- [ ] Lorem ipsum
- [ ] Lorem ipsum

Using emoji :joy:

==Highlight==

~Subscript~

^Superscript^