What Is Markdown?
Markdown is a "lightweight" markup language that uses tags and other symbols β this can include "*" or "#" characters β to determine how text should be displayed.
π In This Article
What Is Markdown?
Markdown in Taskade
Supported Syntax
Projects in Markdown
Markdown in Chats
Markdown in Comments
Markdown in Browser Widgets
Markdown in Quick Add
Import Markdown
Export Markdown
Markdown in Agent Chat
Emphasis
Markdown in Taskade
Taskade supports Markdown in several places:
Project editor to format tasks, checklists, and paragraphs.
βAI Project Studio to add context to generated projects.
βAI Agents to fine-tune agents using custom knowledge.
Chat and comments to communicate with your team.
βQuick Add widget to instantly add notes and tasks to projects.
β
Supported Syntax
Here are the Markdown syntax elements we currently support:
β
π οΈ Feature | π€ Output | π€ Syntax |
Bold | **bold** | |
Italic | _italic_ | |
Underline | Double underline __test__ | |
Block quote | > block quote | |
Strikethrough | ~~hi~~ | |
Inline code | ```inline code``` | |
Code block | ```code | |
Workspace links | check out this space
"workspace link" | |
Project links | visit this project "project link" |
Projects in Markdown
Add these characters followed by a space at the beginning of a task to format it:
[] to convert a node into Check 1
.
β# to convert a node into H1
.
β## to convert a node into H2
.
β- to convert a node into Bullet 1
.
β1.,2.,3. to convert a node into Numbered List
.
Markdown in Chats
Start a conversation in the project chat box.
β"Wrap" your message in Markdown syntax.
βTaskade will display your text accordingly.
Markdown in Comments
Choose a task/sub-task you want to comment on.
βClick the β plus icon to open the Add-ons Menu.
β
Select π¬ Comments or press C.
βType your comment and click to send it.
Markdown in Browser Widgets
Right-click the Taskade Extension in your web browser.
βAdd content using the widget options.
βChoose the project where you want to add the content.
β"Wrap" your message in Markdown syntax.β
Markdown in Quick Add
Open the Taskade Quick Add Widget.
βAdd content using the widget options.
βChoose the project where you want to add the content.
β"Wrap" your message in Markdown syntax.β
Import Markdown
There are several ways to import your Markdown documents into Taskade.
π‘ Note: Visit Agent Convert to Taskade to learn more.
(method 1): Visit /create to start instantly (see the first section)
β(method 2): Click β Create new in your workspace / folder (top-right corner).
βChoose Import from the drop-down list.
βClick Paste Text & Markdown and paste the contents of your document.
Export Markdown
Click the three dots Β·Β·Β· at the top right-hand corner of your project.
βSelect π€ Export and choose β¨οΈ Markdown.
β
Markdown in Agent Chat
Use Markdown syntax to structure your prompts in conversations with agents.
π‘ Vist: Visit AI Agent Chat to learn more.
**bold**β | _italic_β | > block quoteβ | - unordered listβ |
~~strikethrough~~β | 'inline code'β | ```codeβ block```β | 1. ordered list |
Here are a few examples you can try yourself:
Emphasis
Emphasize important instructions or key points.
"Fill out the form. Fields marked with **bold** are mandatory."
**Name:**
**Email Address:**
Contact Number:
Date of Birth:
Address:
Code
Ask Taskade AI to analyze code blocks.
Analyze the following code block for errors or improvements.
```def calculate_area(radius):
return 3.14 * radius * radius```
Lists
Use ordered and unordered lists to organize items or define sequences of steps.
1. Download the installer from the official website.
2. Open the installer and accept the license agreement.
3. Choose the installation directory.
Block Quote
Use for emphasizing important reminders or quotes.
>Success is not final, failure is not fatal: It is the courage to continue that counts. β Winston S. Churchill
Markdown in AI Project Studio
Use .md files as context for new projects generated with AI Project Studio.
Click β Create new in the top-right corner of your workspace/folder.
βChoose AI Project from the drop-down menu.
Describe the project/content you want to generate.
β
Click the third drop-down from the left and choose π Upload Files.
βUpload your .md files as context for the generator.
Create Markdown Sources
You can instantly create Markdown documents in the AI Project Studio and use them as sources in the project generator. New .md files will also be added to the Media Tab.
Go to your workspace/folder.
βClick β Create new β‘ AI Project.
βChoose β Add source β‘ Paste text.
β
Paste a text in the Markdown format to add it as a source.
Add Markdown to Agent Knowledge
Create new markdown resources in your AI Agent's knowledge tab.
π‘ Note: Visit Agent Knowledge & Data to learn more.
Go to the Agents tab in your workspace or folder.
βClick the three dots Β·Β·Β· next to an agent and select βοΈ Edit agent from the list.
In the Knowledge tab, choose Add Markdown/Text.
Paste markdown or plain text into the pop-up window.
βClick Add to Knowledge to add the text to agent knowledge.
βWhen done, click Update in the Knowledge tab to save the changes.
π Start Building
π Explore the Community
π Helpful Links
Download our apps: taskade.com/downloads
Leave feedback: taskade.com/feedback
Changelog: taskade.com/blog/updates
Watch tutorials: youtube.com/taskade
Contact us: taskade.com/contact

























