This topic describes the common syntax of Markdown charts and how to manage a Markdown chart on a dashboard of Log Service.
Prerequisites
- Data is collected to Log Service. For more information, see Log collection.
- A dashboard is created. For more information, see Create a dashboard.
Background information
Log Service allows you to add multiple charts to a dashboard. This way, you can view analysis results in an efficient manner and monitor the status of multiple applications on a single dashboard. Log Service also allows you to add Markdown charts to a dashboard. You must edit Markdown charts by using the Markdown syntax. You can insert multiple elements, such as images, links, and videos, into Markdown charts to make your dashboard page more user-friendly.
You can create different Markdown charts based on your business requirements. Markdown charts can make a dashboard more intuitive to use. You can insert text, such as background information, chart descriptions, notes, and extension information, into Markdown charts to optimize the effectiveness of information presentation. You can insert saved searches or the dashboard links of other projects to navigate to other query pages. You can insert custom images and videos to enrich your dashboard information.

Create a Markdown chart
Modify a Markdown chart
Delete a Markdown chart
- In the upper-right corner of the dashboard page, click Edit.
- Find the Markdown chart that you want to delete and choose .
- In the upper-right corner of the dashboard page, click Save.
Common Markdown syntax
- Title
- Markdown syntax
# Level 1 heading ## Level 2 heading ### Level 3 heading
- Preview
- Markdown syntax
- Link
- Markdown syntax
### Contents [Chart description](https://www.alibabacloud.com/help/doc-detail/69313.htm) [Dashboard](https://www.alibabacloud.com/help/doc-detail/59324.htm)
- Preview
- Markdown syntax
- Image
- Markdown syntax
<div align=center> ![Alt txt][id] With a reference later in the document defining the URL location [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
- Preview
- Markdown syntax
- Special tag
- Markdown syntax
--- __Advertisement :)__ ==some mark== `some code` > Classic markup: :wink: :crush: :cry: :tear: :laughing: :yum: >> Shortcuts (emoticons): :-) 8-) ;) __This is bold text__ *This is italic text* ---
- Preview
- Markdown syntax