← Back to Docs

Getting Started

Learn how to use this knowledge base and all its features.

Last updated: 2025-07-01 · 1 min read

Getting Started

Welcome! This knowledge base uses custom Markdown extensions. Here’s a quick tour.

Table of Contents

Text Formatting

You can use inline code for commands and code references.

Code Blocks with macOS Style

hello.js
console.log('Hello, World!');
Run the script
node hello.js

Admonitions

This is a note

Additional information that might be helpful.

FYI

This is an info block with general information.

Pro Tip

Always use version control for your projects.

Be Careful

This operation might have side effects.

Double Check

Review your changes before deploying to production.

Critical

This action cannot be undone!

Tabs

bash
npm install express

Media Embedding

Sample Image
Sample Image

API Documentation Example

GET /api/users
200 Output
User list retrieved successfully
POST /api/users
201 Output
User created successfully