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

https://github.com/epages-de/scribe-plugin-paragraph-command


https://github.com/epages-de/scribe-plugin-paragraph-command

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# scribe-plugin-paragraph-command
Command to change a text block in [scribe](https://github.com/guardian/scribe/) into a paragraph.
Without this plugin you can only change to paragraph by deactivating any of the other block commands.

## Usage
```javascript
var paragraphCommand = require('scribe-plugin-paragraph-command');
scribe.use(paragraphCommand());
```

## Installation
```
bower install scribe-plugin-paragraph-command
```