v1.4.0 - control the escaping
You can now configure the escaping using the EscapeMode
option 🎉
opt = &md.Options{
EscapeMode: "basic", // default
}
See the README for a detailed description of what escaping is & why it's sometimes needed.
You can now configure the escaping using the EscapeMode
option 🎉
opt = &md.Options{
EscapeMode: "basic", // default
}
See the README for a detailed description of what escaping is & why it's sometimes needed.