mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
📝 docs(series): add tip for custom text permalinks
This commit is contained in:
parent
2b106b7c62
commit
402965786b
3 changed files with 6 additions and 0 deletions
|
@ -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() %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue