dotenv-vault icon indicating copy to clipboard operation
dotenv-vault copied to clipboard

Multi-line variables using backticks not rendered in the UI

Open unsync opened this issue 2 months ago • 0 comments

When using a multi-line variable eg :

FOO=`{
"foo": "bar"
}`

The UI seems to not being able to handle such values :

image

Is that a bug or a not-supported use-case ?

unsync avatar Apr 29 '24 18:04 unsync