wuguihu created FLINK-23432:
-------------------------------
Summary: [DOCS] The 'docs/content.zh/docs/ops/state/checkpoints'
page did not add a newline, which invalidated the Markdown header
Key: FLINK-23432
URL: https://issues.apache.org/jira/browse/FLINK-23432
Project: Flink
Issue Type: Bug
Components: Documentation
Reporter: wuguihu
Attachments: image-20210720015506660.png
The page url
:[https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/ops/state/checkpoints/]
markdown: docs/content.zh/docs/ops/state/checkpoints.md
* A blank line should be added between lines 69 and 70.
{code:java}
L67 <div class="alert alert-warning">
L67 <div class="alert alert-warning">
L68 <strong>注意:</strong> Checkpoint 目录不是公共 API 的一部分,因此可能在未来的 Release 中进行改变。
L69 </div>L70 #### 通过配置文件全局配置
{code}
* The modification is shown below
{code:java}
<div class="alert alert-warning">
<strong>注意:</strong> Checkpoint 目录不是公共 API 的一部分,因此可能在未来的 Release 中进行改变。
</div>#### 通过配置文件全局配置
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)