First Post: The Dawn of a New Era

First Post: The Dawn of a New Era

2024-07-01 | announcement, testing

Welcome to the First Post on Kurultai.az!

This post marks the beginning of our journey as a Cyber Security Community. We are thrilled to have you here. This document is designed to showcase the full range of Markdown features available on our platform.


Table of Contents


Introduction

Kurultai is an ancient Turkic word for a council or assembly. In the modern age, we envision Kurultai.az as a digital assembly for cybersecurity professionals, enthusiasts, and newcomers to share knowledge, collaborate, and build a safer digital future.

Text Formatting

Here are some examples of text formatting:

  • Bold Text: **Bold Text**
  • Italic Text: *Italic Text*
  • Bold and Italic: ***Bold and Italic***
  • Strikethrough: ~~Strikethrough~~
  • Inline Code: `Inline Code`

Lists

Unordered List

  • Item 1
    • Sub-item 1.1
    • Sub-item 1.2
  • Item 2
  • Item 3

Ordered List

  1. First item
  2. Second item
    1. Sub-item 2.1
    2. Sub-item 2.2
  3. Third item

Code Blocks

We support syntax highlighting for various languages.

# Python example
def greet(name):
  """A simple function to greet someone."""
  print(f"Hello, {name}!")

greet("Kurultai Community")
// JavaScript example
const a = 1;
const b = 2;
console.log(a + b);

Blockquotes

“The greatest victory is that which requires no battle.”

— Sun Tzu, The Art of War

Blockquotes can also be nested:

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

Tables

FeatureStatusPriority
User ProfilesIn ProgressHigh
ForumPlannedHigh
CTF ChallengesPlannedMedium
BlogLiveHigh

Horizontal Rules

You can use three or more hyphens, asterisks, or underscores to create a horizontal rule.




Image Check

The Wolf