Skip to content

Commit 0e39b51

Browse files
committed
Update code for omd 2.0.0~alpha1
The interface of omd has already changed since 2.0.0~alpha1, this is based on @jfrolich PR ocaml-community/omd#215 and is intended as an intermediate step to ease the port to the next release of omd. Issue #5 will not be closed for the time being. In particular there is a regression in the way we deal with blockquotes. These need to be addressed anyway, see #2. Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent 97ae31f commit 0e39b51

File tree

10 files changed

+332
-85
lines changed

10 files changed

+332
-85
lines changed

md2mld.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ocaml"
1212
"dune" {>= "2.0"}
1313
"base-bytes"
14-
"omd"
14+
"omd" {= "2.0~alpha"}
1515
]
1616
build: ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
1717
dev-repo: "git+https://github.com/mseri/md2mld.git"

0 commit comments

Comments
 (0)