|
1 | | -*render-markdown.txt* For 0.10.0 Last change: 2024 December 29 |
| 1 | +*render-markdown.txt* For 0.10.0 Last change: 2025 January 02 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *render-markdown-table-of-contents* |
@@ -437,10 +437,12 @@ Default Configuration ~ |
437 | 437 | below = '▀', |
438 | 438 | -- Highlight for code blocks |
439 | 439 | highlight = 'RenderMarkdownCode', |
440 | | - -- Highlight for inline code |
441 | | - highlight_inline = 'RenderMarkdownCodeInline', |
442 | 440 | -- Highlight for language, overrides icon provider value |
443 | 441 | highlight_language = nil, |
| 442 | + -- Padding to add to the left & right of inline code |
| 443 | + inline_pad = 0, |
| 444 | + -- Highlight for inline code |
| 445 | + highlight_inline = 'RenderMarkdownCodeInline', |
444 | 446 | }, |
445 | 447 | dash = { |
446 | 448 | -- Turn on / off thematic break rendering |
@@ -910,10 +912,12 @@ Code Block Configuration ~ |
910 | 912 | below = '▀', |
911 | 913 | -- Highlight for code blocks |
912 | 914 | highlight = 'RenderMarkdownCode', |
913 | | - -- Highlight for inline code |
914 | | - highlight_inline = 'RenderMarkdownCodeInline', |
915 | 915 | -- Highlight for language, overrides icon provider value |
916 | 916 | highlight_language = nil, |
| 917 | + -- Padding to add to the left & right of inline code |
| 918 | + inline_pad = 0, |
| 919 | + -- Highlight for inline code |
| 920 | + highlight_inline = 'RenderMarkdownCodeInline', |
917 | 921 | }, |
918 | 922 | }) |
919 | 923 | < |
|
0 commit comments