Skip to content

v1.4.0 - control the escaping

Compare
Choose a tag to compare
@JohannesKaufmann JohannesKaufmann released this 26 Apr 16:25
8eb812b

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.