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.
1 parent 7bf4f0c commit 7bae2e8Copy full SHA for 7bae2e8
tests/page5.html
@@ -31,7 +31,7 @@
31
</head>
32
<body>
33
<h1>Page 5</h1>
34
- <a id="l1" href="/page6/" data-vtbag-link-types="blink/slink/flink">To 6</a><br />
+ <a id="l1" href="/page6/" data-vtbag-link-types="none blink/none slink/none flink">To 6</a><br />
35
<a id="l2" href="/page6/">To 5 (no link types)</a><br />
36
</body>
37
</html>
tests/page6.html
<h1>Page 6</h1>
- <a id="l1" href="/page6/" data-vtbag-link-types="blink/slink/flink">To 5</a><br />
+ <a id="l1" href="/page6/" data-vtbag-link-types="none blink/none slink/none flink">To 5</a><br />
0 commit comments