Files
mypage/content/blog/test-complet.md
RJ 3d79cab89a
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
📄 production optimizations
2025-12-02 12:39:11 +02:00

1.6 KiB

title, description, date, author, category, tags, image, draft
title description date author category tags image draft
Test Complet Markdown Un articol de test care demonstrează toate elementele markdown suportate 2025-01-15 Test Author Tutorial
markdown
test
demo
/38636.jpg false

Heading 1

Acesta este un paragraf normal cu text bold și text italic. Putem combina bold și italic.

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Liste

Listă neordonată

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  • Item 3

Listă ordonată

  1. Primul item
  2. Al doilea item
  3. Al treilea item

Cod

Cod inline: const x = 42;

Bloc de cod JavaScript:

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

greet('World')

Bloc de cod Python:

def calculate_sum(a, b):
    """Calculate sum of two numbers"""
    return a + b

result = calculate_sum(5, 10)
print(f"Result: {result}")

Blockquote

Acesta este un blockquote. Poate avea multiple linii.

Și paragrafe separate.

Link intern

Link extern

Imagini

Alt text pentru imagine

Tabele

Coloana 1 Coloana 2 Coloana 3
Celula 1 Celula 2 Celula 3
Date 1 Date 2 Date 3
Info 1 Info 2 Info 3

Linie orizontală


Task List (GFM)

  • Task completat
  • Task incomplet
  • Alt task

Strikethrough

Text șters

Concluzie

Acesta este sfârșitul articolului de test.