Markdown                
            लिंक करना
        
        
            
    खोज…
इनलाइन लिंक
मार्कडाउन में लिंक के लिए फॉर्म इस प्रकार है।
[Shown Text](Link)
 उदाहरण के लिए, यह आपको example.com पर ले जाएगा
[This will take you to Example.com](http://www.example.com)
        संदर्भ लिंक
लिंक के लिए URL दस्तावेज़ में बाद में निर्दिष्ट किए जा सकते हैं।
Markdown
[Text1][1] will link to the first link, and [Text2][2] to the second.
You [can reuse][1] names, and give longer names [like this one][a link].
You can also link text [like this] without giving the reference an explicit name.
[1]: http://www.google.com
[2]: http://stackoverflow.com/
[a link]: http://example.org/
[like this]: http://stackexchange.com/
 उत्पादन
Text1 पहले लिंक से लिंक होगा, और Text2 दूसरे से। आप नामों का पुन: उपयोग कर सकते हैं , और इस तरह के लंबे नाम दे सकते हैं । आप संदर्भ को स्पष्ट नाम दिए बिना इस तरह से पाठ को लिंक कर सकते हैं।
नामांकित एंकर (पेज के एक टुकड़े से लिंक)
के साथ गंतव्य बनाएँ
 <a id="destinationLinkName"></a> 
गंतव्य के लिए लिंक
 [link text](#destinationLinkName) 
Modified text is an extract of the original Stack Overflow Documentation
        के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
        से संबद्ध नहीं है Stack Overflow