Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/montogeek/remark-custom-blockquotes


https://github.com/montogeek/remark-custom-blockquotes

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# remark-custom-blockquotes

Encapsulates a blockquote with a defined classname.

## Options

`mapping` (required) Object

```js
{
'T>': 'tip',
'W>': 'warning',
'?>': 'todo'
}
```

## Example

Given

T> My blockquote text.

It will output

```html


My blockquote text



```