diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-08 12:07:18 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-08 12:07:18 -0700 |
commit | 1911b619ee4ce0307f5a78daafc647eb4abe6bd6 (patch) | |
tree | 73b4a78743c2e810865a34ce5ee12a4a4394c765 | |
parent | c78557f3ca333d9ae925fdcb8a7c03199f5e47fd (diff) | |
download | pandoc-1911b619ee4ce0307f5a78daafc647eb4abe6bd6.tar.gz |
Added more raw material to changelog.
-rw-r--r-- | changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -368,6 +368,14 @@ Closes #975. + Templates: more consistent behavior of `$for$`. + + When `foo` is not a list, `$for(foo)$...$endfor$` should behave like + $if(foo)$...$endif$. So if `foo` resolves to "", no output should + be produced. + + See pandoc-templates#39. + ------------------ |