Simple Markdown
Simple Markdown is een lichtgewicht WordPress plugin die een aangepast Gutenberg blok toevoegt voor het direct weergeven van mark-down content in je berichten en pagina’s. Perfect voor ontwikkelaars, schrijvers en iedereen die liever in mark-down format schrijft.
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 functies:
- Aangepast Gutenberg blok voor mark-down inhoud
- Support for common Markdown syntax:
- Headers (H1-H6)
- Vetgedrukte en cursieve tekst
- Inline code and code blocks with copy functionality
- Links
- Ongeordende en geordende lijsten
- Blok citaten
- 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
- Eenvoudige te gebruiken 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.
Ondersteunde mark-down syntaxis:
# Header 1through###### Header 6**vetgedrukte tekst**en*cursieve tekst*`inline code`en code blokken met drievoudige backticks[link text](URL)voor links- itemvoor ongeordende lijsten1. itemvoor geordende lijsten> quotevoor blok citaten
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)
