🛡️ SafeKey Markdown Showcase
A beautifully designed, secure, and offline-first Authenticator for Android.
Welcome to the SafeKey Markdown Viewer! This editor supports every standard markdown feature, plus GFM (GitHub Flavored Markdown), safe HTML, and custom responsive media grids.
📝 Text Formatting
You can use bold, italic, both, and strikethrough.
You can also use inserted text and Ctrl + K for keyboard shortcuts!
Subscript: H2O | Superscript: X2
Blockquotes are great for drawing attention to important information. They can even be nested or span multiple lines.
📋 Lists & Tasks
Unordered List
- SafeKey Android App
- SafeKey Website
- Markdown Renderer
- GitHub Integrations
Ordered List
- Write Markdown
- See Live Preview
- Export to
.md
Task List
- Build an awesome Markdown Renderer
- Support GitHub Badges natively
- Add more features to SafeKey
💻 Code & Syntax
Inline code looks like npm install safekey.
// Block code supports syntax highlighting
function greetUser(name: string): string {
return `Welcome to SafeKey, ${name}!`;
}
📊 Tables
Tables automatically scroll horizontally on small screens to prevent breaking the layout!
| Feature | Supported | Description |
|---|---|---|
| Tables | ✅ | Native GFM table support |
| HTML | ✅ | Sanitized HTML rendering |
| Grids | ✅ | Auto-grouping for inline images |
🖼️ Media & Links
Internal links and External links are handled securely.
Auto-Grid Images
When you place multiple images next to each other on the same line, SafeKey automatically groups them into a beautiful, responsive grid layout!

🔒 Safe HTML
You can use raw HTML! Details and summaries work natively:
👉 Click to expand hidden content
Surprise! This content was hidden using the HTML <details> tag. SafeKey sanitizes HTML to prevent XSS attacks while allowing safe elements to render perfectly.