diff --git a/tools/markdown.md b/tools/markdown.md new file mode 100644 index 00000000..a6fe445f --- /dev/null +++ b/tools/markdown.md @@ -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^