mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
5 lines
258 B
Go
5 lines
258 B
Go
// Package format contains utilities for working with Matrix HTML, specifically
|
|
// methods to parse Markdown into HTML and to parse Matrix HTML into text or markdown.
|
|
//
|
|
// https://spec.matrix.org/v1.2/client-server-api/#mroommessage-msgtypes
|
|
package format
|