discord linux_如何在Discord中应用文本格式

discord linux

discord linux

Discord Logo

Discord allows for text-and audio-based chatting between gamers and other like-minded individuals. If you want to make a bigger impact on Discord, you can use formatting to jazz up your text-based messages. Here’s how.

Discord允许游戏玩家和其他志趣相投的人之间进行基于文本和音频的聊天。 如果您希望对Discord产生更大的影响,则可以使用格式来增强基于文本的消息。 这是如何做。

Like other online chat platforms, Discord uses some Markdown syntax elements for text formatting. If you’re familiar with Markdown, this process should be easy.

与其他在线聊天平台一样,Discord使用Markdown语法元素进行文本格式设置。 如果您熟悉Markdown,则此过程应该很容易。

基本不和谐文本格式 (Basic Discord Text Formatting)

Using Markdown syntax, you can easily apply bold, italics, underlines, or strikethrough formatting to Discord messages. You can also combine these formatting options, allowing you to send messages that use all but strikethrough formatting, should you wish.

使用Markdown语法,您可以轻松地将粗体,斜体,下划线或删除线格式应用于Discord邮件。 您还可以结合使用这些格式设置选项,从而允许您发送使用除删除线格式设置之外的所有格式的消息。

These formatting options apply to messages you send on the Discord web, Windows 10, and Mac apps, as well as through the mobile apps for iPhone, iPad, and Android devices.

这些格式选项适用于您在Discord Web, Windows 10和Mac应用程序上以及通过iPhone , iPad和Android设备的移动应用程序发送的消息。

如何在不和谐中斜体显示 (How to Italicize in Discord)

If you want to add italics in Discord, insert a single asterisk (*) at the start and end of your message. The formatting won’t appear until you send the message.

如果要在Discord中添加斜体,请在邮件的开头和结尾插入一个星号(*)。 在您发送消息之前,格式不会出现。

For instance, “*This message is italicized*” would show as “This message is italicized” when sent.

例如,发送时“ *此消息为斜体*”将显示为“此消息为斜体”

An italicized message in Discord

如何使不和谐的文本变为粗体 (How to Make Text Bold in Discord)

To apply bold text formatting to Discord messages, add two asterisks (**) to the start and end of the message before sending it.

要将粗体文本格式应用于Discord邮件,请在发送之前和末尾添加两个星号(**)。

For instance, “**This message is bold**” would result in a message that displays as “This message is bold“.

例如,“ **此消息为粗体**”将导致显示为“此消息为粗体”的消息

A Discord message with bold text

如何在不和谐中给文本加下划线 (How to Underline Text in Discord)

You can underline text in Discord as a way to add subtle prominence to messages, as an alternative to bold or italics.

您可以在Discord中给文本加下划线,以增加邮件的微妙突出程度,以替代粗体或斜体。

If you want to do this, you’ll need to add two underscores (__) at the start and end of your Discord message. A message that stated “__This text is underlined__” would appear as “This text is underlined“.

如果要执行此操作,则需要在Discord消息的开头和结尾添加两个下划线(__)。 一条显示“ __带下划线__”的消息将显示为“带下划线”。

A Discord message with underlined text

如何在不和谐中删除文本 (How to Strikethrough Text in Discord)

Strikethrough text can be used to cross out text. You might do this to emphasize a part of a message that you’ve deleted without actually deleting the message. To add strikethrough text in Discord, use two tildes (~~) at both ends of your message.

删除线文本可用于删除文本。 您可以这样做以强调已删除的消息的一部分,而没有实际删除该消息。 要在Discord中添加删除线文本,请在消息的两端使用两个波浪号(~~)。

For instance, “~~This message has strikethrough formatting applied~~” would appear as “This message has strikethrough formatting applied“.

例如,“ ~~此消息已应用删除线格式~~”将显示为“此消息已应用删除线格式”。

A Discord message with strikethrough formatting

组合文字格式选项 (Combining Text Formatting Options)

You can combine bold, italics, and underline text formatting in a single Discord message. You can’t combine these with strikethrough formatting, however.

您可以在单个Discord邮件中结合使用粗体,斜体和下划线文本格式。 但是,您不能将它们与删除线格式结合使用。

To create bold and italic text messages, you could use three asterisks instead of one or two. For instance, “***This text has bold and italics applied***” would appear as “This text has bold and italics applied” on Discord.

要创建粗体和斜体文本消息,可以使用三个星号而不是一两个。 例如,在Discord上,“ ***该文本使用粗体和斜体***”将显示为“此文本应用粗体和斜体”。

A Discord message with bold and italics applied

To send a message that has bold, italics, and underline text formatting applied, you’d need to use the Discord formatting for all three options in your message.

要发送已应用粗体,斜体和下划线文本格式的消息,您需要对消息中的所有三个选项使用Discord格式。

Sending a message like “***__This message has all the formatting__***” would result in a message that appeared as “This message has all the formatting” on Discord.

