Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montogeek/remark-custom-blockquotes
https://github.com/montogeek/remark-custom-blockquotes
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/montogeek/remark-custom-blockquotes
- Owner: montogeek
- License: mit
- Created: 2018-06-07T15:01:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T18:47:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-01T17:42:58.382Z (15 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```