|
1 | | -*render-markdown.txt* For NVIM v0.11.6 Last change: 2026 January 29 |
| 1 | +*render-markdown.txt* For NVIM v0.11.6 Last change: 2026 February 02 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *render-markdown-table-of-contents* |
@@ -909,8 +909,9 @@ Default Configuration ~ |
909 | 909 | slack = { pattern = 'slack%.com', icon = ' ' }, |
910 | 910 | stackoverflow = { pattern = 'stackoverflow%.com', icon = ' ' }, |
911 | 911 | steam = { pattern = 'steampowered%.com', icon = ' ' }, |
912 | | - twitter = { pattern = 'x%.com', icon = ' ' }, |
| 912 | + twitter = { pattern = 'twitter%.com', icon = ' ' }, |
913 | 913 | wikipedia = { pattern = 'wikipedia%.org', icon = ' ' }, |
| 914 | + x = { pattern = 'x%.com', icon = ' ' }, |
914 | 915 | youtube = { pattern = 'youtube[^.]*%.com', icon = ' ' }, |
915 | 916 | youtube_short = { pattern = 'youtu%.be', icon = ' ' }, |
916 | 917 | }, |
@@ -1676,8 +1677,9 @@ Link Configuration ~ |
1676 | 1677 | slack = { pattern = 'slack%.com', icon = ' ' }, |
1677 | 1678 | stackoverflow = { pattern = 'stackoverflow%.com', icon = ' ' }, |
1678 | 1679 | steam = { pattern = 'steampowered%.com', icon = ' ' }, |
1679 | | - twitter = { pattern = 'x%.com', icon = ' ' }, |
| 1680 | + twitter = { pattern = 'twitter%.com', icon = ' ' }, |
1680 | 1681 | wikipedia = { pattern = 'wikipedia%.org', icon = ' ' }, |
| 1682 | + x = { pattern = 'x%.com', icon = ' ' }, |
1681 | 1683 | youtube = { pattern = 'youtube[^.]*%.com', icon = ' ' }, |
1682 | 1684 | youtube_short = { pattern = 'youtu%.be', icon = ' ' }, |
1683 | 1685 | }, |
|
0 commit comments