- Published on
Sample .md file
- Authors
- Name
- sinhnt
- @sinhnt
A sample post with markdown.
Local: http://localhost:3000/
Table
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
text
italic text
another italic text
quote
quotation OpenAI
- list item 1
- list item 2
- list item 1
- list item 3
- list item level 3
Inline Highlighting (header level 1 #)
Inline Highlighting (header level 2 ##)
Inline Highlighting (header level 3 ###)
Inline Highlighting (header level 4 ####)
Inline Highlighting (header level 5 #####)
Inline Highlighting (header level 6 ######)
Sample of inline highlighting sum = parseInt(num1) + parseInt(num2)
command sample
Code Blocks
Some Javascript code
Some Python code 🐍