Skip to main content

Markdown

Text format

Jolyane Couture avatar
Written by Jolyane Couture
Updated over 3 weeks ago

Text formatting in C-CUBE uses markdown. A simple way to add style to your documents:

Your text

The result

# Header 1

## Header 2

### Header 3

Header 1

Header 2

Header 3

Hi, I’m **bold*

and *italic* and

even ~~strikethrough~~.

HI, I’m bold

and italic and

even strikethrough.

Here is a [link](www.google.com).

Here is a link.

To make a line break, put 2 spaces at the end of the line.

My name <space><space>

My phone number

My name

My phone number

Advanced Formatting

To insert a PAGE break, add the following at the end of the text of your page:

<div style="page-break-after: always;"></div>

Did this answer your question?