Skip to content
flarom edited this page Oct 30, 2025 · 42 revisions

cohesion wiki banner



Cohesion noun

The state of elements sticking together to form a unified, meaningful whole.



Tutorial pages

Markdown Cheat Sheet

Element Markdown Syntax Rendered Output
Heading

# H1
## H2
### H3

H1

H2

H3

Bold **Bold Text** Bold Text
Italic *italicized text* italicized text
Strikethrough ~~Strikethrough text~~ Strikethrough text
Underlined __Underlined text__ Underlined text
Highlight ==Highlighted text== Highlighted text
Subscript H~2~O H2O
Superscript X^2^ X2
Blockquote > blockquote

blockquote

Admonition

> [!Warning]
> Do not push the big red button.
Warning

Do not push the big red button.

Ordered List

1. First item
2. Second item
3. Third item
  1. First item
  2. Second item
  3. Third item
Unordened List

- First item
- Second item
- Third item
  • First item
  • Second item
  • Third item
Task List

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media 
  • Write the press release
  • Update the website
  • Contact the media
Code `code` code
Horizontal Rule ***
Link [title](https://www.example.com) title
Image/Multimidea ![alt text](image.png) alt text
Table
    

| Syntax    | Description |
| --------- | ----------- |
| Header    | Title       |
| Paragraph | Text        | 
Syntax Description
Header Title
Paragraph Text
Fenced Code Block

```
{
    "firstName": "John",
    "lastName": "Smith",
    "age": 25
}
``` 

{
    "firstName": "John",
    "lastName": "Smith",
    "age": 25
}
Details

> [!DETAILS:Your title here]
> Your hidden content goes here.
Your title here

Your hidden content goes here.

Definition List

term
: definition
term
definition
Abbreviation

*[HTML]: Hypertext Markup Language
HTML
HTML
Ruby Text

[漢字]^(kan ji)
kanji
Emoji :woozy_face: 🥴
Fine Print -# Tiny title Tiny title
Comments <!-- Comment -->

Used libraries and graphics

Libraries
CodeMirror Text editor field
Showdownjs Markdown processor
JSZip Folder compressor
html2pdf.js HTML to PDF parser
highlight.js Syntax highlighting
Graphics
Google Material Symbols & Icons Symbolic icons
Papirus icons Colored icons
General inspiration
GNOME Text Editor Original app icon
Apostrophe Layout and design
GNOME Human Interface Guidelines Design language

Learn the basic syntax of markdown and the Cohesion flavored markdown

Learn more advanced markdown applications

Learn how to use metadata on your documents to better organize your files

Learn how to create scripts and automation inside of Cohesion documents

Learn how to use commands to speed up your writing

Clone this wiki locally