This repository has been archived by the owner on May 23, 2019. It is now read-only.
v1.2.0 — Added Support for Escaping Backslashes
This minor release adds support for escaping backslashes (#109). The following example shows how a backslash can be included in the formatted message:
Choose either: one\\\\two\\\\three.
This will produce the following formatted message:
Choose either: one\two\three.