summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorKolen Cheung <christian.kolen@gmail.com>2017-10-26 22:43:19 -0700
committerKolen Cheung <christian.kolen@gmail.com>2017-10-26 22:43:19 -0700
commit3f0ceaf6eef73500935b044e00aff0747569810e (patch)
tree93cddacb4355f7407c9a95bd94612b03d1b94779 /MANUAL.txt
parent4bb54e0a56c262862cbbe2a96dafaca59948fb98 (diff)
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 'MANUAL.txt')
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 204543f67..d90d9583c 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -470,7 +470,7 @@ Reader options
Those who would prefer to write filters in python can use the
module [`pandocfilters`], installable from PyPI. There are also
pandoc filter libraries in [PHP], [perl], and
- [javascript/node.js].
+ [JavaScript/node.js].
In order of preference, pandoc will look for filters in
@@ -571,7 +571,7 @@ Reader options
[`pandocfilters`]: https://github.com/jgm/pandocfilters
[PHP]: https://github.com/vinai/pandocfilters-php
[perl]: https://metacpan.org/pod/Pandoc::Filter
-[javascript/node.js]: https://github.com/mvhenderson/pandoc-filter-node
+[JavaScript/node.js]: https://github.com/mvhenderson/pandoc-filter-node
General writer options
----------------------