From 345ec26951ff176b6f5331bd59813c74e15d38b8 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Thu, 13 Jan 2022 11:05:06 +0100 Subject: [PATCH] [changelog] Add plantuml to changelog Signed-off-by: Tilman Vatteroth --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36013f2c..478ef4e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 - Note information dialog containing word count, revision count, last editor and creation time. - Image tags with placeholder urls (`https://`) will be replaced with a placeholder frame. - Images that are currently uploading will be rendered as "uploading". +- Code blocks with `plantuml` as language are rendered as [PlantUML](https://plantuml.com/) diagram using a configured render server. ### Changed