Add tabs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-09 12:22:15 -06:00
parent e978d5fa53
commit c8d209facd
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
12 changed files with 270 additions and 144 deletions

View file

@ -1,15 +0,0 @@
<script props>
module.exports = {
cite: props.cite || ''
}
</script>
<center style="margin: 16px;">
<blockquote>
<markdown>
<yield></yield>
</markdown>
</blockquote>
<if condition="cite != ''">
<p>—{{cite}}</p>
</if>
</center>