Plain text gets the job done for simple phrases, but when your snippets need bold headings, bullet lists, links, or tables, Markdown gives you formatted output without touching a formatting toolbar. This guide explains how to use Markdown in text expander snippets and when it makes the biggest difference.
Why Markdown for Snippets?
Most text you paste into emails, documents, or support tickets benefits from some structure. A customer reply with a clear heading, bold key terms, and a numbered list is easier to scan than a wall of plain text. Markdown lets you write that formatting in a simple, readable syntax — and when you paste the snippet, it converts to properly formatted rich text.
With PhraseVault®, any snippet written in Markdown is automatically converted to formatted HTML when pasted. That means bold text, headers, lists, links, and tables all render correctly in email clients, word processors, and other applications that accept rich text.
Markdown Cheat Sheet for Snippets
Here are the most useful Markdown elements for text expander snippets:
Text Formatting
-
Bold:
**your text**renders as your text -
Italic:
*your text*renders as your text -
Strikethrough:~~your text~~
Structure
- Headings:
## Section Title(use H2 and H3 for snippet sections) - Bullet lists: start lines with
- item - Numbered lists: start lines with
1. item - Horizontal rule:
---
Links and Code
- Links:
[link text](https://example.com) - Inline code: surround with single backticks
- Code blocks: surround with triple backticks
Tables
| Column A | Column B | Column C |
|----------|----------|----------|
| Data 1 | Data 2 | Data 3 |
When to Use Markdown vs Plain Text
Use Markdown when:
- You are writing email templates that need headings, bold, or lists
- You create documentation snippets with structured sections
- Your meeting note templates need tables or checklists
- You want links to be clickable in the pasted output
- You are drafting reports with consistent formatting
Use plain text when:
- The snippet is a short phrase, greeting, or signature
- You are pasting into a plain-text-only field (like a terminal or code editor)
- Formatting does not matter for the use case
Practical Examples
Support reply with structure:
## Your Request Has Been Received
Thank you for reaching out. Here is what happens next:
1. Our team reviews your request within **24 hours**
2. You will receive a detailed response via email
3. If we need more information, we will follow up directly
In the meantime, check our [help center]({{path('help')}}) for answers to common questions.
Meeting notes template:
## Meeting Notes — [Date]
**Attendees:** [Names]
**Objective:** [Topic]
### Discussion Points
- Point 1
- Point 2
### Action Items
| Task | Owner | Deadline |
|------|-------|----------|
| | | |
### Next Meeting
[Date and time]
- Loading...
Using Markdown Snippets in PhraseVault
PhraseVault supports Markdown natively. When creating a snippet, simply write your content in Markdown. When you paste the snippet (via Ctrl+. / Cmd+. search), PhraseVault converts the Markdown to formatted rich text automatically. No extra steps required.
For more details on PhraseVault's formatting capabilities, see the help article on formatting text in snippets. To explore all features, visit the features page.
Ready to create your first Markdown snippet? Download PhraseVault free for 14 days and try it with your most-used email templates.
Still need help?
Can't find what you're looking for? Our support team is here to help.
Contact Support