|
1 | | -*render-markdown.txt* For 0.10.0 Last change: 2024 October 25 |
| 1 | +*render-markdown.txt* For 0.10.0 Last change: 2024 October 27 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *render-markdown-table-of-contents* |
@@ -401,13 +401,13 @@ Default Configuration ~ |
401 | 401 | -- Turn on / off list bullet rendering |
402 | 402 | enabled = true, |
403 | 403 | -- Replaces '-'|'+'|'*' of 'list_item' |
404 | | - -- How deeply nested the list is determines the 'level' |
405 | | - -- The 'level' is used to index into the list using a cycle |
| 404 | + -- How deeply nested the list is determines the 'level' which is used to index into the list using a cycle |
| 405 | + -- The item number in the list is used to index into the value using a clamp if the value is also a list |
406 | 406 | -- If the item is a 'checkbox' a conceal is used to hide the bullet instead |
407 | 407 | icons = { '●', '○', '◆', '◇' }, |
408 | 408 | -- Replaces 'n.'|'n)' of 'list_item' |
409 | | - -- How deeply nested the list is determines the 'level' |
410 | | - -- The 'level' is used to index into the list using a cycle |
| 409 | + -- How deeply nested the list is determines the 'level' which is used to index into the list using a cycle |
| 410 | + -- The item number in the list is used to index into the value using a clamp if the value is also a list |
411 | 411 | ordered_icons = {}, |
412 | 412 | -- Padding to add to the left of bullet point |
413 | 413 | left_pad = 0, |
@@ -847,13 +847,13 @@ Bullet Point Configuration ~ |
847 | 847 | -- Turn on / off list bullet rendering |
848 | 848 | enabled = true, |
849 | 849 | -- Replaces '-'|'+'|'*' of 'list_item' |
850 | | - -- How deeply nested the list is determines the 'level' |
851 | | - -- The 'level' is used to index into the list using a cycle |
| 850 | + -- How deeply nested the list is determines the 'level' which is used to index into the list using a cycle |
| 851 | + -- The item number in the list is used to index into the value using a clamp if the value is also a list |
852 | 852 | -- If the item is a 'checkbox' a conceal is used to hide the bullet instead |
853 | 853 | icons = { '●', '○', '◆', '◇' }, |
854 | 854 | -- Replaces 'n.'|'n)' of 'list_item' |
855 | | - -- How deeply nested the list is determines the 'level' |
856 | | - -- The 'level' is used to index into the list using a cycle |
| 855 | + -- How deeply nested the list is determines the 'level' which is used to index into the list using a cycle |
| 856 | + -- The item number in the list is used to index into the value using a clamp if the value is also a list |
857 | 857 | ordered_icons = {}, |
858 | 858 | -- Padding to add to the left of bullet point |
859 | 859 | left_pad = 0, |
|
0 commit comments