Skip to content

Portray to HTML #2

@JanWielemaker

Description

@JanWielemaker

We need a way to make print/1, calling portray/1 to display terms as HTML instead of plain text. For example:

html_portray(Link) :-
    is_uri(Link),
    html(a(href(Link), Link).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions