From 7917471220dd3616954c3fc88c5ede0860bb04d6 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Tue, 10 Sep 2024 11:27:01 +0800 Subject: [PATCH] chore: Improve code highlight plugin configuration information --- render-markdown-codehighlight/i18n/en_US.yaml | 4 ++-- render-markdown-codehighlight/i18n/zh_CN.yaml | 4 ++-- render-markdown-codehighlight/info.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/render-markdown-codehighlight/i18n/en_US.yaml b/render-markdown-codehighlight/i18n/en_US.yaml index 235f0ec3..baa3a30a 100644 --- a/render-markdown-codehighlight/i18n/en_US.yaml +++ b/render-markdown-codehighlight/i18n/en_US.yaml @@ -20,10 +20,10 @@ plugin: backend: info: name: - other: Markdown Code Highlight + other: Code Highlight description: other: Highlight code blocks in Markdown content config: css_filtering: title: - other: Code Highlight Theme Selection \ No newline at end of file + other: Code Highlight Theme Selection diff --git a/render-markdown-codehighlight/i18n/zh_CN.yaml b/render-markdown-codehighlight/i18n/zh_CN.yaml index cc4de1f5..1139e48a 100644 --- a/render-markdown-codehighlight/i18n/zh_CN.yaml +++ b/render-markdown-codehighlight/i18n/zh_CN.yaml @@ -20,10 +20,10 @@ plugin: backend: info: name: - other: Markdown 代码高亮 + other: 代码高亮 description: other: 高亮显示 Markdown 内容中的代码块 config: css_filtering: title: - other: 代码高亮主题选择 \ No newline at end of file + other: 代码高亮主题选择 diff --git a/render-markdown-codehighlight/info.yaml b/render-markdown-codehighlight/info.yaml index 0bcf6c7f..7eb81aaf 100644 --- a/render-markdown-codehighlight/info.yaml +++ b/render-markdown-codehighlight/info.yaml @@ -19,4 +19,4 @@ slug_name: render_markdown_codehighlight type: render version: 0.0.1 author: Chen Jiaji, Zhu Xuanlyu -link: \ No newline at end of file +link: https://github.com/apache/incubator-answer-plugins/tree/main/render-markdown-codehighlight