Aligning the stars...
CT

Markdown Preview

Live preview of Markdown with syntax highlighting

Preview

Your Markdown preview will appear here...

Markdown Cheatsheet

Headings

Heading 1
# Heading 1
Heading 2
## Heading 2
Heading 3
### Heading 3

Text Formatting

Italic
*italic* or _italic_
Bold
**bold** or __bold__
Bold and Italic
***bold and italic***
Strikethrough
~~strikethrough~~

Lists

Unordered List
- Item 1
- Item 2
  - Nested item
- Item 3
Ordered List
1. Item 1
2. Item 2
   1. Nested item
3. Item 3

Links & Images

Link
[Link text](https://example.com)
Image
![Alt text](image-url.jpg)

Code

Inline Code
`inline code`
Code Block
```javascript
function example() {
  return "code block";
}
```

Emoji

Basic Emoji
:smile: :heart: :thumbsup:
Common Emoji
:rocket: :star: :fire: :warning:
Faces
:joy: :thinking: :sunglasses: :wink:

Other Elements

Blockquote
> This is a blockquote
> Multiple lines
Table
| Header 1 | Header 2 |
|----------|----------|
| Cell 1   | Cell 2   |
Horizontal Rule
---
Task List
- [x] Completed task
- [ ] Pending task

© 2025 Constellation Networks

v1.0.0-1743140205 | Hosted on the swarm (⌐■_■)