
html_output.pl -- SWISH HTML OutputThis module provides the predicate html/1 that allows for inserting HTML into the SWISH output window as well as for evaluable cells in markdown cells of notebooks.
html(+Spec) is det
?- html(b(['Hello ', i(style('color:blue'), world)])).
html(Spec)//
make_safe_raw(+Raw0, +Module, -Raw)[private]html(\List) safe.
safe_raw_html(+Raw0)html(\List).The following predicates are exported, but not or incorrectly documented.
html(Arg1, Arg2, Arg3, Arg4)