Title: Simple Markdown
Author: Floris-Jan
Published: <strong>2025 年 9 月 3 日</strong>
Last modified: 2025 年 9 月 3 日

---

搜尋外掛

![](https://ps.w.org/simple-markdown/assets/banner-772x250.png?rev=3355350)

![](https://ps.w.org/simple-markdown/assets/icon.svg?rev=3355350)

# Simple Markdown

 由 [Floris-Jan](https://profiles.wordpress.org/blokkie/) 開發

[下載](https://downloads.wordpress.org/plugin/simple-markdown.1.4.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/simple-markdown/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/simple-markdown/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/simple-markdown/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/simple-markdown/#developers)

 [技術支援](https://wordpress.org/support/plugin/simple-markdown/)

## 外掛說明

Simple Markdown is a lightweight WordPress plugin that adds a custom Gutenberg block
for rendering Markdown content directly in your posts and pages. Perfect for developers,
writers, and anyone who prefers writing in Markdown format.

**NEW in 1.3.0: Professional Code Beautification**
 * Automatic code formatting 
and indentation for all supported languages * Professional copy buttons positioned
as elegant tabs outside code blocks * Language-aware beautification (JavaScript,
PHP, CSS, JSON, Bash) * Smart preservation of ASCII art and tree structures in copy-
only blocks

**Core Features:**

 * Custom Gutenberg block for Markdown content
 * Support for common Markdown syntax:
    - Headers (H1-H6)
    - Bold and italic text
    - Inline code and code blocks with copy functionality
    - Links
    - Unordered and ordered lists
    - Blockquotes
 * Professional code block rendering with:
    - Automatic beautification and proper indentation
    - One-click copy functionality with visual feedback
    - Language labels (JavaScript, PHP, CSS, JSON, Bash)
    - Tight line spacing optimized for code readability
 * Clean HTML output with semantic markup
 * Theme-resistant styling with robust CSS overrides
 * Easy to use interface

This is the core version with all essential markdown features plus professional 
code handling. A Pro version with syntax highlighting and other advanced features
will be available in the future.

**Supported Markdown Syntax:**

 * `# Header 1` through `###### Header 6`
 * `**bold text**` and `*italic text*`
 * `\`inline code\`` and code blocks with triple backticks
 * `[link text](URL)` for links
 * `- item` for unordered lists
 * `1. item` for ordered lists
 * `> quote` for blockquotes

**Advanced Code Block Syntax:**

 * `\`\`\`javascript copy` – Beautified JavaScript with copy button
 * `\`\`\`php copy` – Beautified PHP with copy button
 * `\`\`\`css copy` – Beautified CSS with copy button
 * `\`\`\`json copy` – Beautified JSON with copy button
 * `\`\`\`bash copy` – Bash commands with copy button
 * `\`\`\`copy` – Copy button without beautification (preserves ASCII art)
 * `\`\`\`` – Plain code block (no beautification, no copy button)

## 螢幕擷圖

 * [[
 * [[

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Markdown

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. In the Gutenberg editor, look for the “Markdown” block in the block inserter.
 4. Add your Markdown content and it will be rendered as HTML on the frontend.
 5. Use advanced code block syntax like `\`\`\`javascript copy` for beautified code
    with copy functionality.

## 常見問題集

### Does this plugin support all Markdown features?

This plugin supports the most commonly used Markdown features including headers,
emphasis, links, lists, code blocks with beautification, and blockquotes. It’s designed
to be lightweight and fast while providing professional code handling.

### How does the code beautification work?

Code blocks with language tags (like `javascript copy) are automatically beautified
with proper indentation and formatting. Copy-only blocks (`copy) preserve exact 
formatting for ASCII art and tree structures.

### Can I use this with the Classic Editor?

This plugin is designed specifically for the Gutenberg block editor. For Classic
Editor support, consider using a different Markdown solution.

### Does this plugin require any external libraries?

No, Simple Markdown uses a custom, lightweight Markdown parser with built-in beautification
algorithms, requiring no external dependencies.

### What’s the difference between language+copy and copy-only blocks?

Language+copy (`javascript copy) beautifies code AND adds copy button. Copy-only(`
copy) adds copy button WITHOUT beautification, preserving ASCII art and special 
formatting.

### Will there be a Pro version?

Yes, a Pro version with syntax highlighting and advanced features is planned for
the future. The current version includes professional code beautification and copy
functionality.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Simple Markdown〉的開發相關工作。

參與者

 *   [ Floris-Jan ](https://profiles.wordpress.org/blokkie/)

〈Simple Markdown〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/simple-markdown/contributors)
為這個外掛做出的貢獻。

[將〈Simple Markdown〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/simple-markdown)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/simple-markdown/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/simple-markdown/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/simple-markdown/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/simple-markdown/)。

## 變更記錄

#### 1.4.2

 * Fixed WordPress plugin repository validation warning by reducing tags to 5 (WordPress
   limit)
 * Optimized plugin tags for better discoverability: markdown, gutenberg, blocks,
   formatting, code

#### 1.4.1

 * Updated changelog and readme documentation
 * Minor maintenance release

#### 1.4.0

 * Updated Plugin URI to point to official GitHub repository
 * Improved plugin repository structure for better version management

#### 1.3.0

 * MAJOR FEATURE: Professional code beautification system with language-aware formatting
 * NEW: Advanced copy functionality with elegant tab-style buttons positioned outside
   code blocks
 * NEW: Language-specific auto-beautification for JavaScript, PHP, CSS, JSON, and
   Bash
 * NEW: Smart preservation system – copy-only blocks (“`copy) maintain exact formatting
   for ASCII art
 * NEW: Three-tier code block processing: beautified language blocks, copy-only 
   preservation, plain blocks
 * Enhanced: Copy buttons now positioned as professional tabs matching language 
   tag styling
 * Enhanced: Automatic multi-line formatting with proper indentation for compressed
   code
 * Enhanced: One-click copy functionality with visual feedback (“copy”  “copied!”“
   copy”)
 * Enhanced: Robust theme-resistant CSS with improved code block styling
 * Enhanced: Strategic line break insertion for better code readability
 * Technical: Complete rewrite of code block processing with placeholder protection
   system
 * Technical: Language-aware beautification algorithms for each supported syntax
 * Perfect foundation for Pro version with syntax highlighting capabilities
 * Maintains ultra-lightweight approach with zero external dependencies

#### 1.1.2

 * Extreme ultra-tight line spacing (0.4) for code blocks – maximum density without
   text overlap
 * Perfect for ASCII art, tree structures, and dense code examples

#### 1.1.1

 * Ultra-minimal line spacing (1.05) in code blocks – lines as close as possible
   without overlap
 * Standard paragraph font size (1em) for readability
 * Perfect for tree structures, code examples, and technical documentation

#### 1.1.0

 * Major improvement: Enhanced code block rendering with professional tight line
   spacing
 * Added robust CSS overrides to prevent WordPress theme interference
 * Implemented proper whitespace handling for code blocks
 * Significantly improved code readability and appearance

#### 1.0.2

 * Fixed code block line spacing for better alignment
 * Reduced line height in code blocks from 1.4 to 1.2 for tighter spacing

#### 1.0.1

 * Fixed markdown rendering font sizes and line spacing
 * Improved typography for better readability
 * Better spacing between elements

#### 1.0.0

 * Initial release
 * Custom Gutenberg block for Markdown rendering
 * Support for headers, emphasis, links, lists, code blocks, and blockquotes
 * Clean HTML output with proper semantic markup

## 中繼資料

 *  版本 **1.4.2**
 *  最後更新 **9 個月前**
 *  啟用安裝數 **70+**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [Dutch](https://nl.wordpress.org/plugins/simple-markdown/) 及 [English (US)](https://wordpress.org/plugins/simple-markdown/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/simple-markdown)
 * 標籤:
 * [blocks](https://tw.wordpress.org/plugins/tags/blocks/)[code](https://tw.wordpress.org/plugins/tags/code/)
   [formatting](https://tw.wordpress.org/plugins/tags/formatting/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [markdown](https://tw.wordpress.org/plugins/tags/markdown/)
 *  [進階檢視](https://tw.wordpress.org/plugins/simple-markdown/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/simple-markdown/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/simple-markdown/reviews/)

## 參與者

 *   [ Floris-Jan ](https://profiles.wordpress.org/blokkie/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/simple-markdown/)