发送“ *** __此消息具有所有格式__ ***”之类的消息,将导致在Discord上显示为“此消息具有所有格式”的消息

A Discord message with bold, italics, and underlined text

将代码块添加到不和谐消息 (Adding Code Blocks to Discord Messages)

Code blocks can be a good way to send messages with no formatting applied. As the name suggests, this feature is particularly useful if you’re collaborating on a project and need to share code snippets to other users on your Discord channel.

代码块可能是发送未应用格式的消息的好方法。 顾名思义,如果您正在一个项目上进行协作并且需要与Discord频道上的其他用户共享代码段,则此功能特别有用。

They’re also useful if you want to send messages that contain elements like asterisks or underscores that Discord would otherwise recognize as Markdown formatting.

如果您要发送的消息包含星号或下划线,Discord否则会将其识别为Markdown格式,则它们也很有用。

To send a message using a Discord code block, add backticks (also known as grave accents) to the start and end of your messages.

要使用Discord代码块发送消息,请在消息的开头和结尾添加反引号(也称为重音符号)。

You can do this on a single line, or on multiple lines to create multi-line code blocks. For single-lined code blocks, start your message with a single backtick (`). For multi-line code blocks, use three backticks (“`).

您可以在一行上执行此操作,也可以在多行上执行此操作以创建多行代码块。 对于单行代码块,请单引号(`)开头。 对于多行代码块,请使用三个反引号(“`)。

Multiple Discord code block messages

在Web和桌面上在Discord中使用引用块 (Using Quote Blocks in Discord on the Web and Desktop)

Discord quote blocks can be used to quote outside text or earlier messages on your channel. These blocks appear above your message to provide extra context to your own.

不和谐的引号块可用于引述外部文字或频道上的较早消息。 这些块出现在您的消息上方,以提供您自己的更多上下文。

Like code blocks, you can create single line or multi-line quote blocks using either one or three greater-than symbols (>). Both options allow you to create a quote block—you’ll need to press Shift+Enter to move to multiple lines, as well as to exit a quote block during editing.

与代码块一样,您可以使用一个或三个大于号(>)来创建单行或多行引用块。 这两个选项都允许您创建引号块-您需要按Shift + Enter移至多行,并在编辑过程中退出引号块。

To add a quote, type either one or three greater-than symbols and then press the Space key. The quote marks you use should turn into a single, gray block—this indicates that that line is a quote.

要添加报价,请键入一个或三个大于号,然后按空格键。 您使用的引号应变成单个灰色块,这表示该行是引号。

A Discord quote block symbol

For single quote blocks, type your quote on a single line and then press Shift+Enter several times on your keyboard to move out of the quote block. The quote block symbol will disappear on your line to signify the end of your quote block.

对于单引号块,请在一行上输入引号,然后在键盘上按Shift + Enter几次,以移出引号块。 引号块符号将消失在您的行上,表示引号块的结尾。

You can then type a normal message below your quote.

然后,您可以在报价单下面键入一条普通消息。

A single quote Discord message

The same process applies to quote blocks across multiple lines. With your quote block active, press Shift+Enter to move onto a second line and further.

相同的过程适用于多行中的引用块。 在您的报价栏处于活动状态时,按Shift + Enter移至第二行并进一步。

A multi line Discord quote block

Once you’re ready to move out of the quote block, press Ctrl+Shift several times until the quote block symbol disappears.

准备好移出引号块之后,请按Ctrl + Shift几次,直到引号块符号消失。

You can then type your normal message beneath the quote block.

然后,您可以在引号框下方键入常规消息。

A multi line Discord quote block

翻译自: https://www.howtogeek.com/674569/how-to-apply-text-formatting-in-discord/

discord linux

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278248.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

一张图看懂阿里云网络产品[十二]云企业网

2019独角兽企业重金招聘Python工程师标准>>> 摘要: 阿里云致力于为用户提供优质、高效、稳定的网络传输环境,云企业网(Cloud Enterprise Network)将提供一种能够快速构建混合云和分布式业务系统的全球网络,…

# 2019-2020.3 《java程序设计》第一周学习总结

2019-2020-3 《Java 程序设计》第一周学习总结 在本周的学习中,学习到了好多也收获了好多,从最基础的安装虚拟机开始,根据老师的博客中的教程一步一步的进行,在这过程中也遇到了好多问题,因为是初步接触Linux系统&…

聊聊Java反射

反射是Java最重要的特性。通过Java反射可以在运行时知道一个类的所有成员和方法,知道一个对象的类类型、成员和方法的所有信息,进而调用对象的方法或生成对象的代理或包装类。Java是面向对象语言,除了静态变量或原始数据类型外都是完全面向对…

01. 把存储过程结果集SELECT INTO到临时表

原文:01. 把存储过程结果集SELECT INTO到临时表在开发过程中,很多时候要把结果集存放到临时表中,常用的方法有两种。 一. SELECT INTO 1. 使用select into会自动生成临时表,不需要事先创建 select * into #temp from sysobjects select * fro…

