mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
The JSON string was wrapped, causing the highlighter to consider it "output", which cannot be selected/copied in "console" blocks. This unwraps the JSON so that it can be copied. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>