From dd9f7d2efbafd1b6e558d63b64ec3b563feed3b2 Mon Sep 17 00:00:00 2001 From: crossdark Date: Fri, 22 Nov 2024 19:37:10 +0800 Subject: [PATCH] =?UTF-8?q?3.4.3=20=E8=87=AA=E5=AE=9A=E4=B9=89InlineHilite?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CrossDown/Core.py | 2 ++ README.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CrossDown/Core.py b/CrossDown/Core.py index f227fea..b11e132 100644 --- a/CrossDown/Core.py +++ b/CrossDown/Core.py @@ -295,6 +295,8 @@ class InlineCode: variable = ''.join(variables) if variable in self.variable: return self.variable[variable] + else: + return variable case _: return f'{source}' diff --git a/README.html b/README.html index 91d5b6e..d02a377 100644 --- a/README.html +++ b/README.html @@ -207,7 +207,7 @@

Ctrl+Alt+Del

Enter

4.1.4 突出

-

`{突出内容}`

+

突出内容

4.2 多行

4.2.1 YAML

2