diff options
author | Quinn <78063175+quinn-dev@users.noreply.github.com> | 2021-09-03 14:24:03 +0000 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-09-04 09:52:43 -0700 |
commit | db03e75e279696c29e7b749c79add60b9083d571 (patch) | |
tree | 0fece708d8bd1b0e297b3c16c781d2fda05b7350 | |
parent | 531eb2a92a6c1f54acc01d5867e819f172060e22 (diff) | |
download | pandoc-db03e75e279696c29e7b749c79add60b9083d571.tar.gz |
Improve order of Image fields
Ensure consistency throughout docs
-rw-r--r-- | doc/lua-filters.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 61c26dc2c..11059bd7a 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1206,9 +1206,6 @@ Values of this type can be created with the Fields: -`attr` -: attributes ([Attr]) - `caption` : text used to describe the image ([List] of [Inlines]) @@ -1218,6 +1215,9 @@ Fields: `title` : brief image description (string) +`attr` +: attributes ([Attr]) + `identifier` : alias for `attr.identifier` (string) |