Add serde support
This commit is contained in:
parent
8239b2b51d
commit
b7c31f6895
16 changed files with 32 additions and 148 deletions
|
@ -5,7 +5,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
jotdown = { path = "../.." }
|
||||
jotdown = { path = "../..", features = ["html", "parser"] }
|
||||
|
||||
[lib]
|
||||
name = "test_html_ref"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue