[PR #5799] [CLOSED] MD Editor:Added custom Markdown warning blocks, syntax highlighting, … #6573

Closed
opened 2026-02-05 10:35:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5799
Author: @FLEN2360
Created: 9/14/2025
Status: Closed

Base: developmentHead: development


📝 Commits (1)

  • 0b54d92 MD Editor:Added custom Markdown warning blocks, syntax highlighting, automatic linking, and annotation syntax.

📊 Changes

9 files changed (+454 additions, -0 deletions)

View changed files

app/Entities/Tools/Markdown/AdmonitionBlock.php (+61 -0)
app/Entities/Tools/Markdown/AdmonitionBlockParser.php (+135 -0)
app/Entities/Tools/Markdown/AdmonitionBlockRenderer.php (+50 -0)
app/Entities/Tools/Markdown/AdmonitionExtension.php (+46 -0)
app/Entities/Tools/Markdown/Highlight.php (+43 -0)
app/Entities/Tools/Markdown/HighlightExtension.php (+27 -0)
app/Entities/Tools/Markdown/HighlightParser.php (+52 -0)
app/Entities/Tools/Markdown/HighlightRenderer.php (+34 -0)
📝 app/Entities/Tools/Markdown/MarkdownToHtml.php (+6 -0)

📄 Description

Added custom Markdown warning blocks, syntax highlighting, automatic linking, and annotation syntax.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/5799 **Author:** [@FLEN2360](https://github.com/FLEN2360) **Created:** 9/14/2025 **Status:** ❌ Closed **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (1) - [`0b54d92`](https://github.com/BookStackApp/BookStack/commit/0b54d92767bcea74bcf35fc15c0c0827a82637bd) MD Editor:Added custom Markdown warning blocks, syntax highlighting, automatic linking, and annotation syntax. ### 📊 Changes **9 files changed** (+454 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/Entities/Tools/Markdown/AdmonitionBlock.php` (+61 -0) ➕ `app/Entities/Tools/Markdown/AdmonitionBlockParser.php` (+135 -0) ➕ `app/Entities/Tools/Markdown/AdmonitionBlockRenderer.php` (+50 -0) ➕ `app/Entities/Tools/Markdown/AdmonitionExtension.php` (+46 -0) ➕ `app/Entities/Tools/Markdown/Highlight.php` (+43 -0) ➕ `app/Entities/Tools/Markdown/HighlightExtension.php` (+27 -0) ➕ `app/Entities/Tools/Markdown/HighlightParser.php` (+52 -0) ➕ `app/Entities/Tools/Markdown/HighlightRenderer.php` (+34 -0) 📝 `app/Entities/Tools/Markdown/MarkdownToHtml.php` (+6 -0) </details> ### 📄 Description Added custom Markdown warning blocks, syntax highlighting, automatic linking, and annotation syntax. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:35:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6573