Next Sakurairo
Site
Test Page

Test Page

Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.


Headings#

Heading 1#

Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.

Heading 2#

Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.

Heading 3#

Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.

Heading 4#

Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.

Heading 5#

Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.

Heading 6#

Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.


Paragraph#

It's very easy to make some words bold and other words italic with Markdown. You can even link to Google! HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type COPY filename. Dinner’s at 5:00. Let’s make that 7. This text has been struck.

You can also link to Github!

You can also link to Youtube!

You can also link to X!

You can also link to OpenAI!

Emphasis#

This text will be italic
This text will be bold
You can combine them

Preformatted Text#

The silver swan, who living had no note,
When death approached, unlocked her silent throat;

Text-level semantics#

The a element example
The abbr element and abbr element with title examples
The b element example
The cite element example
The code element example
The del element example
The dfn element and dfn element with title examples
The em element example
The i element example
The ins element example
The kbd element example
The mark element example
The q element inside a q element example
The s element example
The samp element example
The small element example
The span element example
The strong element example
The sub element example
The sup element example
The var element example
The u element example

Footnotes#

You can create footnotes like this1.


List Types#

Ordered List#

Sometimes you want numbered lists:

  1. List Item 1
  2. List Item 2
  3. Nested list item A
  • one
  1. Nested list item B
  • two
  1. List Item 3

Unordered List#

Sometimes you want bullet points:

  • List Item 1
  • List Item 2
  • Nested list item A
  • Nested list item B
  • List Item 3

Alternatively,

  • Start a line with a star
  • Profit!

But I have to admit, tasks lists are my favorite:

  • This is a complete item
  • This is an incomplete item

Definition List#

Definition List Title
This is a definition list division.
Definition
An exact statement or description of the nature, scope, or meaning of something: our definition of what constitutes poetry.

Blockquotes#

Let’s keep it simple. Italics are good to help set it off from the body text. Be sure to style the citation.

Good afternoon, gentlemen. I am a HAL 9000 computer. I became operational at the H.A.L. plant in Urbana, Illinois on the 12th of January 1992. My instructor was Mr. Langley, and he taught me to sing a song. If you’d like to hear it I can sing it for you. — HAL 9000

And here’s a bit of trailing text.


Table#

If you want to embed table, this is how you do it:

TABLE HEADER 1TABLE HEADER 2TABLE HEADER 3
Division 1Division 2Division 3
Division 1Division 2Division 3
Division 1Division 2Division 3
NameAgeSexLocation
NarutoUzumaki16MaleKonoha
SakuraHaruno16FemaleKonoha

Code#

Code can be presented inline, like , or within a block. Because we have more specific typographic needs for code, we’ll specify Consolas and Monaco ahead of the browser-defined monospace font.

Loading...
test.tsx
Loading...

Media#

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.

Image#

Wide Image

Footnotes#

  1. Here is the text of the footnote.