From eb939f69e571e9ee47ab94ffdc6b0628651a83b6 Mon Sep 17 00:00:00 2001 From: yeasy Date: Thu, 23 Jul 2026 17:04:37 -0700 Subject: [PATCH] fix(format): unstick bold markers that CJK punctuation kept from rendering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CommonMark only treats a run of asterisks as an emphasis delimiter when it is left/right-flanking. CJK punctuation counts as Unicode punctuation, so a closer like `**数据(配比)**相互交织` is preceded by punctuation and followed by a letter — it cannot close, and the page shows literal asterisks instead of bold. Inserts the single space that book-rules 1.1 already asks for, on whichever side was failing: 2 places across 2 file(s). No wording changed — every diff here is whitespace-only. Verified against pandoc's gfm reader: each span now renders as its own . --- 03_install/3.5_raspberry-pi.md | 2 +- 12_implementation/12.2_namespace.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/03_install/3.5_raspberry-pi.md b/03_install/3.5_raspberry-pi.md index d0f960b..ac5081f 100644 --- a/03_install/3.5_raspberry-pi.md +++ b/03_install/3.5_raspberry-pi.md @@ -185,7 +185,7 @@ For more examples and ideas, visit: ``` 若能正常输出以上信息,则说明安装成功。 -*注意:*ARM 平台不能使用 `x86` 镜像,查看 Raspberry Pi OS 可使用镜像请访问 [arm32v7](https://hub.docker.com/u/arm32v7/) 或者 [arm64v8](https://hub.docker.com/u/arm64v8/)。 +*注意:* ARM 平台不能使用 `x86` 镜像,查看 Raspberry Pi OS 可使用镜像请访问 [arm32v7](https://hub.docker.com/u/arm32v7/) 或者 [arm64v8](https://hub.docker.com/u/arm64v8/)。 ### 3.5.7 镜像加速 diff --git a/12_implementation/12.2_namespace.md b/12_implementation/12.2_namespace.md index 954bf24..f6304a1 100644 --- a/12_implementation/12.2_namespace.md +++ b/12_implementation/12.2_namespace.md @@ -4,7 +4,7 @@ ### 12.2.1 什么是 Namespace -> **Namespace 是 Linux 内核提供的资源隔离机制,它让容器内的进程仿佛运行在独立的操作系统中。**Namespace 是容器技术的核心基础之一。它回答了一个关键问题:**如何让一个进程 “以为” 自己独占整个系统?** +> **Namespace 是 Linux 内核提供的资源隔离机制,它让容器内的进程仿佛运行在独立的操作系统中。** Namespace 是容器技术的核心基础之一。它回答了一个关键问题:**如何让一个进程 “以为” 自己独占整个系统?** ```mermaid flowchart LR