This commit is contained in:
parent
32aad3bfd3
commit
ee7195b82a
22 changed files with 2067 additions and 781 deletions
13
src/blockquote.html
Normal file
13
src/blockquote.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<script props>
|
||||
module.exports = {
|
||||
cite: props.cite || ''
|
||||
}
|
||||
</script>
|
||||
<center style="margin: 16px;">
|
||||
<blockquote>
|
||||
<markdown>
|
||||
<yield></yield>
|
||||
</markdown>
|
||||
</blockquote>
|
||||
<p>—{{cite}}</p>
|
||||
</center>
|
Loading…
Add table
Add a link
Reference in a new issue