|
1 | | -*render-markdown.txt* For 0.10.0 Last change: 2025 January 16 |
| 1 | +*render-markdown.txt* For 0.10.0 Last change: 2025 January 28 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *render-markdown-table-of-contents* |
@@ -672,12 +672,15 @@ Default Configuration ~ |
672 | 672 | -- 'highlight': Optional highlight for the 'icon', uses fallback highlight if not provided |
673 | 673 | custom = { |
674 | 674 | web = { pattern = '^http', icon = ' ' }, |
675 | | - youtube = { pattern = 'youtube%.com', icon = ' ' }, |
| 675 | + discord = { pattern = 'discord%.com', icon = ' ' }, |
676 | 676 | github = { pattern = 'github%.com', icon = ' ' }, |
| 677 | + gitlab = { pattern = 'gitlab%.com', icon = ' ' }, |
| 678 | + google = { pattern = 'google%.com', icon = ' ' }, |
677 | 679 | neovim = { pattern = 'neovim%.io', icon = ' ' }, |
678 | | - stackoverflow = { pattern = 'stackoverflow%.com', icon = ' ' }, |
679 | | - discord = { pattern = 'discord%.com', icon = ' ' }, |
680 | 680 | reddit = { pattern = 'reddit%.com', icon = ' ' }, |
| 681 | + stackoverflow = { pattern = 'stackoverflow%.com', icon = ' ' }, |
| 682 | + wikipedia = { pattern = 'wikipedia%.org', icon = ' ' }, |
| 683 | + youtube = { pattern = 'youtube%.com', icon = ' ' }, |
681 | 684 | }, |
682 | 685 | }, |
683 | 686 | sign = { |
@@ -1265,12 +1268,15 @@ Link Configuration ~ |
1265 | 1268 | -- 'highlight': Optional highlight for the 'icon', uses fallback highlight if not provided |
1266 | 1269 | custom = { |
1267 | 1270 | web = { pattern = '^http', icon = ' ' }, |
1268 | | - youtube = { pattern = 'youtube%.com', icon = ' ' }, |
| 1271 | + discord = { pattern = 'discord%.com', icon = ' ' }, |
1269 | 1272 | github = { pattern = 'github%.com', icon = ' ' }, |
| 1273 | + gitlab = { pattern = 'gitlab%.com', icon = ' ' }, |
| 1274 | + google = { pattern = 'google%.com', icon = ' ' }, |
1270 | 1275 | neovim = { pattern = 'neovim%.io', icon = ' ' }, |
1271 | | - stackoverflow = { pattern = 'stackoverflow%.com', icon = ' ' }, |
1272 | | - discord = { pattern = 'discord%.com', icon = ' ' }, |
1273 | 1276 | reddit = { pattern = 'reddit%.com', icon = ' ' }, |
| 1277 | + stackoverflow = { pattern = 'stackoverflow%.com', icon = ' ' }, |
| 1278 | + wikipedia = { pattern = 'wikipedia%.org', icon = ' ' }, |
| 1279 | + youtube = { pattern = 'youtube%.com', icon = ' ' }, |
1274 | 1280 | }, |
1275 | 1281 | }, |
1276 | 1282 | }) |
|
0 commit comments