Convert HTML to Editor.js JSON format.
Project description
HTML to Editor.js JSON
Convert HTML to Editor.js JSON format
Installation
pip install html_to_editorjs
Usage
from html_to_editorjs import parse
json = parse("""
<h1>My Page</h1>
<h2>Introduction</h2>
<p>Some <em>content</em> that is pretty <strong>interesting</strong></p>
<p>Don't forget to <a href="https://example.com">follow me!</a></p>
<h2>Illustration</h2>
<img src="https://example.com/image.png" alt="image"/>
""")
Supported blocks
- Paragraph (p)
- Header (h1, h2, h3, h4, h5)
- List (ul, ol)
- Image (img, figure, figcaption)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
html-to-editorjs-0.0.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for html_to_editorjs-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cebf57d54217c40eaf39e1f22cfda615597aae3d806b3cfaa8e3c748e5f425c |
|
MD5 | 198ae18a788df4d8b3cbcb9df3d7a4b6 |
|
BLAKE2b-256 | b86fa42ddf5383034aff28a97ae4cd77ab7308159ff52e6f5fa11c38ddebb229 |