# 用户希望在正文中连续输入三个以上的标点符号

**URL:** <https://meta.discourse.org/t/users-want-to-post-more-than-three-punctuation-marks-in-a-row-in-the-body/268652>\
**Category:** Support\
**Created:** [2023年六月16日 16:53 UTC](https://meta.discourse.org/t/users-want-to-post-more-than-three-punctuation-marks-in-a-row-in-the-body/268652 "2023-06-16T16:53:43Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![Deli](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deli/32/277672_2.png) [@Deli](https://meta.discourse.org/u/Deli)\
**Post date:** [2023年六月16日 16:53 UTC](https://meta.discourse.org/t/users-want-to-post-more-than-three-punctuation-marks-in-a-row-in-the-body/268652/1 "2023-06-16T16:53:43Z")

</div>

找不到类似的主题

我已经查看了所有设置，但没有发现任何异常。

---

<div class="post-metadata">

**Author:** ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)\
**Post date:** [2023年六月16日 17:10 UTC](https://meta.discourse.org/t/users-want-to-post-more-than-three-punctuation-marks-in-a-row-in-the-body/268652/2 "2023-06-16T17:10:04Z")

</div>

你好，Jason。 🙂

你可以禁用站点设置 **enable markdown typographer** ，但正如描述中所述，它也会禁用其他功能：

> 使用排版规则来提高文本的可读性：将直引号 `'` 替换为弯引号 `’`，将 `(c)` `(tm)` 替换为符号，将 `--` 替换为破折号 `–` 等。

此设置会将两个或多个连续的点转换为 `…` 字符。

或者，在不禁用此设置的情况下，你可以通过在点前面加上反斜杠 `\` 来转义格式，从而规避此行为，但这对于此场景来说并不方便：

`\\.\\.\\.\\.`

将渲染为：  
\.\.\.\.

希望这有帮助 🙂
