mirror of
https://github.com/welpo/tabi.git
synced 2026-04-26 09:57:20 +02:00
feat(series): render markdown on series description
This commit is contained in:
parent
8c31aca81f
commit
3e61cc4ab8
2 changed files with 7 additions and 5 deletions
|
|
@ -17,9 +17,11 @@ series_page_introduction = "none"
|
|||
series_page_introduction_placeholders = ["$POSITION", "$FOO", "$BAR"]
|
||||
series_page_headline = "This article is the $POSITION of the series '$SERIES_HTML_LINK' ($FOO)"
|
||||
series_page_description = """
|
||||
<p>You can put whatever you want in a custom description.</p>
|
||||
<p>All variable are accessibles, including custom ones.</p>
|
||||
<hr>
|
||||
You can put whatever you want in a custom description.
|
||||
|
||||
**All** variable are accessibles, including custom ones.
|
||||
|
||||
Markdown is rendered.
|
||||
"""
|
||||
+++
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue