website logo
Sign Up ➑Book a Demo
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
🌐Help Center
πŸ’ΌJobs
⌘K
πŸ‘‹Archbee Product Knowledge Portal
πŸš€GETTING STARTED
Learn the basics
How to get started
Use cases
πŸ“EDITOR
πŸ“ƒDOCUMENTS
πŸ—ƒοΈSPACES
🌎HOSTED SPACES
β˜•ORGANIZATIONS
πŸ“¦IMPORT & EXPORT
πŸ”ŒINTEGRATIONS
πŸ“₯GUIDES
πŸ”ƒPUBLIC API
Doc
πŸ”—EMBEDS EXAMPLES
➿MISC
Docs powered byΒ archbeeΒ 
25min

Editor Markdown Shortcuts

Archbee's editor supports Markdown syntax.

  • Link Markdown -> [label](www.go.com) + space bar
  • Divider Markdown -> --- + space bar
  • Heading 1 -> # + space bar
  • Heading 2 -> ## + space bar
  • Heading 3 -> ### + space bar
  • Checklist -> [] + space bar
  • Quote -> >
  • Inline Code Markdown -> `text`
  • Bold Markdown -> **text**
  • Underline Markdown -> __text__
  • Italic Markdown -> *text*
  • Italic Markdown -> _text_
  • Strike Markdown -> ~~text~~
  • Numbered List -> 1. + space bar
  • Bulleted List -> - + space bar
  • Bulleted List -> * + space bar
  • Add code snippet -> ```

On top of the standard Markdown syntax, there are shortcuts you can use to render Archbee's custom blocks.

Tabs block

Tab 1
Tab Photos

Some content for Tab 1

Pull requests are very welcome! Please see CONTRIBUTING.md for more information. Tthis is really nice

This is a checkbox list

This is a checkbox list

This is done

This is a checkbox list

Use the following Markdown to generate a Tabs block.

Markdown
|

There is an alternative flavour of Markdown that you can use to generate a Tabs block.

Markdown
|
ο»Ώ

Callouts

We would love you to contribute to @octokit/rest, pull requests are very welcome! Please see CONTRIBUTING.md for more information.

We would love you to contribute to @octokit/rest, pull requests are very welcome! Please see CONTRIBUTING.md for more information.

We would love you to contribute to @octokit/rest, pull requests are very welcome! Please see CONTRIBUTING.md for more information.

We would love you to contribute to @octokit/rest, pull requests are very welcome! Please see CONTRIBUTING.md for more information.

Use the following Markdown to generate a Callout block.

Markdown
|

There is an alternative flavour of Markdown that you can use to generate a Callout block.

Markdown
|
ο»Ώ

Link Blocks

  • list item 1
  • list item 2

unchecked list box

checked list box

Use the following Markdown to generate a Links block.

Markdown
|
ο»Ώ

Code block with a single tab

Node.js
|

Use the following Markdown to generate a Code block with a single code example

Markdown
|
ο»Ώ

Code blocks without language

Text
Text
Text
|

Use the following Markdown to generate a Code block without specifying the language.

Markdown
|
ο»Ώ

Code editor with multiple tabs

PHP
Java
Go
JS
|

Use the following Markdown to generate a Code block with multiple tabs.

Code drawers

Test Code Drawer

a code drawer
ο»Ώ

Use the following Markdown to generate Code Drawer blocks.

Markdown
|

Changelogs

Test Changelog

v1.2 Release
Added
Improved
Fixed
ο»Ώ

Use the following Markdown to generate Changelogs blocks

Markdown
|

ο»Ώ

Updated 17 Jan 2023
Did this page help you?
Yes
No
UP NEXT
Multi language code editor
Docs powered byΒ archbeeΒ 
a code drawer