mirror of
https://github.com/welpo/tabi.git
synced 2025-12-15 04:08:43 +01: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 @@ 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() %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue