Skip to content
English
  • There are no suggestions because the search field is empty.

Markdown Block

Learn how to use Markdown Blocks in Caplena to format text, add images, and create multi-column layouts in your reports.

The Markdown Block is a versatile tool in your reporting toolkit. It allows you to add formatted text, visuals, and tables, helping you create content that’s both informative and engaging.

markdown


 

Why Use the Markdown Block?

Markdown supports lightweight formatting syntax that helps you:

  • Structure content with headers, lists, and emphasis.

  • Embed images using simple syntax.

  • Create tables and columns to organize information.

Whether you're adding insights or combining visuals with commentary, the Markdown block improves readability and impact.


 

Creating a Multi-Column Layout

One of the Markdown block’s most powerful features is multi-column formatting, perfect for side-by-side comparisons or content grouping.

mardown add

To create columns:

  1. Choose the number of columns (1, 2, or 3).

  2. Use Markdown tables to define the structure.

  3. Add your text or images inside each column cell.

💡 Tip: This is ideal for presenting product features, pros & cons, or visual + text combinations.


 

Prefer Visual Editing? Use the Rich Text Editor

If you’re not familiar with Markdown, you can use the Rich Text Editor for an intuitive formatting experience.

editor

Rich Text Features:

  • Text formatting: Bold, italic, headers, lists, and links

  • Images: Easily upload and place them in context

  • Tables: Create structured layouts visually

  • Live preview: See changes instantly as you edit


Using Markdown for Image Control

Markdown offers flexibility in image placement and custom sizing through HTML.

To resize an image:

  1. Click the Edit button.

  2. Paste the following code in your block:

<img src="IMAGE_URL_HERE" width="50%"/>
  1. Replace IMAGE_URL_HERE with your image’s URL.

  2. Save the block — the image will now display at 50% width.

CleanShot 2025-07-18 at 12.15.02@2x


 

To resize and center an image:

  1. Click Edit on your Markdown block.

  2. Paste the following:

<center><img src="IMAGE_URL_HERE" width="50%"/></center>
  1. Replace IMAGE_URL_HERE with your image’s link.

  2. Save changes. The image will now appear centered at 50% width.

center