Let’s start out with headings as its silly to have a heading to list out the different headings!!
BTW, the above was a “horizontal line”.
This is a blockquote. Will use this to say something wise or quote someone wise!
This is a paragraph of text that will be separated as a block. Normally this should be 2-4 sentences that are related together. This rule could be broken when the group of sentences really hold well as a logical block.
Bold, Italic, Strikethrough, <code>
, Link to Home
No. | Task |
---|---|
1 | Create a theme |
2 | Write a post |
Relevant Content.
Filled Badge Outline Badge
Inject Table of Contents (TOC) using:
`@toc{"title":"Injected Table of Contents"}`
Inline Code
Code without line numbers
const PresentationComponent = () => {
return (
<Fragment>
<span>Hello</span>
<span>World</span>
<span>at {Date.now()}</span>
</Fragment>
);
};
Code with line numbers and highlighting
const PresentationComponent = () => {
return (
<Fragment>
<span>Hello</span>
<span>World</span>
<span>at {Date.now()}</span>
</Fragment>
);
};
Unordered
list
Ordered
list