I had not previously heard of Markdown so I ask Copilot how in might be used within CharacterAI.
Me: Does the Character AI interface understand text formatted in markdown?
Copilot: Yes, the Character AI interface does support text formatted in Markdown. This allows you to use various formatting options to enhance your conversations. Here are some common Markdown constructs you can use:
Bold: Use double asterisks (**bold**) to make text bold.
Italics: Use single asterisks (*italics*) for italic text.
Bold and Italics: Use triple asterisks (***bold and italics***) for bold and italic text.
Strikethrough: Use tildes (~~strikethrough~~) to strike through text.
Inline Code: Use backticks (`code`) for inline code.
Headers: Use hash symbols (# Header 1, ## Header 2) for headers.
Lists: Use asterisks or hyphens for bullet points (* item or – item), and numbers for ordered lists (1. item).
For example:
markdown
Copy
# Header 1
## Header 2
**Bold Text**
*Italic Text*
~~Strikethrough~~
`Inline Code`
– Bullet Point
1. Numbered List
These formatting options can make your interactions more engaging and easier to read.
Would you like to try using Markdown in your next message? If you have any specific formatting needs, feel free to ask!








Leave a comment