2

I wanted to create inline span of code that links to other page.

I want to use

`MongoCollection`

and

[MongoCollection](#http://php.net/manual/en/class.mongocollection.php)

together to make a link on a code element.

I tried

[`MongoCollection`](#http://php.net/manual/en/class.mongocollection.php)

and

`[MongoCollection](#http://php.net/manual/en/class.mongocollection.php)`

Both didn't work.

Is there any way to do that?

2
  • Are you trying to add a link within a code block (using the markdown ``` or `)? Commented Jul 11, 2013 at 9:53
  • This question is better for either Web Apps (since it's not dealing with coding but how the Markdown works) or direct to GitHub:Support Commented Oct 27, 2013 at 2:49

1 Answer 1

1

Could you explain a bit more about what you mean by inline span of code? This works in Github and links the MongoCollection link to the Mongo Collection php manual page.

[MongoCollection](http://php.net/manual/en/class.mongocollection.php)

Is that what you are looking for?

Sign up to request clarification or add additional context in comments.

1 Comment

I edited question. Hope now you understand what I want to achieve.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.