mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-15 06:45:51 +01:00
5 lines
262 B
Go
5 lines
262 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://matrix.org/docs/spec/client_server/r0.6.0#m-room-message-msgtypes
|
|
package format
|