draftjs-to-markdown
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "draftjs-to-markdown", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A library for draftjs to markdown conversion.", | ||
@@ -5,0 +5,0 @@ "main": "lib/draftjs-to-markdown.js", |
@@ -55,5 +55,7 @@ # DraftJS TO Markdown | ||
7. For block level styles like text-alignment add `<span>` with `style` property around block content. | ||
7. Converts embedded links to HTML iframe tags <iframe ... />. | ||
8. For block level styles like text-alignment add `<span>` with `style` property around block content. | ||
## License | ||
MIT. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3568950
61