-
Notifications
You must be signed in to change notification settings - Fork 1
Home

The state of elements sticking together to form a unified, meaningful whole.
-
Basic Markdown syntax
Learn the basic syntax of markdown and the Cohesion flavored markdown -
Extended Markdown syntax
Learn more advanced markdown applications -
Document meta
Learn how to use metadata on your documents to better organize your files -
Scripting
Learn how to create scripts and automation inside of Cohesion documents -
Commands
Learn how to use commands to speed up your writing -
Charts and Graphs
Learn how to create vector based charts and graphs
| Element | Markdown Syntax | Rendered Output | ||||||
|---|---|---|---|---|---|---|---|---|
| Heading |
|
|||||||
| Bold | **Bold Text** |
Bold Text | ||||||
| Italic | *italicized text* |
italicized text | ||||||
| Strikethrough | ~~Strikethrough text~~ |
|||||||
| Underlined | __Underlined text__ |
Underlined text | ||||||
| Highlight | ==Highlighted text== |
Highlighted text | ||||||
| Subscript | H~2~O |
H2O | ||||||
| Superscript | X^2^ |
X2 | ||||||
| Blockquote | > blockquote |
|
||||||
| Admonition |
|
Warning
Do not push the big red button. |
||||||
| Ordered List |
|
|
||||||
| Unordened List |
|
|
||||||
| Task List |
|
|
||||||
| Code | `code` |
code |
||||||
| Horizontal Rule | *** |
|
||||||
| Link | [title](https://www.example.com) |
title | ||||||
| Image/Multimidea |  |
|||||||
| Table |
|
|
||||||
| Fenced Code Block |
|
|
||||||
| Details |
|
Your title hereYour hidden content goes here. |
||||||
| Definition List |
|
|
||||||
| Abbreviation |
|
HTML | ||||||
| Ruby Text |
|
漢 字 | ||||||
| Emoji | :woozy_face: |
🥴 | ||||||
| Fine Print | -# Tiny title |
Tiny title | ||||||
| Comments | <!-- Comment --> |
| 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