PublicShow sourcehtml_output.pl -- SWISH HTML Output

This 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.

Source html(+Spec) is det
Insert HTML into the output. Spec is a term for html//1. For example:
?- html(b(['Hello ', i(style('color:blue'), world)])).
Source html(Spec)//
Sandbox respecting version of html//1.
Source safe_raw_html(+Raw0)
Helper for variables in html(\List).

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source html(Arg1, Arg2, Arg3, Arg4)