]> git.g-eek.se Git - ikiwiki-pandoc.git/commitdiff
Added lollipopman to AUTHORS; documentation change
authorBaldur Kristinsson <baldur.kristinsson@gmail.com>
Tue, 5 Jul 2016 12:03:49 +0000 (12:03 +0000)
committerBaldur Kristinsson <baldur.kristinsson@gmail.com>
Tue, 5 Jul 2016 12:03:49 +0000 (12:03 +0000)
AUTHORS
README.md

diff --git a/AUTHORS b/AUTHORS
index 5ea9bec0d32249150c0db624469520ac040aef14..b1a7d553bf02332b46bc57d36671fd24abf70020 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,4 @@
 * Ryan Burgoyne <https://github.com/rburgoyne>
 * Baldur Kristinsson <https://github.com/bk>
 * François Boulogne
-
+* Jesse Hathaway <https://github.com/lollipopman>
index 9d7dd5a11a178f507a73fda2be93a61b73b82b6a..78c22e1a2af4e56d18536c9e82e816ec9af46b6e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ These settings have no effect unless you have activated the `page.tmpl` file whi
 
 * `pandoc_codeclasses` (string): CSS classes to add to indented code blocks. One may also specify CSS classes individually for each block.
 
-* `pandoc_html_extra_options`: List of extra pandoc options for HTML output. (Note that this, like other `*_extra_options`, is a *list*, not simply a string). You may also set this option per page in the yaml metadata block with `html_extra_options`, setting it on an individual page overrides the global setting, even if the per page setting is an empty list.
+* `pandoc_html_extra_options`: Extra pandoc options that are specific for HTML and do not apply to other output formats. (Note that this, like other `*_extra_options`, is a *list*, not simply a string). You may also set this option per page in the yaml metadata block using the key `html_extra_options`. Note that a per-page setting (even if it is an empty list) overrides the global setting rather than extending it.
 
 ### Extra output formats