Markdown Support

You can use Markdown formatting to write structured content with FireHydrant. We support basic Markdown syntax with some specific limits on which tags are supported. Here's a quick rundown of which tags are supported and the syntax you can use to create them.

Note: If trying to format custom Slack notifications, Slack doesn't support standard Markdown but a custom markup language called mrkdwn. The styling guide below covers standard Markdown, which FireHydrant supports in most other Runbook steps and certain areas of the product.

Tag Markdown Syntax
Bold/Strong **bold** or __bold__
Italic/Emphasis *italic* or _italic_
Link [Display Text](https://linkurl.com)
Unordered List - Item
- Item
Ordered List 1. Item 
2. Item
Pull Quote > Text
Inline Code `code`
Code Block ```
code
```
Horizontal Rule --- or ***
Images ![Alt Text](https://imageurl.com "Description")
Tables* | Food | Type |
| ----------- | ----------- |
| Apple | Fruit |
| Carrot | Vegetable |

*Tables are not currently supported in comments in FireHydrant and will be shipping soon for all other fields.

Last updated on 9/29/2023