test/markdown_to_html.ml: Usage of Utils.Omd

This commit is contained in:
rand00 2022-02-02 23:00:01 +01:00
parent 7358567e55
commit f40a081198

View file

@ -1,4 +1,4 @@
let markdown_to_html = Builder_web__Views.markdown_to_html let markdown_to_html = Builder_web__Utils.Omd.html_of_string
let test_simple () = let test_simple () =
let markdown = {|# Hello world|} in let markdown = {|# Hello world|} in