From 33f4dce5582b569accc09837eee8a2884eba8440 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 31 Mar 2010 11:59:23 -0700 Subject: [PATCH] user lowercase for wiki link tag specifiers --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 38fbfaf1..cfa013f5 100644 --- a/README.md +++ b/README.md @@ -93,40 +93,40 @@ Gollum does a breadth first search and uses the first match that it finds. To display images that are contained in the Gollum repository you should use the image tag. - [[Image:gollum.png]] + [[image:gollum.png]] In addition to the simple format, there are a variety of options that you can specify between pipe delimieters. To specify alt text, use the `alt=` option. Default is no alt text. - [[Image:gollum.png|alt=Gollum and his precious wiki]] + [[image:gollum.png|alt=Gollum and his precious wiki]] To place the image in a frame, use the `frame` option. When combined with the `alt=` option, the alt text will be used as a caption as well. Default is no frame. - [[Image:gollum.png|frame|alt=Gollum and his precious wiki]] + [[image:gollum.png|frame|alt=Gollum and his precious wiki]] To specify the alignment of the image on the page, use the `align=` option. Possible values are `left`, `center`, and `right`. Default is `center`. - [[Image:gollum.png|align=center]] + [[image:gollum.png|align=center]] To float an image so that text flows around it, use the `float` option. Default is not floating. - [[Image:gollum.png|float]] + [[image:gollum.png|float]] To specify a max-width, use the `width=` option. Units must be specified in either `px` or `em`. Default is `250px`. - [[Image:gollum.pdf|width=400px]] + [[image:gollum.pdf|width=400px]] To specify a max-height, use the `height=` option. Units must be specified in either `px` or `em`. Default is `250px`. - [[Image:gollum.pdf|height=300px]] + [[image:gollum.pdf|height=300px]] ## STATIC LINKS