From 0da5603b11564df7afa41e092c0d693f2d91baab Mon Sep 17 00:00:00 2001 From: postscript-dev Date: Thu, 23 Sep 2021 17:34:54 +0100 Subject: [PATCH] Fix long code block lines in exiv2.md Fix will help when file is converted to PDF for the website. --- exiv2.md | 100 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 56 insertions(+), 44 deletions(-) diff --git a/exiv2.md b/exiv2.md index 3bc12a3a..7cd8b052 100644 --- a/exiv2.md +++ b/exiv2.md @@ -571,25 +571,27 @@ as well as data columns included in the print output. Valid flags are: | s | Size in bytes of vanilla output (see note in [Exif 'Comment' values](#exif_comment_values)). Some types include a *NULL* character in the size (see [Exif/IPTC/XMP types](#exiv2_types)) | | v | Plain data value (vanilla values, i.e., untranslated) | | V | Plain data value and the word 'set ' (see ['MODIFY' COMMANDS](#modify_cmds))| -| t | Interpreted (translated) human-readable data values | +| t | Interpreted (translated) human-readable data values (includes plain vanilla values) | | h | Hex dump of the data |