Below are examples of Ghost’s extensive editor designed to give modern creators all the tools they need.

The included editor in Ghost gives you the ability to quickly add content such as images, galleries, videos, embeds, code and more.


Headings

Headers are set using a # before the title. The number of hashes before the title text will determine the depth of the header. Header depths are from 1-6.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6


Callouts

Callout cards can include an emoji, any length of text with styles and links, and a custom background color.

🖥️
Create your own platform on the web. Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content.
🛠️
It comes with modern tools to build a website. Publish content, send newsletters & offer paid subscriptions to members.
✍🏽
Publish by web & email newsletter. An editor built from the ground-up for professionals. Calm by design, with advanced workflows by default.

If you paste in a URL, like http://ghost.org - it'll automatically be linked up. But if you want to customise your anchor text, you can do that too! Here's a link to the Ghost website.

Quotes

When you want to add a quote in Markdown, it’s exactly the same as the formatting which you may already be familiar with from your email app of choice when you reply to someone. Prefixing the line with a > converts it into a block-quote.

Ghost is a fully open source, hackable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
Ghost is a fully open source, hackable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.

Bookmark Card

When using a URL with the right meta information, it can show the page title, excerpt, author, publisher and even a preview image. This is a great way to share links from sites that don't have automatic embeds. Here's an example of a bookmark cards in action:

Premium Ghost Themes
A theme shop building stand-out Ghost themes for your next project. Our themes are super-optimized, meticulously designed and a breeze to use.
Ghost: Turn your audience into a business
The world’s most popular modern publishing platform for creating a new media platform. Used by Apple, SkyNews, Buffer, OpenAI, and thousands more.

Products

Writely

A Modern and Customizable Publication Theme for Ghost

Get Theme

Images

You can upload images using the Image card. You can choose from three image width options: normal, wide, and full.

Pale dandelions
Photo by Mihail Ribkin / Unsplash
The seeds fly like a whisper and tell storys.
Photo by Nine Köpfer / Unsplash
Photo by Jason Long / Unsplash

You can also upload images using the Gallery card.
Supports up to 9 images. Max 3 images per row.

Headers

Build your audience

Create your own platform on the web. Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.

Try it out for free

Table

Table Header 1 Table Header 2 Table Header 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3
Division 1 Division 2 Division 3

Audio

audio-thumbnail
Piano Lullaby
0:00
/0:40

Files

Video

Toggles

When should I use Toggles?

Toggles allow you to create collapsible sections of content which is a great way to make your content less overwhelming and easy to navigate. A common example is an FAQ section, like this one.

Where can I try Ghost?

Start a free 14-day trial here. You won't be billed at the end, and you'll have access to all features.

Footnotes

Footnotes can be added to the body of your text using placeholders like this: [^1] or [^note] coupled with the note text at the end of the document. For example:

Here is a footnote reference,[1] and another.[2]


  1. Here's the footnote. ↩︎
  2. Here's one with multiple blocks. ↩︎

Code

Code can be presented inline, like <code>. Indenting by 4 spaces will turn an entire paragraph into a code-block.

.awesome-thing {
    display: block;
    width: 100%;
}

That should get you started. Have fun!