This commit is contained in:
parent
e978d5fa53
commit
c8d209facd
12 changed files with 270 additions and 144 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue