Welcome
· One min read
Docusaurus blogging features are powered by the blog plugin.
Here are a few tips you might find useful.
Docusaurus 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.
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!";
}