Markdown
- Components
- Markdown
Foundation
MUI
Extra
Html content
h1題目標題TITLE
h2題目標題TITLE
h3題目標題TITLE
h4題目標題TITLE
h5題目標題TITLE
h6題目標題TITLE
Paragraph Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups
Lists
- Write the press release
- Update the website
- Contact the media
A table:
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here's this |
Paragraph | Text | And more |
Code inline
for (var i=1; i <= 20; i++) {
if (i % 15 == 0)
return "FizzBuzz"
else if (i % 3 == 0)
return "Fizz"
else if (i % 5 == 0)
return "Buzz"
else
return i
}
A block quote withstrikethroughand a URL: https://reactjs.org.
Mardown content
h1題目標題TITLE
h2題目標題TITLE
h3題目標題TITLE
h4題目標題TITLE
h5題目標題TITLE
h6題目標題TITLE
Paragraph Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.
Lists
- Write the press release
- Update the website
- Contact the media
A table:
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here's this |
Paragraph | Text | And more |
code inline
for (var i=1; i <= 20; i++) {
if (i % 15 == 0)
return "FizzBuzz"
else if (i % 3 == 0)
return "Fizz"
else if (i % 5 == 0)
return "Buzz"
else
return i
}
A block quote withstrikethroughand a URL: https://reactjs.org.