+ 8
Links to code playground in a post or a comment ?
Is there a possibility of write a link to a piece of code inside an answer, instead of copy-paste it and not formatting it ? It would be more readable than text-code mixing without a minimal style... Especially since there seems to be a limit to the posts size that make disappear the ones who are too long :(
4 ответов
+ 4
Finally, I managed by myself copying and pasting the url retrieved on the site after looking in the code playground section: the adress is automatically recognized and transformed into a link :)
Well, in the app, clicking the link get a choice of open it in the app or in a browser...
And no need of RegEx: the url is valid without changes ^^
+ 4
don't mark your own answer as best, and avoid upvoting yourself... all the more when you doesn't upvote answer provided ;P
+ 3
Yea but you'll need RegEx to filter out useless stuff...
0
Could you be more explicit?
Filtering with RegEx is not a problem, if I know what to filter: in the application, I can not access the equivalent of a URL ... Maybe I can access the discussions within Internet browser? But in this case, there is another question: how to insert the link, in the body of a post, which seems to be simple text?