UNPKG
remark-blockquotes-extended
Version:
latest (1.0.0)
1.0.0
Remarkjs plugin extends blockquote formatting for markdown documents
remark-blockquotes-extended
/
config.js
10 lines
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
const
extendedNames = {
answer
:
/^[aA]>|a>|A>\s/
,
caution
:
/^[cC]>|c>|C>\s/
,
note
:
/^[nN]$gt;|n>|N>\s/
,
question
:
/^\?>\s/
,
quote
:
/^[qQ]>|q>|Q>\s/
,
succes
:
/^[sS]>|s>|S>\s/
,
tip
:
/^[tTsS]>|t>|T>|s>|S>\s/
,
warning
:
/^[wW]>|w>|W>\s/
, }