Escape HTML
Description
Tells dasel whether or not to escape HTML tags when writing data.
Usage
Pass the --escape-html=true
or --escape-html=false
flag to any dasel command.
Defaults to false
.
Supported in JSON write parser since v1.21.0.
Example
True
False
Last updated