From 73afc2de152082c617cf05cc2ad70f99fedff1a9 Mon Sep 17 00:00:00 2001 From: Mengjiao Liu Date: Thu, 23 Jun 2022 16:38:54 +0800 Subject: [PATCH] [zh]Fixed Chinese bold not working --- content/zh-cn/docs/tutorials/stateless-application/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/tutorials/stateless-application/guestbook.md b/content/zh-cn/docs/tutorials/stateless-application/guestbook.md index 8d2cd9200c..c50f04a521 100644 --- a/content/zh-cn/docs/tutorials/stateless-application/guestbook.md +++ b/content/zh-cn/docs/tutorials/stateless-application/guestbook.md @@ -29,7 +29,7 @@ min-kubernetes-server-version: v1.14 This tutorial shows you how to build and deploy a simple _(not production ready)_, multi-tier web application using Kubernetes and [Docker](https://www.docker.com/). This example consists of the following components: --> 本教程向你展示如何使用 Kubernetes 和 [Docker](https://www.docker.com/) -构建和部署一个简单的**(非面向生产的)**多层 web 应用程序。本例由以下组件组成: +构建和部署一个简单的 **(非面向生产的)** 多层 web 应用程序。本例由以下组件组成: