diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 15:35:20 +0100 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 15:35:20 +0100 |
| commit | 3be1e22a0077eb714be9c9e1e3793ad080d93e3f (patch) | |
| tree | 80ce374cd6ed25694a6e8e34494ea9aab5631e86 /web | |
| parent | 53f8282c3c8bab38b39d28e535c0928ae453ffe0 (diff) | |
| download | site-3be1e22a0077eb714be9c9e1e3793ad080d93e3f.tar.gz | |
writing-perl-plugins.md: Fix Markdown syntax
"_" should be escaped (to make Vim's syntax highlighting happy, at
least).
Diffstat (limited to 'web')
| -rw-r--r-- | web/input/doc/writing-perl-plugins.md | 2 |
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 MB): | |||
| 13 | The `check_weather` script demonstrated in the screencast is also available | 13 | The `check_weather` script demonstrated in the screencast is also available |
| 14 | for download, with additional comments: | 14 | for download, with additional comments: |
| 15 | 15 | ||
| 16 | * [check_weather.pl][script] | 16 | * [check\_weather.pl][script] |
| 17 | 17 | ||
| 18 | Both files are also available via FTP mirrors, see our [download | 18 | Both files are also available via FTP mirrors, see our [download |
| 19 | page][download]. | 19 | page][download]. |
