Skip to content

Commit

Permalink
Restore block dropped during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jul 6, 2020
1 parent 7b88ecd commit e32a329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/omd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include Ast

type doc = block list

let parse_inline defs s =
Parser.inline defs (Parser.P.of_string s)

let parse_inlines (md, defs) =
let defs =
Expand Down

0 comments on commit e32a329

Please sign in to comment.