Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 598 Bytes

File metadata and controls

37 lines (27 loc) · 598 Bytes

Documentation

Message Markdown

A minimal set of markdown support was added to the message field with 5.1 release of the plugin.

The following markdown variants are supported*

Headings

# Header 1
Message

## Header 2
Message

### Header 3
Message

### Header 4
Message

*Need to be at beginning of line

Bolding and Italics

*This is italicized*

**This is bolded**

***This is italicized and bolded***

Links

Links will open in a new tab -> target="_blank". This behavior cannot be changed.

[Link Name](https://github.com/jbrule)