Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MdReplacer = strings.NewReplacer(
".", "\\.",
"-", "\\-",
"#", "\\#",
",", "\\,",
"(", "\\(",
")", "\\)",
"[", "\\[",
"]", "\\]",
"{", "\\{",
"}", "\\}",
"+", "\\+",
)
TODO: Create a proper text to markdown converter
Functions ¶
This section is empty.
Types ¶
type NotificationMessage ¶
Click to show internal directories.
Click to hide internal directories.