Demo Article

Canonical source code for software should include checksums of the content of all its dependencies.Sep 8. 2024

Main Heading

Secondary Heading

Tertiary Heading

Fourth-level Heading

Fifth-level Heading

Sixth-level Heading

This is a paragraph with bold text, italic text, and bold italic text. It also includes inline code. Here's a link to example.com.
This is a blockquote. It can span multiple lines and is typically used for quoting external sources or highlighting important information.
Here's an unordered list:
  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  • Item 3
And here's an ordered list:
  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2
  3. Third item

Here's a code block:

npx create-react-app and another line here export default async function Home() { console.log("hello world"); }

hello