Hi, 2014-08-26 21:09 GMT+09:00 Pierre Mavro <[email protected]>: > Hello, > > I would like to add external hyperlinks in an array but do not find a way to > do it. I'm wondering if it's possible in fact. > > Here is an example of what I'd like to do: > > ========== =============== =========== > a b c > ========== =============== =========== > a `a <http://a>`_ test > ========== =============== ===========
It works for me. And another version also works fine. ==== ===== ====== a b c ==== ===== ====== a a_ test ==== ===== ====== .. _a: http://a Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
