Markdown ViewerBeta
Editor
Preview

🛡️ SafeKey Markdown Showcase

A beautifully designed, secure, and offline-first Authenticator for Android.

Latest Release Stars License

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

  1. Write Markdown
  2. See Live Preview
  3. 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!

FeatureSupportedDescription
TablesNative GFM table support
HTMLSanitized HTML rendering
GridsAuto-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!

Preview 1 Preview 2 Preview 3

🔒 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.