aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/wikilinks.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-02-16 14:41:13 -0500
committerWaylan Limberg <waylan@gmail.com>2014-02-16 14:41:13 -0500
commit1144e2a94cf3f78dedda0b88649ce789fb8d1edf (patch)
tree6474587da2a36a5983adb3ad97ba62489f28f82e /docs/extensions/wikilinks.txt
parent9a03243ff51ce2e868cfd2de713d7de6ae84140e (diff)
downloadmarkdown-1144e2a94cf3f78dedda0b88649ce789fb8d1edf.tar.gz
markdown-1144e2a94cf3f78dedda0b88649ce789fb8d1edf.tar.bz2
markdown-1144e2a94cf3f78dedda0b88649ce789fb8d1edf.zip
Cleaned up some minor issues with recent changes to docs.
Diffstat (limited to 'docs/extensions/wikilinks.txt')
-rw-r--r--docs/extensions/wikilinks.txt8
1 files changed, 4 insertions, 4 deletions
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 ###