[
https://issues.apache.org/jira/browse/FLINK-23432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386903#comment-17386903
]
wuguihu commented on FLINK-23432:
---------------------------------
Hi [~jark]
Excuse me for taking up your time.
I created pull request for this issue.
Would you like to review it for me.
If there is any problem, please inform me in time.
I active support the modification.
Thank you very much!
> [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
> Priority: Major
> Labels: pull-request-available
> 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">
> 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)