Test UI Element

This page is used to test the look of the web user interface.

Section title level 1

No sea, at invenire voluptaria mnesarchum has. Ex nam suas nemore dignissim, vel apeirian democritum et. At ornatus splendide sed, phaedrum omittantur usu an, vix an noster voluptatibus.

Section title level 2

Platonem complectitur mediocritatem ea eos. Ei nonumy deseruisse ius. Mel id omnes verear. Vis no velit audiam, sonet praesent eum ne. Prompta eripuit nec ad. Integer diam enim, dignissim eget eros et, ultricies mattis odio. Lorem pertinacia expetenda et nec, H20. E = mc2. Eum an doctus maiestatis efficiantur.

  1. potenti donec cubilia tincidunt

  2. etiam pulvinar inceptos velit quisque aptent himenaeos

  3. lacus volutpat semper porttitor aliquet ornare primis nulla enim

Summary Spoiler Alert!

Details.

Loads of details.

Hello World! Let’s have some vibrant color gradient.

Section title level 3

Natum facilisis theophrastus an duo. No sea, at invenire voluptaria mnesarchum has.

List with customized marker
  • ultricies sociosqu tristique integer

  • lacus volutpat semper porttitor aliquet ornare primis nulla enim

  • etiam pulvinar inceptos velit quisque aptent himenaeos

Eu sed antiopam gloriatur. Ea mea agam graeci philosophia.

  • circles

    • circles

      • and more circles!

Section title level 4

At ornatus splendide sed, phaedrum omittantur usu an, vix an noster voluptatibus.

  • todo

  • done!

  • Interactive task

  • Interactive task done

Section title level 5

Vis veri graeci legimus ad.

sed

splendide sed

mea

volutpat semper


Let’s look at that another way.

sed

splendide sed

mea

agam graeci

Section title level 6

icon:NAME[2x, role=ROLE]

[.tag]#TAGNAME#TAGNAME

To apply a color to the tag, add the following JavaScript block to the bottom of the page where the tag is located:

const tag_colors = {"TAGNAME_1": "COLOR", "TAGNAME_2": "COLOR"};
// COLOR can be one of "tip", "note", "caution", "warning", or "important".

Admonitions

This is a tip.
See also here.
Here is some explanation.
This is a note.
This is a keynote.
This shows an alternative.
This is a caution note.
This is experimental.
This is not implemented.
This is a warning.
Pay attention.
An obsolete feature is no longer being used but kept for backward compatability.
This is an important note.
Something critical.
A deprecated feature is no longer being used and will be removed in the future.
You should avoid using a deprecated feature.
Get rid of the bugs in your code.
The debug class can be attached to any admonition block.

Sidebars

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna. Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna. Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!

— Famous Person. Cum dicat putant ne.
Cum dicat putant ne. Famous Person Website

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

The fog comes
on little cat feet.
Sidebar card: Tip

This oughta do it!

Sidebar card: Note

You’ve been down this road before.

Sidebar card: Warning

Watch out!

Sidebar card: Caution

I wouldn’t try that if I were you.

Sidebar card: Important

Don’t forget this step!

Other blocks

Example 1. Example box

Equation is typically displayed inside an example box, such as:

Table 1. Table
Column 1 Column 2 Column 3

A

a

1

B

b

2

C

c

3

Subtotal

from a to c

6

  • Tab1

  • Tab2

  • Tab3

Content for tabpanel 1

Example 2. Example box

Table within an example box should not have drop shadow.

Column 1 Column 2

a

3

b

4

c

5

Content for tabpanel 2

Table 2. Table
Column 1 Column 2 Column 3

A

a

1

B

b

2

C

c

3

Content for tabpanel 3

pom.xml
src/
  main/
    java/
      HelloWorld.java
  test/
    java/
      HelloWorldTest.java
rows = 14
print("*" * rows, end = "\n")
i = (rows // 2) - 1
j = 2
while i != 0:
    while j <= (rows - 2):
        print("*" * i, end = "")
        print("_" * j, end = "")
        print("*" * i, end = "\n")
        i = i - 1
        j = j + 2

Fin

我的祖国 My Motherland

That’s all, folks!