We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56d6340 + 40537fd commit 9d1eb15Copy full SHA for 9d1eb15
scripts/pkg_in_pipe/pkg_in_pipe.py
@@ -94,7 +94,7 @@ def print_table_header(out, tag):
94
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
95
<table class="table-fixed w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
96
<caption class="px-5 py-3 text-lg font-semibold text-left rtl:text-right text-gray-900 bg-white dark:text-white dark:bg-gray-800">
97
- {tag}
+ <a name="{tag}" href="#{tag}">{tag}</a>
98
</caption>
99
<thead class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
100
<tr>
0 commit comments