ePages-de / scribe-plugin-paragraph-command

MIT License
0 stars 0 forks source link

scribe-plugin-paragraph-command

Command to change a text block in scribe into a paragraph. Without this plugin you can only change to paragraph by deactivating any of the other block commands.

Usage

var paragraphCommand = require('scribe-plugin-paragraph-command');
scribe.use(paragraphCommand());

Installation

bower install scribe-plugin-paragraph-command