So here's the bug report:
https://voat.co/v/ConspiracyMeta/comments/102016/207721
In the above comment i include a link which has a text element that includes the string "/r/conspiracy".and the string "/v/conspiracy"
[I am going to make a bot to cross post /r/conspiracy to /v/conspiracy](https://voat.co/v/conspiracy/comments/6297)
Voat tries to transform the string into the link
[/r/conspiracy](http://np.reddit.com/r/conspiracy)
but because it is already contained in the string section of the link, it gets all derpy and turns into this for the reader:
I am going to make a bot to cross post [/r/conspiracy](http://np.reddit.com/r/conspiracy) to [/v/conspiracy](/v/conspiracy)
hm. now that i look at it, this is happening in some of the other links in the original post that comment is on as well.
Bah, i just clicked preview on this and it's doing it in the code sections i am using as well. Click the "source" button on this post to see what I'm talking about...
view the rest of the comments →
[–] PuttItOut 0 points 1 point 1 point (+1|-0) ago
I have everything but the full line code block working.... on the beta site.
[–] moe ago (edited ago)
Neat, I see the second comment shows a working inline block now.
EDIT1: Wait, how did you get a normal-behaving code block but mine is weird?
EDIT2: Oh, you used the tilde Markdown method.
[–] PuttItOut ago
Yeah, the ~~~ method is WAY easier to handle than the SPACE-SPACE-SPACE-SPACE syntax.