diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM <Data@web> | 2011-10-14 19:37:57 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-14 19:37:57 -0400 |
commit | 550a804390c48aca890e7078ed75fe032cd45377 (patch) | |
tree | fb9990534f37b94e31bb419c3c4d0c410059d947 /doc | |
parent | 8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576 (diff) | |
download | ikiwiki-550a804390c48aca890e7078ed75fe032cd45377.tar ikiwiki-550a804390c48aca890e7078ed75fe032cd45377.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/How_to_use_number_as_bullet_labels_but_not_letter_in_toc_plugin.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/How_to_use_number_as_bullet_labels_but_not_letter_in_toc_plugin.mdwn b/doc/forum/How_to_use_number_as_bullet_labels_but_not_letter_in_toc_plugin.mdwn new file mode 100644 index 000000000..dd77e9441 --- /dev/null +++ b/doc/forum/How_to_use_number_as_bullet_labels_but_not_letter_in_toc_plugin.mdwn @@ -0,0 +1,8 @@ +I am using toc plugin, and it gives me + + 1. Section1 + 2. Section2 + a. subsection21 + b. subsection22 + +How do I make a. and b. as 2.1 and 2.2, respectively? |