test/markdown_to_html.ml: Usage of Utils.Omd
This commit is contained in:
parent
7358567e55
commit
f40a081198
1 changed files with 1 additions and 1 deletions
|
@ -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 markdown = {|# Hello world|} in
|
||||
|
|
Loading…
Reference in a new issue