From 8edd66d4f40361fe49e53aad9ae1c28c8da96bba Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:06:32 +0100 Subject: [PATCH] fix various headers --- docs/guide/topics/embeds.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/topics/embeds.rst b/docs/guide/topics/embeds.rst index c8316eda5..03cf05ec7 100644 --- a/docs/guide/topics/embeds.rst +++ b/docs/guide/topics/embeds.rst @@ -388,14 +388,14 @@ Restrictions and limits There are a few restrictions and limits that you should be aware of when working with embeds. Markdown support -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ Markdown like **this**, *that*, and even ``this`` is supported in embeds, but only in certain fields. More about this can be found at :ref:`_guide_topic_markdown`. All strings -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~ All values passed to the embed must be a string. @@ -415,7 +415,7 @@ Try it out: embed.set_author(name=bot.user, icon_url=bot.user.display_avatar) Character limits -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ Each field has its own character limit. Unfortunately, listing all the limits here would quickly become outdated, but you can find them in the :ddocs:`Discord API documentation`. \ No newline at end of file