• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swipl/library/lynx/html_text.pl
All Application Manual Name SummaryHelp

  • library
    • lynx
      • pldoc_style.pl
      • html_text.pl -- Render HTML as plain text
        • html_text/1
        • html_text/2
      • html_style.pl
      • format.pl -- Print formatted text to a terminal
 html_text(+Input) is det
 html_text(+Input, +Options) is det
Render HTML from Input to current_output. Input is either an HTML DOM or a valid input for load_html/3. Options defined are:
margin_left(+N)
margin_right(+N)
Initial margins.
width(+N)
Total preceived line width.
text_align(+Align)
One of justify or left. Default is justify.
ClioPatria (version V3.1.1-51-ga0b30a5)