aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/typography.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:31:57 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-07-21 12:31:57 +0100
commit297ff849b93e5a75074e321fe65500f0e091601c (patch)
tree516057b289dd47dbb9c5b48c17fee8e4dfdafa40 /doc/plugins/typography.mdwn
parentdd87d82fbe2bf09abe634caef044474d5b24502e (diff)
downloadikiwiki-297ff849b93e5a75074e321fe65500f0e091601c.tar
ikiwiki-297ff849b93e5a75074e321fe65500f0e091601c.tar.gz
Migrate doc/plugins via prefix_directives
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
Diffstat (limited to 'doc/plugins/typography.mdwn')
-rw-r--r--doc/plugins/typography.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/plugins/typography.mdwn b/doc/plugins/typography.mdwn
index b03c2a086..030ef8052 100644
--- a/doc/plugins/typography.mdwn
+++ b/doc/plugins/typography.mdwn
@@ -1,12 +1,12 @@
-[[template id=plugin name=typography author="[[Roktas]]"]]
-[[tag type/format]]
+[[!template id=plugin name=typography author="[[Roktas]]"]]
+[[!tag type/format]]
This plugin, also known as
[SmartyPants](http://daringfireball.net/projects/smartypants/), translates
plain ASCII punctuation characters into ``smart'' typographic punctuation HTML
-entities. To use it, you need to have the [[cpan Text::Typography]] module
+entities. To use it, you need to have the [[!cpan Text::Typography]] module
installed.
This plugin has a configuration option. To change the attributes,
set `--typographyattributes=whatever`. See the documentation for
-[[cpan Text::Typography]] for available attributes.
+[[!cpan Text::Typography]] for available attributes.