feat(style): simplify blockquote style and rm fa-fw for fontawesome syntax (#257)
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
{{- $content = replaceRE $REin $REout . -}}
|
||||
|
||||
{{- $REin = `:\(([\w- ]+?)\):` -}}
|
||||
{{- $REout = `<i class="$1 fa-fw"></i>` -}}
|
||||
{{- $REout = `<i class="$1"></i>` -}}
|
||||
{{- return replaceRE $REin $REout $content -}}
|
||||
|
||||
Reference in New Issue
Block a user