|
1 | | -*render-markdown.txt* For NVIM v0.11.5 Last change: 2025 December 14 |
| 1 | +*render-markdown.txt* For NVIM v0.11.5 Last change: 2025 December 15 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *render-markdown-table-of-contents* |
@@ -899,7 +899,8 @@ Default Configuration ~ |
899 | 899 | steam = { pattern = 'steampowered%.com', icon = ' ' }, |
900 | 900 | twitter = { pattern = 'x%.com', icon = ' ' }, |
901 | 901 | wikipedia = { pattern = 'wikipedia%.org', icon = ' ' }, |
902 | | - youtube = { pattern = 'youtube%.com', icon = ' ' }, |
| 902 | + youtube = { pattern = 'youtube[^.]*%.com', icon = ' ' }, |
| 903 | + youtube_short = { pattern = 'youtu%.be', icon = ' ' }, |
903 | 904 | }, |
904 | 905 | }, |
905 | 906 | sign = { |
@@ -1645,7 +1646,8 @@ Link Configuration ~ |
1645 | 1646 | steam = { pattern = 'steampowered%.com', icon = ' ' }, |
1646 | 1647 | twitter = { pattern = 'x%.com', icon = ' ' }, |
1647 | 1648 | wikipedia = { pattern = 'wikipedia%.org', icon = ' ' }, |
1648 | | - youtube = { pattern = 'youtube%.com', icon = ' ' }, |
| 1649 | + youtube = { pattern = 'youtube[^.]*%.com', icon = ' ' }, |
| 1650 | + youtube_short = { pattern = 'youtu%.be', icon = ' ' }, |
1649 | 1651 | }, |
1650 | 1652 | }, |
1651 | 1653 | }) |
|
0 commit comments