Kate Stronach, Praveen Pendyala
August 12, 2024
The content for this heading goes here!
The content for this goes here. And the story related to this! The content for this goes here. And the story related to this! The content for this goes here. And the story related to this!
The content for this goes here. And the story related to this!
The content for this goes here. And the story related to this!
The content for this goes here. And the story related to this!
The content for this goes here. And the story related to this!
Let's test some code highlighting!
<pre className="my-3 p-2 md:p-6 bg-[#0d1117] rounded-xl shadow-lg"> <SyntaxHighlighter style={dark} customStyle={{ backgroundColor: "#0d1117", borderColor: "#0d1117", }} > {node.text} </SyntaxHighlighter> </pre>
How about some Python code
# This program adds two numbers num1 = 1.5 num2 = 6.3 # Add two numbers sum = num1 + num2 # Display the sum print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
For the final test, lets' see an image embed
Some text right after the image!