বাহ্যিক লিঙ্ক

একটি লিঙ্ককে বাহ্যিক হিসাবে চিহ্নিত করতে, HTML এ লেখার সময় <a> উপাদানটিতে class="external" যোগ করুন বা মার্কডাউনে লেখার সময় লিঙ্কগুলিতে {: .external} যোগ করুন।

যেমন:

কোড নমুনার জন্য GitHub-এ GoogleCloudPlatform রেপো দেখুন।

এইচটিএমএল

<p>Check out the
<a href="https://www.github.com/GoogleCloudPlatform" class="external">
GoogleCloudPlatform</a> repo on GitHub for code samples.</p>

মার্কডাউন

Check out the
[GoogleCloudPlatform](https://www.github.com/GoogleCloudPlatform){: .external} 
repo on GitHub for code samples.

কখন বাহ্যিক লিঙ্কগুলি ব্যবহার করতে হবে সে সম্পর্কে নির্দেশনার জন্য Google বিকাশকারী ডকুমেন্টেশন শৈলী নির্দেশিকা পড়ুন।