Stencil Documentation
  • General
  • API
    • Authentication
      • Account
    • Pagination
    • Status Code and Throttling
    • Endpoints
      • Projects
      • Templates
      • Images
      • Collections
      • PDFs
      • Airtable
    • Charts
  • Using Stencil
    • Template Editor (New)
    • Template Editor (Legacy)
      • Limited Markdown Supports
      • Anchoring Element
      • Using Custom Font
      • Circular Text Positioning
    • White Label for Business
      • Setting Up Your First Client
      • DNS Setup with Cloudflare
  • Guides
    • Airtable Integration
      • Basic
    • Integromat Integration
      • Connection
      • Instant Trigger
    • Zapier Integration
      • Authentication
      • Trigger - New Image
      • Action - Create Image
    • Secure Signed Image
      • Basic
    • Query String Integration
      • Basic
      • Cache
    • Forms Integration
    • Case Studies
      • Generate Instagram Post from WooCommerce
      • Generate Open Graph Image for WordPress
      • Generate Personalized SendGrid Email Campaigns
      • Sending Charts to Twitter
      • Generate Instagram Post from Shopify
      • Automating Webflow Open Graph Image
      • Generate certificate of accomplishment
      • Automate Candidate's Certificate Generation
  • LINKS
    • Back to Stencil
    • Got bug?
    • Need feature?
    • Blog
Powered by GitBook
On this page
  • Supported options
  • Integrations
  • Example

Was this helpful?

  1. Using Stencil
  2. Template Editor (Legacy)

Limited Markdown Supports

PreviousTemplate Editor (Legacy)NextAnchoring Element

Last updated 2 years ago

Was this helpful?

Text object now supports limited markdown support so you can add bold, italic, underline, strikethrough and any combination of those options.

To enable this feature, click on your text object and find Enable Markdown option in the properties pane.

Supported options

Token

**Bold**

Bold

***Bold/Italic***

Bold/Italic

_Italic_

Italic

__Underscore__

Underscore

~~Strikethrough~~

Strikethrough

Integrations

You can use this feature through our API, Test Console, Signed URL, Query String URL, and all other integrations that we have as long as the template has Enable Markdown option enabled.

Example

{
  "template": "8ad9a3b8-cd62-4ac9-9b6f-d019addd8a04",
  "modifications": [
    {
      "name": "text_1",
      "text": "**Bold** _Italic_ ***Bold/Italic*** __Underscore__ ~~Strikethrough~~ **__Combination__**"
    }
  ]
}
Markdown option