لینک های خارجی

برای علامت‌گذاری پیوند به‌عنوان خارجی، هنگام نوشتن در HTML، class="external" را به عنصر <a> اضافه کنید یا هنگام نوشتن در Markdown {: .external} را به پیوندها اضافه کنید.

به عنوان مثال:

برای نمونه کد، مخزن GoogleCloudPlatform را در GitHub بررسی کنید.

HTML

<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 مراجعه کنید.