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
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.
There is an alternative flavour of Markdown that you can use to generate a Tabs block.
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.
There is an alternative flavour of Markdown that you can use to generate a Callout block.
Link Blocks
- list item 1
- list item 2
unchecked list box
checked list box
Use the following Markdown to generate a Links block.
Code block with a single tab
Use the following Markdown to generate a Code block with a single code example
Code blocks without language
Use the following Markdown to generate a Code block without specifying the language.
Code editor with multiple tabs
Use the following Markdown to generate a Code block with multiple tabs.
Code drawers
Test Code Drawer
Use the following Markdown to generate Code Drawer blocks.
Changelogs
Test Changelog
Use the following Markdown to generate Changelogs blocks
ο»Ώ