Welcome to the Community Forum's Document Editor guide! This page provides an overview of the document editor's features and how to use them effectively.
Getting Started
- Log in to your account: To access the document editor, you need to be logged in to your Community Forum account.
- Navigate to the editor: Once logged in, click on the "Document Editor" link from the main menu.
Basic Features
- Text Formatting: Use bold (
**bold**
), italic (*italic*
), and strikethrough (~~strikethrough~~
) for text styling. - Lists: Create ordered or unordered lists with
-
,*
, or1.
as the list item marker. - Links: Add links to other pages using
[link text](https://www.example.com)
syntax. - Images: Insert images using

syntax.
Advanced Features
- Tables: Create tables using the
|
and-
characters to define rows and columns. - Code Blocks: Use triple backticks ``` to create code blocks.
- Footnotes: Add footnotes using
[^1]
for the reference and[^1]: footnote text
for the actual footnote.
Example
Here's a quick example of how to use some of the features:
- Bold: This is bold.
- Italic: This is italic.
- List:
- Item 1
- Item 2
- Link: Visit our website
- Image: Document Editor
Learn More
For more detailed information and tutorials, visit our Documentation page.
Enjoy using the Document Editor and make the most out of your Community Forum experience!