Transcription
Product Update

Sample Blog Post with realistic title

KSPP

Kate Stronach, Praveen Pendyala

August 12, 2024

Heading 1 sample

The content for this heading goes here!

Heading 2

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!

Heading 3

The content for this goes here. And the story related to this!

heading 4

The content for this goes here. And the story related to this!

Heading 5

The content for this goes here. And the story related to this!

Heading 6
The content for this goes here. And the story related to this!

  • List item 1
  • List item 2

  1. Numlist item 1
  2. Numlist item 2

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

Author - Praveen Pendyala

Some text right after the image!