revise styles for <blockquote> and note, warning
This commit is contained in:
parent
1ea35f4430
commit
739f92285b
3 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<blockquote {{ with .Get "class" }}class="{{.}}"{{ end }}>
|
||||
<strong>{{ .Get 0 | default "Note" }}</strong><br>
|
||||
{{ .Inner }}
|
||||
{{ .Inner | markdownify }}
|
||||
</blockquote>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<blockquote class="warning">
|
||||
<strong>{{ .Get 0 | default "Warning" }}</strong><br>
|
||||
{{ .Inner }}
|
||||
{{ .Inner | markdownify }}
|
||||
</blockquote>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue