First time here? Check out the FAQ!
1

Link shows up correctly in edit preview but not in question

I posted the text below on our askbot server (answers.ros.org), and the first link gets shown correctly, but the second one does not. In the edit preview below the text box, both links look correct though.

I think your assessment is correct, Smach assumes the role of the main loop itself, and is kind of awkward to use asynchronously. The Smach roadmap has some pointers to initial experiments with asynchronous Smach. There is even a https://code.ros.org/svn/ros-pkg/stacks/linux_networking/trunk">repository containing an implementation and example usage of asynchronous Smach.

Evgeny's avatar
13.2k
Evgeny
updated 2011-02-28 19:09:04 -0500
Wim's avatar
11
Wim
asked 2011-02-28 18:33:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Wim, there may be a bug in the editor - not sure how that duplicate http got into the input, however - what explains the difference between the previewer and the display view - is that there are two different ways to convert markdown to html. The previewer runs in the browser, while the permanent conversion to html - on the server.
Evgeny's avatar Evgeny (2011-02-28 19:08:57 -0500) edit
The real problem seems to be opposite - the link like that should not show in the preview correctly.
Evgeny's avatar Evgeny (2011-02-28 20:09:30 -0500) edit
add a comment see more comments

1 Answer

0

Actually - if you read the "source code" of your post you will see that there is a duplicate http:// part in the second link, so there is no bug here in the "markdown" -> "html" conversion and you can edit that problem out.

But how that incorrect link got there it is another question - and it does show a possible bug in the previewer.

Evgeny's avatar
13.2k
Evgeny
updated 2011-02-28 19:11:02 -0500, answered 2011-02-28 18:44:18 -0500
edit flag offensive 0 remove flag delete link

Comments

I have only 1 link in my answer, still facing the same problem i.e. links shows correctly in preview mode but not in the original post. I checked the source code and it's appearing as <a href="a href="></a><a href="http://www.amazon.com">http://www.amazon.com/blah</a>/&lt;/a"&gt;JavaScript............... which is weird.

Chankey Pathak's avatar Chankey Pathak (2013-07-04 07:30:40 -0500) edit
add a comment see more comments