Allow markdown extensions
This commit is contained in:
parent
72e797e6e6
commit
a2722c0947
|
@ -518,7 +518,7 @@ struct
|
||||||
Pipeline.track_file Source.binary
|
Pipeline.track_file Source.binary
|
||||||
>>> Yocaml_yaml.Pipeline.read_file_with_metadata (module Article) file
|
>>> Yocaml_yaml.Pipeline.read_file_with_metadata (module Article) file
|
||||||
>>* (fun (obj, str) -> Eff.return (obj#with_host host, str))
|
>>* (fun (obj, str) -> Eff.return (obj#with_host host, str))
|
||||||
>>> Yocaml_cmarkit.content_to_html ()
|
>>> Yocaml_cmarkit.content_to_html ~strict:false ()
|
||||||
>>> Yocaml_jingoo.Pipeline.as_template
|
>>> Yocaml_jingoo.Pipeline.as_template
|
||||||
(module Article)
|
(module Article)
|
||||||
(Source.template "article.html")
|
(Source.template "article.html")
|
||||||
|
@ -559,7 +559,7 @@ struct
|
||||||
>>> Yocaml_jingoo.Pipeline.as_template ~strict:true
|
>>> Yocaml_jingoo.Pipeline.as_template ~strict:true
|
||||||
(module Articles)
|
(module Articles)
|
||||||
(Source.template "layout.html")
|
(Source.template "layout.html")
|
||||||
>>> Yocaml_cmarkit.content_to_html ()
|
>>> Yocaml_cmarkit.content_to_html ~strict:false ()
|
||||||
>>> drop_first ()
|
>>> drop_first ()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -570,7 +570,7 @@ struct
|
||||||
begin
|
begin
|
||||||
Pipeline.track_files [ Source.binary; file ]
|
Pipeline.track_files [ Source.binary; file ]
|
||||||
>>> Yocaml_yaml.Pipeline.read_file_with_metadata (module Page) file
|
>>> Yocaml_yaml.Pipeline.read_file_with_metadata (module Page) file
|
||||||
>>> Yocaml_cmarkit.content_to_html ()
|
>>> Yocaml_cmarkit.content_to_html ~strict:false ()
|
||||||
>>> Yocaml_jingoo.Pipeline.as_template ~strict:true
|
>>> Yocaml_jingoo.Pipeline.as_template ~strict:true
|
||||||
(module Page)
|
(module Page)
|
||||||
(Source.template "layout.html")
|
(Source.template "layout.html")
|
||||||
|
@ -612,7 +612,7 @@ struct
|
||||||
>>> Yocaml_jingoo.Pipeline.as_template ~strict:true
|
>>> Yocaml_jingoo.Pipeline.as_template ~strict:true
|
||||||
(module Articles)
|
(module Articles)
|
||||||
(Source.template "layout.html")
|
(Source.template "layout.html")
|
||||||
>>> Yocaml_cmarkit.content_to_html ()
|
>>> Yocaml_cmarkit.content_to_html ~strict:false ()
|
||||||
>>> drop_first ()
|
>>> drop_first ()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue