- blob_rendering(+BlobType, +Blob, +WriteOptions)// is semidet[multifile, library(http/term_html)]
- Hook to render blob atoms as HTML. This hook is called whenever
a blob atom is encountered while rendering a compound term as
HTML. The blob type is provided to allow efficient indexing
without having to examine the blob. If this predicate fails, the
blob is rendered as an HTML SPAN with class 'pl-blob' containing
BlobType as text.