diff options
author | Kolen Cheung <christian.kolen@gmail.com> | 2017-10-26 22:43:19 -0700 |
---|---|---|
committer | Kolen Cheung <christian.kolen@gmail.com> | 2017-10-26 22:43:19 -0700 |
commit | 3f0ceaf6eef73500935b044e00aff0747569810e (patch) | |
tree | 93cddacb4355f7407c9a95bd94612b03d1b94779 /man | |
parent | 4bb54e0a56c262862cbbe2a96dafaca59948fb98 (diff) | |
download | pandoc-3f0ceaf6eef73500935b044e00aff0747569810e.tar.gz |
Use CamelCase for JavaScript for uniformity
other instances when javascript is refered to in pandoc is also in CamelCase, the official casing of JavaScript.
Diffstat (limited to 'man')
-rw-r--r-- | man/pandoc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1 index 25f42da8f..20ca79b1f 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -485,7 +485,7 @@ writing filters in Haskell. Those who would prefer to write filters in python can use the module \f[C]pandocfilters\f[], installable from PyPI. There are also pandoc filter libraries in PHP, perl, and -javascript/node.js. +JavaScript/node.js. .PP In order of preference, pandoc will look for filters in .IP "1." 3 |