aboutsummaryrefslogtreecommitdiff
path: root/doc/filters.md
diff options
context:
space:
mode:
authorwuffi <2758427+wuffi@users.noreply.github.com>2020-12-20 12:11:42 +0100
committerAlbert Krewinkel <albert+github@zeitkraut.de>2020-12-20 14:44:15 +0100
commit7e98562c04be19f533bc806a8525fe203d1ede58 (patch)
tree3ebe356f881f72753b7cda82d4977e254bf9650c /doc/filters.md
parent37ba5d5dfe10b73e8eb67c3c98f3f9ea1f2bd64d (diff)
downloadpandoc-7e98562c04be19f533bc806a8525fe203d1ede58.tar.gz
Fixed table with file extensions and interpreters
Assigned .pl file extension to perl interpreter and .rb to ruby
Diffstat (limited to 'doc/filters.md')
-rw-r--r--doc/filters.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.md b/doc/filters.md
index ce871cb42..46db09f78 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -503,7 +503,8 @@ extension.
---------------- --------------
.py `python`
.hs `runhaskell`
- .pl `ruby`
+ .pl `perl`
+ .rb `ruby`
.php `php`
.js `node`
.r `Rscript`