[markdown/it-it,vi-vn,zh-cn,ko-kr,ru-ru] Fixed displaying of three backticks (#4986)

This commit is contained in:
Coldle 2024-07-06 18:55:17 +08:00 committed by GitHub
parent 6414d9d767
commit c21f0c4a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 deletions

View File

@ -195,7 +195,7 @@ end
```
````
Se usate questa sintassi, il testo non richiederà di essere indentato, inoltre GitHub userà l'evidenziazione della sintassi del linguaggio specificato dopo i \`\`\` iniziali
Se usate questa sintassi, il testo non richiederà di essere indentato, inoltre GitHub userà l'evidenziazione della sintassi del linguaggio specificato dopo i <code>```</code> iniziali
## Linea orizzontale
Le linee orizzontali (`<hr/>`) sono inserite facilmente usanto tre o più asterischi o trattini, con o senza spazi.

View File

@ -198,7 +198,7 @@ end
```
````
위의 경우에 들여쓰기가 필요없을 뿐 아니라 \`\`\` 뒤에 특정해 준 언어의 문법에 따라
위의 경우에 들여쓰기가 필요없을 뿐 아니라 <code>```</code> 뒤에 특정해 준 언어의 문법에 따라
색을 입혀줄 것입니다.
## 수평선

View File

@ -226,7 +226,7 @@ end
````
Во фрагменте, приведённом выше, отступ не требуется.
Кроме того, GitHub подсветит синтаксис языка, указанного после \`\`\`
Кроме того, GitHub подсветит синтаксис языка, указанного после <code>```</code>
## Горизонтальный разделитель

View File

@ -201,9 +201,7 @@ end
```
````
The above text doesn't require indenting, plus GitHub will use syntax
highlighting of the language you specify after the \`\`\`
Đoạn trên không cần sử dụng thụt đầu dòng, và GitHub sẽ tô sáng cú pháp sử dụng ngôn ngữ mà ta cung cấp sau đoạn kí tự \`\`\`
Đoạn trên không cần sử dụng thụt đầu dòng, và GitHub sẽ tô sáng cú pháp sử dụng ngôn ngữ mà ta cung cấp sau đoạn kí tự <code>```</code>
## Kẻ ngang

View File

@ -218,7 +218,7 @@ end
```
````
以上代码不需要缩进,而且 GitHub 会根据\`\`\`后指定的语言来进行语法高亮显示
以上代码不需要缩进,而且 GitHub 会根据<code>```</code>后指定的语言来进行语法高亮显示
## 水平线分隔