plugin-icon

Djot Markup

제작자: markmarkmark·
Djot markup language support for WordPress. A modern, cleaner alternative to Markdown.
버전
1.5.16
최근 업데이트일
Jun 8, 2026

Djot Markup adds support for the Djot markup language in WordPress. Djot is created by John MacFarlane (creator of CommonMark and Pandoc) and offers cleaner syntax with more consistent parsing rules than Markdown.

Features

  • Full Djot Support: Headings, emphasis, links, images, code blocks, tables, footnotes, and more
  • Shortcode Support: Use [djot]...[/djot] in your content
  • Content Filtering: Automatically process {djot}...{/djot} blocks
  • Table of Contents: Automatic TOC generation from headings with configurable levels and position
  • Safe Mode: XSS protection for untrusted content
  • Syntax Highlighting: Server-side highlighting with Torchlight Engine
  • Admin Settings: Easy configuration through WordPress admin
  • Template Tags: Functions for theme developers
  • Dark Mode Support: CSS adapts to dark mode preferences

Usage

Shortcode:

[djot] # Hello World This is _emphasized_ and this is *strong*. - List item 1 - List item 2 [/djot]

Template Tags:

<?php $html = wpdjot_to_html('# Hello *World*!'); wpdjot_the('# _Hello_ *World*!'); ?>

Links

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 7.0
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.