Plans supporting the use of markdown editor
Free | Professional | Business | Enterprise |
---|---|---|---|
The Markdown Editor uses a short-hand syntax style text to create documents and then converts that text to HTML. Markdown is useful when articles contain more text and fewer multimedia elements.
NOTE
To learn more about Markdown comments, refer to Markdown basics article.
Using Markdown in your Knowledge base
For more information on text editor options, refer to Text editor overview.
When using the Markdown editor, you can use Markdown syntax manually while writing or formatting text using the Markdown toolbar.
For example, you can make a text appear as Bold by writing the respective syntax (such as
**word**
or using the Bold icon in the Markdown toolbar.
When you write a syntax, ensure that the reference matches the required character arrangement.
To learn more about Markdown syntax, read the Markdown basic syntax page.
For example, In Bold syntax, no space should be present at the end or beginning of the characters mentioned inside the syntax.
**Text**
and not** Text **
In Headings, a space is required between the respective syntax and characters.
### Heading3
and not###Heading3
Markdown toolbar
You can use the Markdown toolbar to format your docs without writing Markdown manually.
Headings
Basic text formatting
List
Insert
Callouts
Private notes
Find and replace
Insert LaTeX
Content reuse
Code block
Glossary
Video
Headings
H2: Refers to Heading 2
H3: Refers to Heading 3
H4: Refers to Heading 4
Basic text formatting
Bold: To Bold the text.
Italic: To Italicize the text.
Strikethrough: To
Strikethroughthe text.Blockquote: To offset a quote or paragraph with a line. For example, the below sentence is in Blockquote:
This is an example of Blockquote.
Line: To insert a line in the article.
List
Unordered list: To make a list denoted with bullet points for each item.
Ordered list: To make a list denoted with numbers for each item.
Insert
Insert Table: To add a table to the article.
Insert image: To insert an image from the URL, local Drive, or Document360 Drive.
Insert file: To insert a PDF or Word document from the Drive.
Insert a link: Add a hyperlink from a provided URL or a Knowledge base article to the selected text.
Insert Video: To embed a video from YouTube, Wistia, or Vimeo.
Callouts
Info: To insert an editable blue info box. You can use this to add additional information.
Warning: To insert an editable yellow warning box. You can use this to add important information.
Error: To insert an editable red error box. You can use this to add essential information.
Private notes
Private notes: To insert an editable purple internal comment box that will only be visible to logged-in team members.
For example, you can add internal feedback to the respective team members.
Find and Replace
Find and Replace: Search a text within your article and replace it with another text. You can also use this to find the article's text content occurrences. This is particularly handy in long articles.
Insert LaTeX
Insert LaTeX: To add expressions and equations,
Click on Insert LaTeX option and a sample latex syntax (
) appears. Type in your desired syntax.
The syntax must start and end with $.
NOTE
Don't add a space between $ and syntax.
Read this help article to view the basic latex commands used in latex syntax.
Content reuse
Content reuse: To reuse the content across the project. Two content reuse options are available:
a. Variable: Only text content can be added inside a variable.
b. Snippet: You can add images, tables, etc., inside a snippet.
Codeblock
Insert Codeblock: Add a code block to your article.
Glossary
Glossary: Add a glossary to your article.
Spell checker in Markdown
Right click on the misspelled word.
The suggestions for corrections will be displayed through your browser's native functions.
Click on the suggested correction to apply it as needed.
Related blogs
1. The Ins and Outs of Using Markdown for Technical Writing
2. Introductory Guide to Markdown for Documentation Writers
FAQs
What is a Markdown editor, and how does it differ from a regular text editor?
Markdown editor is a specialized text editor designed to simplify the process of writing in Markdown language — a lightweight markup language that converts plain text into HTML. Unlike regular text editors, Markdown editors provide live previews, making it easier to visualize how the content will appear once published. You can experience the full potential of the Markdown editor on Document360 using the customization solution objects help articles we offer.
What are the key features of a Markdown editor?
Markdown editor in Document360 includes real-time previews, syntax highlighting, keyboard shortcuts, drag-and-drop image support, and seamless integration with the article version control (revisions) feature.
Is a Markdown editor suitable for beginners with no syntax-based writing experience?
Absolutely! Markdown's simple syntax makes it accessible for beginners without coding experience. Its intuitive structure allows users to focus on content creation without learning complex markup languages.
How do I add ASCII code to my article?
You can add ASCII code to your article using the Code Block feature.