Skip to content

Commit

Permalink
Update code for omd 2.0.0~alpha1
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mseri committed Jun 18, 2021
1 parent 97ae31f commit 0e39b51
Show file tree
Hide file tree
Showing 10 changed files with 332 additions and 85 deletions.
2 changes: 1 addition & 1 deletion md2mld.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml"
"dune" {>= "2.0"}
"base-bytes"
"omd"
"omd" {= "2.0~alpha"}
]
build: ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
dev-repo: "git+https://github.com/mseri/md2mld.git"
Loading

0 comments on commit 0e39b51

Please sign in to comment.