summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:35:20 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:35:20 (GMT)
commit3be1e22a0077eb714be9c9e1e3793ad080d93e3f (patch)
tree80ce374cd6ed25694a6e8e34494ea9aab5631e86
parent53f8282c3c8bab38b39d28e535c0928ae453ffe0 (diff)
downloadsite-3be1e22a0077eb714be9c9e1e3793ad080d93e3f.tar.gz
writing-perl-plugins.md: Fix Markdown syntax
"_" should be escaped (to make Vim's syntax highlighting happy, at least).
-rw-r--r--web/input/doc/writing-perl-plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/doc/writing-perl-plugins.md b/web/input/doc/writing-perl-plugins.md
index 2818c6a..1bee67a 100644
--- a/web/input/doc/writing-perl-plugins.md
+++ b/web/input/doc/writing-perl-plugins.md
@@ -13,7 +13,7 @@ presentation][talk] in Quicktime format (35&nbsp;MB):
13The `check_weather` script demonstrated in the screencast is also available 13The `check_weather` script demonstrated in the screencast is also available
14for download, with additional comments: 14for download, with additional comments:
15 15
16* [check_weather.pl][script] 16* [check\_weather.pl][script]
17 17
18Both files are also available via FTP mirrors, see our [download 18Both files are also available via FTP mirrors, see our [download
19page][download]. 19page][download].