scribe-plugin-paragraph-command
v0.2.1
Published
paragraph command for scribe
Downloads
2
Readme
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