📖
Waifu-Book
  • 👋Welcome!
  • Tips
    • Quick Creation
    • Character Attributes
      • Name
      • Greeting
      • Description of Persona
      • Avatar
      • Categories/ Tags
      • Character Visibility
    • Advanced Creation
      • Dialog Definitions (Example Dialogues)
      • Negative Guidance
      • Beyond Plain Text
        • Languages
        • Emojis
        • Markdown Styling
        • Parenthetical Comments
    • ⚙️General Tips
      • How to chat with your Waifus
      • How do I get longer responses from my custom Waifu?
    • 🚀Character Creation Tips
      • Use of <START> token in Example Dialog
      • EXAMPLES
      • USE PRONOUNS!!!
  • 😎Advanced Tips
    • Biasing
    • Name Biasing
Powered by GitBook
On this page
  1. Tips
  2. Advanced Creation
  3. Beyond Plain Text

Markdown Styling

PreviousEmojisNextParenthetical Comments

Last updated 2 years ago

Markdown is a simple text styling that using markers in plain text to indicate special formatting.

All the text in Character.AI supports some Markdown so both users and Characters can use these techniques. All of these can be used in Character definitions as well.

**this is bold** this is bold

*this is italics* this is italics

`this is highlight` this is highlight

~this is strikethrough~ this is strikethrough

You can also do various size texts by putting 1 to 5 #'s at the start of the line (one # is the largest, ##### is the smallest).

Which will be presented as

You can also create multi-line code blocks using three backticks ``` or three tildes ~~~ around the content.

Page cover image