template.md
Title 1
Title 2
Title 3
Title 4
Title 5
Title 6
First Paragraph
Emphasis
Bold
Emphasis Bold
Delete
Link
Reference-style [link][id]
Reference-style 2 [link2][]
[id]: https://example.com/ “Link title”
[link2]: https://example.com/ “Link title”
Blockquote
inline code snippet
const stringToDisplay = [
"This is a example of multi-line coding snippet",
"You can use it to highlight your code",
];
stringToDisplay.forEach((s) => {
console.log(s);
});
Second Paragraph That’s one small step for man, one giant leap for mankind.
Second Blockquote
- Unordered list item
- Sub unordered list item
- Sub unordered list item
- More Sub unordered list item
- Unordered list item
- Unordered list item
- Ordered list item 1
- Ordered list item 2
- Ordered list item 3
- Todo 1
- Todo 2
- Todo 2-1
- Todo 2-2
- Todo 3
Table Header | Second Header | Third Header |
---|---|---|
Table Cell | Cell 2 | Cell 3 |
Left align | Center Align | Right align |
Useful refs
© ® ¶ µ × ÷ ° ±  
Website · GitHub @GitHub · Other Profilename
Details element summary
details element description