Sha256: a5eda3a8449757b6e99111895fd31448b843f3c947ab251cac428a4cf830a27b
Contents?: true
Size: 312 Bytes
Versions: 9
Compression:
Stored size: 312 Bytes
Contents
# We can configure what characters actually get replaced by quoting them with unicode code points. lsquote: "\u2018" #note that Yaml wants double quotes here to use escape chars rsquote: "\u2019" ldquote: "\u201C" rdquote: "\u201D" em_dash: "\u2014" en_dash: "\u2013" ellipsis: "\u2026" antialias: gray
Version data entries
9 entries across 9 versions & 1 rubygems