Welcome to PasteMD - Guide & Features
A comprehensive onboarding guide showing all the features and options of PasteMD.
Welcome to PasteMD! ๐
This is your personal guide showcasing all the powerful options available on this platform. You can edit this document, delete it, or keep it as a reference!
๐ Markdown Rich Text Editing
PasteMD fully supports standard Markdown formatting. Here are a few examples of what you can do:
Text Styles
- Bold text using
**bold** - Italic text using
*italic* Strikethroughusing~~strikethrough~~- Code highlight
like this
๐ป Code Block Highlighting
PasteMD automatically detects and highlights multiple programming languages (HTML, JS, CSS, Python, PHP, Ruby, Go, etc.):
// Example Javascript
const greet = (name) => {
console.log(`Hello, ${name}! Welcome to PasteMD.`);
};
greet("User");
<?php
// Example PHP
echo "Hello from PasteMD!";
?>
๐ Tables & Lists
| Feature | Supported | Description |
|---|---|---|
| Markdown | Yes | Standard GitHub Flavored Markdown |
| Code Syntax | Yes | Automatic language highlighting |
| Password Protect | Yes | Keep documents encrypted |
| AI Assistant | Yes | AI-powered writing helper |
๐ Document Settings (Access Control)
Click the Settings button in the editor toolbar to configure options:
- Public vs. Private: Control if your document is listed publicly or only viewable via direct URL.
- Password Protection: Secure your sensitive data with custom passwords.
- Expiration Date: Set a datetime limit after which the document automatically expires.
- Comments & Downloads: Choose whether visitors can download the raw document or leave comments on it.
๐ค AI Assistant (Powered by Gemini)
If enabled by the administrator, click the AI icon in the editor toolbar:
- Summarize: Get a concise bullet-point summary.
- Review Code: Scan for bugs, improvements, and code reviews.
- Explain: Describe complex code or text in plain English.
- Improve: Automatically refine grammar, structure, and readability.
Feel free to delete this or use it to test features. Happy pasting! ๐