(nézz meg a /pages/examples/style-guide.md-ben!)


Heading 1

This is a paragraph under heading 1. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Heading 2

This is a paragraph under heading 2. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Heading 3

This is a paragraph under heading 3. Ut enim ad minim veniam, quis nostrud exercitation ullamco.

Heading 4

This is a paragraph under heading 4. Duis aute irure dolor in reprehenderit in voluptate.

Heading 5

This is a paragraph under heading 5. Excepteur sint occaecat cupidatat non proident.

Heading 6

This is a paragraph under heading 6. Sunt in culpa qui officia deserunt mollit anim id est laborum.


Text Formatting

This is bold text and this is italic text. You can also use bold and italic together.

This is strikethrough text and this is inline code.


Blockquotes

This is a blockquote. It can contain multiple lines.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Tip: You can also have formatted text inside blockquotes.


Lists

Unordered List

Ordered List

  1. First item
  2. Second item
  3. Third item
    1. Nested item 1
    2. Nested item 2
  4. Fourth item

Links

This is a link to the homepage and this is an external link.


Code Blocks

Inline Code

Use the console.log() function to print to the console.

Code Block

function greet(name) {
  console.log(`Hello, ${name}!`);
  return true;
}

greet("World");
def greet(name):
    print(f"Hello, {name}!")
    return True

greet('World')

Tables

Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6
Cell 7 Cell 8 Cell 9
Left Aligned Center Aligned Right Aligned
Left Center Right
Text Text Text

Horizontal Rule

Above this line.


Below this line.


Images

Sample Image

Image caption: A placeholder image


Task Lists


Nested Elements

  1. First ordered item

    • Unordered sub-item
    • Another sub-item

      A blockquote inside a list

  2. Second ordered item

    // Code block inside a list
    const example = true;
    
  3. Third ordered item

    Col 1 Col 2
    Data Data