day5学python 基础+装饰器内容

基础装饰器内容 递归特性# 1.必须有一个明确的结束条件# 2.每次进入更深一层递归时,问题规模相比上次递归应有所减少# 3.递归效率不高 def run(n):print(n)if int(n/2)>0:return run(n / 2)print("-->",n) run(10) 局部变量与全局变量知识 1.全局变…

如何在Windows 10上跳过回收站以删除文件

Windows 10 normally sends files you delete to the Recycle Bin. They’ll be kept until you empty it—or, in some cases, until Windows 10 automatically empties your Recycle Bin. Here’s how to skip the Recycle Bin and delete files immediately. Windows 10通常…

OSChina 周日乱弹 —— 我叫张一条

2019独角兽企业重金招聘Python工程师标准>>> Osc乱弹歌单(2018)请戳(这里) 【今日歌曲】 莱布妮子 :分享Lube的单曲《Skoro dembel》 《Skoro dembel》- Lube 手机党少年们想听歌,请使劲儿戳&am…

面向对象初识

一. 面向对象初识 1.1 回顾面向过程编程vs函数式编程 # 面向过程编程 测量对象的元素个个数。 s1 fjdsklafsjda count 0 for i in s1:count 1l1 [1,2,3,4] count 0 for i in l1:count 1 面向过程编程def func(s):count 0for i in s:count 1return count …

iOS逆向:在任意app上开启malloc stack追踪内存来源

lldb有一个内存调试工具malloc stack,开启以后就可以查看某个内存地址的malloc和free记录,追踪对象是在哪里创建的。 这个工具可以打印出对象创建的堆栈,而在逆向时,也经常需要追踪某些方法的调用栈,如果可以随时打印出…

【CH4302】Interval GCD

思路:线段树维护a的差分数组的gcd, 因为$gcd(a_1,a_2,a_3,...,a_n)gcd(a_1,a_2-a_1,a_3-a_2,...,a_n-a_{n-1})$。 原区间修改可以转化为差分数组上的两次单点修改。 因为实际计算时还需要原数,所以用树状数组维护b的增减量。 询问时&#xff…

Vue 的路由实现 Hash模式 和 History模式

Hash 模式: Hash 模式的工作原理是onhashchange事件,Window对象可以监听这个事件... 可以通过改变路径的哈希值,来实现历史记录的保存,发生变化的hash 都会被浏览器给保存下来,所以下次尽管浏览器没有请求服务器,但是还…

我的第一次——网站备案

暂无内容 转载于:https://my.oschina.net/vright/blog/1784979

使用LiveClick升级您的实时书签

If you like to subscribe to feeds using Firefox’s Live Bookmarks feature, the LiveClick extension gives you so many upgrades that I can only cover the highlights of how great it is. 如果您想使用Firefox的“实时书签”功能订阅供稿,则LiveClick扩展程…

操作系统的概论梳理

转载于:https://www.cnblogs.com/hclhechunlu/p/10477470.html

win7下如何显示缅文和使用缅文输入法?

windows 7 操作系统默认不支持缅文,所以缅文在win7上不能显示,当然也没有提供缅文输入法。 一、显示缅文 windows系统下显示缅文字母只需要安装缅文字体就可以了。目前常见的缅文字体就是Zawgyi-One,Zawgyi-One是一种广泛使用的缅文字体。Zaw…

airpods2使用_如何使用AirPods和AirPods Pro:完整指南

airpods2使用Burdun Iliya/ShutterstockBurdun Iliya /快门Just bought yourself or received a new pair of AirPods or AirPods Pro? Welcome to the truly wireless earphones life. Setting up AirPods is quite straightforward, but here’s how to customize and get t…

LANG

修改 /etc/sysconfig/i18n 文件 locale 查看字符集 转载于:https://www.cnblogs.com/todayORtomorrow/p/10479594.html

如何在iPhone上共享视频之前从视频中删除音频

Sometimes, you’d like to share a video with others, but the accompanying audio track is distracting or perhaps introduces privacy concerns. Luckily, there’s a quick way to silence a video using Photos on iPhone and iPad. Here’s how. 有时,您想…

入门第十一课 Python语句的嵌套

1、说个小故事:话说一个人买到一个治疗瘙痒的偏方,在拆开无数层的包装后,得到的只是一张写着“挠挠”的小纸条儿。 嵌套,类似于在一个语句中,嵌套另一个语句。举个栗子-_-!! 我们要计算从1到100之间,所有的…

【TensorFlow篇】--Tensorflow框架实现SoftMax模型识别手写数字集

一、前述 本文讲述用Tensorflow框架实现SoftMax模型识别手写数字集,来实现多分类。 同时对模型的保存和恢复做下示例。 二、具体原理 代码一:实现代码 #!/usr/bin/python # -*- coding: UTF-8 -*- # 文件名: 12_Softmax_regression.pyfrom tensorflow.ex…