Skip to content

Commit

Permalink
📝 docs(series): add tip for custom text permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 15, 2025
1 parent 2b106b7 commit 4029657
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/blog/series/index.ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ Hi ha tres tipus de variables:

{% end %}

{{ admonition(type="tip", title="CONSELL: Text personalitzat amb permalinks", text='Els enllaços markdown com `[text]($SERIES_PERMALINK)` seran marcats (i [estilitzats](@/blog/mastering-tabi-settings/index.ca.md#indicador-d-enllacos-externs)) com externs. Si necessites text personalitzat i vols evitar l\'estil extern, utilitza HTML: `<a href=\"$SERIES_PERMALINK\">el teu text</a>`.') }}

### Variables de navegació

{% wide_container() %}
Expand Down
2 changes: 2 additions & 0 deletions content/blog/series/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ Hay tres tipos de variables:

{% end %}

{{ admonition(type="tip", title="CONSEJO: Texto personalizado con permalinks", text='Los enlaces markdown como `[texto]($SERIES_PERMALINK)` serán marcados (y [estilizados](@/blog/mastering-tabi-settings/index.es.md#indicador-enlaces-externos)) como externos. Si necesitas texto personalizado y quieres evitar el estilo externo, usa HTML: `<a href=\"$SERIES_PERMALINK\">tu texto</a>`.') }}

### Variables de navegación

{% wide_container() %}
Expand Down
2 changes: 2 additions & 0 deletions content/blog/series/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ There are three types of variables:

{% end %}

{{ admonition(type="tip", title="TIP: Custom text with permalinks", text='Markdown links like `[text]($SERIES_PERMALINK)` will be marked (and [styled](@/blog/mastering-tabi-settings/index.md#external-link-indicator)) as external. If you need custom text and want to avoid external styling, use HTML: `<a href=\"$SERIES_PERMALINK\">your text</a>`.') }}

### Navigation Variables

{% wide_container() %}
Expand Down

0 comments on commit 4029657

Please sign in to comment.