Ghali comes pre loaded with awesome typography and styles, including support for Markdown features, such as
Strike-through Links Inline code
Highlight
Default style for headings
Nullam a cursus urna, sit amet venenatis ex elementum felis urna metus.
Default style for headings
Nullam a cursus urna, sit amet venenatis ex elementum felis urna metus.
Default style for headings
Nullam a cursus urna, sit amet venenatis ex elementum felis urna metus.
Default style for headings
Nullam a cursus urna, sit amet venenatis ex elementum felis urna metus.
List
- Nullam a cursus urna, sit amet venenatis ex elementum felis urna metus.
- Phasellus mollis massa sed imperdiet laoreet. Class aptent taciti.
- In blandit urna vel rhoncus aliquam. Morbi eu ligula.
- Nullam a cursus urna, sit amet venenatis ex elementum felis urna metus.
- Phasellus mollis massa sed imperdiet laoreet. Class aptent taciti.
- In blandit urna vel rhoncus aliquam. Morbi eu ligula.
Donec elementum felis urna, ut placerat massa egestas eget. Aliquam quis eros hendrerit, gravida tellus eget, venenatis metus.
Ghost comes with a beautiful default theme called Casper, which is designed to be a clean, readable publication layout and can be adapted for most purposes. However, Ghost can also be completely themed to suit your needs. Rather than just giving you a few basic settings which act as a poor proxy for code, we just let you write code.






With the launch of her first-ever beauty line @jlobeauty, @JLo is bringing her secret sauce for aging backward to a @sephora near you. “Wherever I go, the number one question people ask is, ‘What do you do for your skin?’” https://t.co/5vWbYRkaZ6 pic.twitter.com/6PLjiDqMkW
— ELLE Magazine (US) (@ELLEmagazine) January 14, 2021

Responsive Tables
# | Heading | Heading | Heading | Heading | Heading | Heading | Heading | Heading | Heading |
---|---|---|---|---|---|---|---|---|---|
1 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
2 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
3 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
4 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
Syntax Highlighting
'use strict';
var markdown = require('markdown').markdown;
function Editor(input, preview) {
this.update = function() {
preview.innerHTML = markdown.toHTML(input.value);
};
input.editor = this;
this.update();
}
You can add inline code just like this, E.g. {{image absolute="true"}}
Footnotes
Footnotes allow you to add notes and references without cluttering the body of the document. When you create a footnote, a superscript number with a link appears where you added the footnote reference. Readers can click the link to jump to the content of the footnote at the bottom of the page.
Here is a footnote reference [1], and another [2].