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.
?- html(b(['Hello ', i(style('color:blue'), world)])).
html(\List)
.The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
html
indicator. If
the variable defines content, it must be the only content. Here
is an example, replacing both a content element and an
attribute. Note that the document is valid HTML.
html({|html(Name, URL)|| <p>Dear <span class="name">Name</span>, <p>You can <a href="URL">download</a> the requested article now. |}