Module type Acutis.CONFIG

A specification to configure the runtime instructions.

val escape : (char * string) Stdlib.Seq.t

Characters to escape paired with their replacement strings. When this sequence gets traversed depends on the implementation using it, so it should be persistent.

In Config_default this HTML-escapes the characters: '&' '"' '\'' '>' '<' '/' '`' '='