Test /
Nofollow
Verifying where "rel='nofollow'" is included
%rel=nofollow% [[PmWiki/]] * %item rel=nofollow% [[Cookbook/]] >>rel=nofollow color:red background-color:azure << [[PmWiki/]] * [[Cookbook/]] >><< (:div rel=nofollow color:green background-color:azure :) [[PmWiki/]] * [[Cookbook/]] (:divend:) (:table rel=nofollow color:orange background-color:azure :) (:cellnr:) [[PITS/]] * [[Category/]] (:tableend:) (:table:) (:cellnr rel=nofollow color:purple background-color:azure :) [[PITS/]] * [[Category/]] (:tableend:) |
|
View the page source in your browser to check where 'rel="nofollow"' appears.
- Result
- placing "rel=nofollow" in
>><<
does not result in the<div>
generated including the "rel=nofollow" as it does for both(:div:)
and(:table:)
, not to mention%%
.
Note: the difference in block markup between >><<
and the others is frustrating