editorjs2html 0.1.3

editorjs2html converts Editor.js output into clean HTML, supporting multiple block types efficiently.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
setup:
    cd ./commit-msg && chmod +x setup_hooks.sh
    cd ./commit-msg && ./setup_hooks.sh

build:
    cargo build --release

clean:
    cargo clean

run:
    cargo run --example simple