The tag-links tag has no wiki summary.
0
votes
0answers
33 views
Tags that need to be escaped when used as a link sometimes aren't
This happens very occasionally, although has happened twice today.
I'll go to http://stackoverflow.com then find a question with the c# and click it to view that tag's questions. However, the page ...
1
vote
1answer
55 views
Tag links in tag excerpts not shown properly
If a tag excerpt contains a link to another tag with the [tag:foobar] syntax, this link is not properly shown in every context. For an example see this list of tagged questions. The link is shown as ...
2
votes
1answer
73 views
Equivalent of [tag:X] but allow linking to a tag on any SE site
If I enter [tag:X] on meta.stackoverflow.com, it is rendered as a link to tag X on stackoverflow.com.
Similarly if I post [tag:X] on chat, it is interpreted as a link to that tag on the SE site ...
0
votes
2answers
156 views
Why can't open link for .java tag?
When I click on .java tag on this question it redirect to link: http://stackoverflow.com/questions/tagged/.java
but can not open it. Shows error: OOOPS!! The link is broken.
One more thing ...
0
votes
0answers
26 views
Tag links doesn't work on preview pane [duplicate]
Possible Duplicate:
Tags don't render in preview
For example this text:
Why tag links doesn't appear on preview? e.g. [tag:c#]
Yield this preview:
18
votes
2answers
271 views
`[tag:]` should work in comments
I think it would be useful if the [tag:] tag-linking syntax worked in comments.
0
votes
1answer
109 views
Character formatting leaks into tag links
asdf
asdf asdf asdf
asdf asdf asdf
asdf asdf asdf
You can also do asdf, but that's probably okay to leave alone. It's mainly just the character styles (bold, italic, etc.) that I think could use ...
7
votes
2answers
413 views
New “[tag:” syntax interferes with Markdown links
Links in [link text][number] format don't work properly if they follow a tag using the new [tag:tagName] format. Here's the result of [tag:python] [gold badge page][1]:
python [gold badge page]1
...