Per contrassegnare un link come esterno, aggiungi class="external" all'elemento <a> durante la creazione in HTML o aggiungi {: .external} ai link durante la creazione in Markdown.
Ad esempio:
Dai un'occhiata al repository GoogleCloudPlatform su GitHub per trovare esempi di codice.
HTML
<p>Check out the
<a href="https://www.github.com/GoogleCloudPlatform" class="external">
GoogleCloudPlatform</a> repo on GitHub for code samples.</p>
Markdown
Check out the
[GoogleCloudPlatform](https://www.github.com/GoogleCloudPlatform){: .external}
repo on GitHub for code samples.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-11-30 UTC."],[],[]]