# Functions

Markdown formats a message as markdown and returns the HTML representation.
NewClient returns a configured Matrix Client.

# Structs

Client represents a Matrix Client This is a slightly modified version of gomatrix.Client.
Message represents a formatted Matrix Message.
Room represents a Matrix Room.

# Type aliases

Event represents a Matrix Event, see gomatrix.Event.