From a4a66ee011667044c3cce926ab8f86f6fe8f1a30 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Wed, 15 Mar 2023 22:38:14 +0800 Subject: [PATCH] update: add gitbook indentation --- src/release/gitbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release/gitbook.py b/src/release/gitbook.py index 0724767..c0d6dd8 100755 --- a/src/release/gitbook.py +++ b/src/release/gitbook.py @@ -26,7 +26,7 @@ def markdownTransfer(content: str) -> str: ] for symbol in symbols: content = content.replace(symbol, '\\' + symbol) # add `\` before symbol - return content + return '  ' + content def loadChapter(caption: str, content: list) -> str: