diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-07-05 10:53:33 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-07-05 10:53:46 -0600 |
commit | 6414d9d76738133a3f0aa1403aefdd0fe6383a90 (patch) | |
tree | 06223be41974fd55fc335314eb2ea1b298845a0e | |
parent | 93c0c95789e9f23171f42f650ca2a55ba3136d48 (diff) |
[markdown/zh-cn] Fix missing newline
-rw-r--r-- | zh-cn/markdown-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/markdown-cn.html.markdown b/zh-cn/markdown-cn.html.markdown index c4635e84..7b68c9b8 100644 --- a/zh-cn/markdown-cn.html.markdown +++ b/zh-cn/markdown-cn.html.markdown @@ -380,4 +380,4 @@ Markdown同样支持引用形式的链接 如果您想了解更多主流 Markdown 方言样式的特性,请参阅: - [GitHub Flavored Markdown](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) -- [GitLab Flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html)
\ No newline at end of file +- [GitLab Flavored Markdown](https://docs.gitlab.com/ee/user/markdown.html) |