From f1c8c4405f413550d73e6f12db38f406af56888f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= Date: Wed, 8 May 2019 11:55:34 +0200 Subject: [PATCH] [syntax_highlight] Update manifest.ini --- syntax_highlight/manifest.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/syntax_highlight/manifest.ini b/syntax_highlight/manifest.ini index c6f0df0..5230a8c 100644 --- a/syntax_highlight/manifest.ini +++ b/syntax_highlight/manifest.ini @@ -3,16 +3,17 @@ # branch or so... name: Source Code Syntax Highlight short_name: syntax_highlight -version: 1.2.4 -description: Source Code Syntax Highlighting in the chatbox. +version: 1.2.5 +description: Source Code Syntax Highlighting in the chat window. It uses markdown-style syntax, i.e. text in between `single backticks` is - rendered as inline code, ```language + rendered as inline code, + ```language selection is possible in multi-line code snippets in between triple-backticks Note the newlines in this case... ``` - *Note:* You need to have pygments installed. + Note: You need to have pygments installed. Please refer to the plugin's Wiki page for more information. Changing settings will take effect after closing and opening the message -- GitLab