All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
13 lines
No EOL
222 B
HTML
13 lines
No EOL
222 B
HTML
<script props>
|
|
module.exports = {
|
|
cite: props.cite || ''
|
|
}
|
|
</script>
|
|
<center style="margin: 16px;">
|
|
<blockquote>
|
|
<markdown>
|
|
<yield></yield>
|
|
</markdown>
|
|
</blockquote>
|
|
<p>—{{cite}}</p>
|
|
</center> |