Welcome
· One min read
Docusaurus blogging features are powered by the blog plugin.
Here are a few tips you might find useful.
Docusaurus tag description
View All TagsDocusaurus blogging features are powered by the blog plugin.
Here are a few tips you might find useful.
Blog posts support Docusaurus Markdown features, such as MDX.
Use the power of React to create interactive blog posts.
This is the summary of a very long blog post,
Use a <!-- truncate --> comment to limit blog post size in the list view.
Namaz is the key of success for both duniya and akhirah.
Drive into the world of enjoyment.
Drive into the world of knowledge.
function Greeting(props){
return <p>Welcome, {props.userName}</p>
}
export default Greeting;
function highlightedText(highlight){
if(highlight)
{
return "This is a highlighted text!";
}
return "Nothing highlighted!";
}