aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-01-12 11:22:20 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2020-01-12 11:29:05 +0100
commit11e99409cec24749df5dabeb4dca96c084ddbc75 (patch)
treeef66d6a5498302e3e9bbff343364e875ba58b6d5 /README.md
parent6fd3d546a2f72cc75d9d1968b7f672b7b6dfb9a3 (diff)
downloadpandoc-11e99409cec24749df5dabeb4dca96c084ddbc75.tar.gz
docs: capitalize Lua where it refers to the programming language name
This follows the advise on the Lua website (https://www.lua.org/about.html#name): > […] "Lua" is a name, the name of the Earth's moon and the name of the > language. Like most names, it should be written in lower case with an > initial capital, that is, "Lua".
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3f7f194d..168aa509c 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ It can convert *to*
markup](https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/))
- `zimwiki` ([ZimWiki
markup](http://zim-wiki.org/manual/Help/Wiki_Syntax.html))
- - the path of a custom lua writer, see [Custom
+ - the path of a custom Lua writer, see [Custom
writers](https://pandoc.org/MANUAL.html#custom-writers) below
</div>
@@ -188,7 +188,7 @@ convert this native representation into a target format. Thus, adding an
input or output format requires only adding a reader or writer. Users
can also run custom pandoc filters to modify the intermediate AST (see
the documentation for [filters](https://pandoc.org/filters.html) and
-[lua filters](https://pandoc.org/lua-filters.html)).
+[Lua filters](https://pandoc.org/lua-filters.html)).
Because pandoc’s intermediate representation of a document is less
expressive than many of the formats it converts between, one should not