diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 20:10:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 20:10:54 -0700 |
commit | 75cfa7b4624bfbf06c8a47761620bd756ddab254 (patch) | |
tree | 1b6a7effa61dc58de01a3c9034de83b70a5e0a80 /changelog | |
parent | 1f358cc524e9982084a4992c9d9ac5fdd7db6811 (diff) | |
download | pandoc-75cfa7b4624bfbf06c8a47761620bd756ddab254.tar.gz |
Beamer: mark slide as `[fragile]` if header has `fragile` class.
Closes #2119.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ pandoc (1.14) Harriott). Previously, pandoc hard-coded some commands to make tight lists in LaTeX. Now we use a custom command instead, allowing the styling to be changed in a macro in the header. + + Beamer output: if the header introducing a slide has the + class `fragile`, add the `[fragile]` option to the slide (#2119). * MediaWiki writer: |