Use CamelCase for JavaScript for uniformity
other instances when javascript is refered to in pandoc is also in CamelCase, the official casing of JavaScript.
This commit is contained in:
parent
4bb54e0a56
commit
3f0ceaf6ee
5 changed files with 6 additions and 6 deletions
|
@ -146,7 +146,7 @@ Copyright (C) 2017 Albert Krewinkel
|
|||
Released under the GNU General Public License version 2 or later.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
The dzslides template contains javascript and CSS from Paul Rouget's
|
||||
The dzslides template contains JavaScript and CSS from Paul Rouget's
|
||||
dzslides template.
|
||||
http://github.com/paulrouget/dzslides
|
||||
|
||||
|
|
|
@ -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
|
||||
----------------------
|
||||
|
|
|
@ -22,5 +22,5 @@ Description: general markup converter
|
|||
MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff
|
||||
ms, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
|
||||
EPUB (v2 and v3), FictionBook2, InDesign ICML, Muse, and
|
||||
several kinds of HTML/javascript slide shows (S5, Slidy,
|
||||
several kinds of HTML/JavaScript slide shows (S5, Slidy,
|
||||
Slideous, DZSlides, reveal.js).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@ description: Pandoc is a Haskell library for converting from one markup
|
|||
RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man,
|
||||
groff ms, plain text, Emacs Org-Mode, AsciiDoc,
|
||||
Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
|
||||
ICML, Muse, and several kinds of HTML/javascript slide
|
||||
ICML, Muse, and several kinds of HTML/JavaScript slide
|
||||
shows (S5, Slidy, Slideous, DZSlides, reveal.js).
|
||||
.
|
||||
In contrast to most existing tools for converting Markdown
|
||||
|
|
Loading…
Reference in a new issue