Author Markdown documents from the Editor id223MIE0B079
Markdown is a lightweight markup language that can help you add formatting elements to plain text documents. ÃÛ¶¹ÊÓƵ Experience Manager Guides provides the feature to create, author, and preview a Markdown (.md) topic from the Editor. You can also upload the existing Markdown documents and edit them in the Editor.
Create a Markdown topic
Perform the following steps to create a Markdown topic from the Editor:
-
In the Repository panel, select
-
In the New topic dialog box, provide the following details:
-
Title: Provide a title for the topic.
-
Name: The file name is auto-suggested based on the topic Title. In case your administrator has enabled automatic file names based on UUID setting, then the Name field won’t be displayed.
-
Template: Select Markdown from the dropdown list. The template Topic is selected by default.
-
Path: Browse the path where you want to save the topic file. By default, the path of currently selected folder in the repository is shown in the Path field.
![NOTE]
In case of an upgrade, you need to add the Markdown template into the current folder profile in use. You can create a new markdown template from the Editor or use an existing template for markdown authoring. For details on how to add authoring templates in Experience Manager Guides, view Configure global or folder-level profiles.
-
-
Select Create.
The Markdown topic is created at the selected path and is open for editing.
Know the Editor features for a Markdown topic
This section walks you through the various features that are available in the Editor for Markdown topic authoring. The authoring interface is divided into the following sections or areas:
Toolbar
The toolbar is located just below the tab bar. Features available in the toolbar are explained as follows:
Note: You can also drag and drop images and other files into the Markdown editor. Files are added as cross-reference links, while images are displayed as standard image elements.
Content editing area
The content editing area displays the Markdown source of your topic, where you make all content edits. In the Side-by-side view, this area splits into two sections - Markdown source view on the left and Preview on the right. You can have multiple topics opened at the same time, which are displayed in their respective tabs.
Source, Side-by-side, and Preview modes
For markdown authoring, the Editor supports three different viewing modes to assist with content creation and formatting:
- Source
- Side-by-side
- Preview
Source
This is the markdown code view of the Editor. You can edit markdown topics as you would do in any regular markdown editor. In the Source view, you have the options to save a revision of the document, insert headings, insert table, insert image, and more.
Use this view if you want to focus solely on writing and editing the raw markdown without viewing the rendered output.
Side-by-side
This mode splits the Editor into two panels:
- The Source panel that displays the markdown topic you are editing.
- The Preview Panel that shows the rendered output of the markdown topic in real time.
Use this view if you want to view the rendered output in real time as you edit markdown topics.
Preview
Opening a markdown topic in the Preview mode shows how a topic will be displayed when it is viewed by a user in their browser. In this view, all the editing features are removed from the toolbar. However, you can still access the Save as new versions, Lock/unlock features in the toolbar, and the File properties feature in the right panel.
Right panel
The right panel gives you access to the **File properties panel.
The File Properties has the following two sections:
General
The General section gives you access to the following features:
- Filename: Displays the filename of the selected topic.
- ID: Displays the ID of the selected topic.
- Language: Shows the language of the topic. It is set from the language field in the properties page.
- Created on: Displays date and time on which the topic was created.
- Modified on: Displays date and time on which the topic was modified.
- Locked by: Shows the user who checked out the topic.
- Document state: You can select and update the document state of the currently opened topic. For more details, view Document State.
- Tags: These are the metadata tags of the topic. They are set from the tags field in the properties page. You can type or select them from the dropdown. The tags appear under the dropdown. To delete a tag, select the cross icon next to the tag.
- Edit more properties: You can edit more properties from the file properties page.
References
The References section gives you access to the following features:
- Used in: The Used in references list the documents where the current file is being referred or used.
- Outgoing links: The Outgoing links list the documents that are referred to in the current document.
![NOTE]
All Used In and Outgoing links references are hyperlinked to the documents. You can easily open and edit the linked documents.
Feature limitations
The following Experience Manager Guides features are currently not applicable for Markdown authoring:
- Review
- Merge
- AI Assistant
- Track changes
- Find and replace
- Search and Filter
Parent topic:Introduction to the Editor