KordK
Kord15mo ago
18 replies
iReqen

Embed markdown for headers not working properly

I made an issue report and was told to come to this discord server to discuss this further

            channel.createEmbed {
                title = ""
                description = "## WELCOME!\nWe're excited to have you join us, ${member.mention}!\n \n> You've been __automatically linked__ to **`${inGamePlayer.name}`** \n\nNot your IGN? Type /link and follow the instructions! \n\n ### All Good? Check out <#887673027683315715>"
                thumbnail { url = "https://cravatar.eu/helmavatar/${inGamePlayer.name}/190.png" }
                timestamp = Clock.System.now()
                color = Color( 38, 209, 84 )
            }


result: image1
expected outcome: image2
392983853-0316c742-8853-438a-a2bc-9870f373487f.png
392984066-26f30842-06b7-4ad8-8280-98205c7c007c.png
GitHub
channel.createEmbed { title = "" description = "## WELCOME!\nWe're excited to have you join us, ${member.mention}!\n \n> You've been automatically linked to **`${inGam...
Markdown headers for text scaling not working in embeds · Issue #99...
Solution
headers do work in embeds
Was this page helpful?