From 1144e2a94cf3f78dedda0b88649ce789fb8d1edf Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 16 Feb 2014 14:41:13 -0500 Subject: Cleaned up some minor issues with recent changes to docs. --- docs/extensions/wikilinks.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/extensions/wikilinks.txt') diff --git a/docs/extensions/wikilinks.txt b/docs/extensions/wikilinks.txt index ea694a8..795ebb4 100644 --- a/docs/extensions/wikilinks.txt +++ b/docs/extensions/wikilinks.txt @@ -58,19 +58,19 @@ the html class `wikilink`. The following options are provided to change the default behavior: -* **base_url**: String to append to beginning of URL. +* **`base_url`**: String to append to beginning of URL. Default: `'/'` -* **end_url**: String to append to end of URL. +* **`end_url`**: String to append to end of URL. Default: `'/'` -* **html_class**: CSS class. Leave blank for none. +* **`html_class`**: CSS class. Leave blank for none. Default: `'wikilink'` -* **build_url**: Callable which formats the URL from its parts. +* **`build_url`**: Callable which formats the URL from its parts. ### Examples ### -- cgit v1.2.3