Supported syntax

Writage utilises CommonMark as it is a widely used and very well documented Markdown syntax, which was adopted by: Discourse, GitHub, GitLab, Reddit, Stack Overflow and many more.

In addition to the standard CommonMark syntax, Writage provides support for tables (using GitHub Flavored Markdown syntax) and footnotes, which are common in scientific documents.

CommonMark standard syntax

In the table below you can see CommonMark standard syntax elements and how they will be appear in a Microsoft Word document and Markdown raw code.

Style name:Microsoft Word document:Markdown document:
EmphasisBold**Bold**
EmphasisItalic*Italic*
HeadingsHeading1# Heading 1
HeadingsHeading2## Heading 2
HeadingsHeading3### Heading 3
Inline CodeThis is π™Έπš—πš•πš’πš—πšŽ 𝚌𝚘𝚍𝚎This is `Inline code`
Code Block# πšƒπš‘πš’πšœ πš’πšœ 𝚊 π™²πš˜πšπšŽ π™±πš•πš˜πšŒπš”
πš’πš—πš πš–πšŠπš’πš—() {
𝚌𝚘𝚞𝚝 << "π™·πšŽπš•πš•πš˜ πš†πš˜πš›πš•πš!";
πš›πšŽπšπšžπš›πš— 0;
}
~~~~~~~~~~~~~~~~~~~~~~
# This is a Code block
int main() {
cout << "Hello World!";
return 0;
}
~~~~~~~~~~~~~~~~~~~~~~
Ordered Lists1. One
2. Two
3. Three
1. One
2. Two
3. Three
Unordered Listsβ€’ One
β€’ Two
β€’ Three
- One
- Two
- Three
LinksLink[Link](https://www.writage.com)
QuotationsΒ Β Β Β Β Β Β Β Β This a a Blockquote example> This a a Blockquote example
Images![](media/small.png)

Note

You can use as many heading styles in your documents as needed. In the table above only Heading1 - Heading3 are shown to give you an idea of what headings look like in Markdown documents.

Extended Syntax

In the table below you can see the Extended Syntax used by Writage for tables and footnotes and how those elements will appear in a Microsoft Word document and Markdown raw code.

Style name:Microsoft Word document:Markdown document:
Tables
Footnotes
Code blocks with
language name

Have more questions?

Simply send us an email. We're always happy to help.