📝 docs(series): add tip for custom text permalinks

This commit is contained in:
welpo 2025-02-15 23:18:17 +01:00
parent 2b106b7c62
commit 402965786b
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
3 changed files with 6 additions and 0 deletions

View file

@ -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() %}