Comment by timberspine on 17/11/2011 at 22:35 UTC

2 upvotes, 1 direct replies (showing 1)

View submission: [reddit change] New markdown interpreter!

We have a sidebar pic that used to recognize links like so:

 div.side a[href="http://#title"]:after {...

and insert images /text whenever it encountered that specific markdown

 [](http://#title)

This no longer works ... any workaround for this?

Replies

Comment by spladug at 17/11/2011 at 22:39 UTC

2 upvotes, 2 direct replies

We're going to be allowing links that are just URL fragments, e.g. `#title`, when I roll out a batch of fixes tomorrow morning. Will this work? Alternatively, `//#` will also be allowed tomorrow and has the same benefit as `http://#` but isn't an invalid link.