Expand description
Helper functions dealing with HTML conversion.
Traits§
- HtmlStr
- This trait deals with tagged HTML
&strdata. - Html
String - This trait deals with tagged HTML
Stringdata.
Functions§
- rewrite_
links - A helper function that scans the input HTML document in
html_inputfor HTML hyperlinks. When it finds a relative URL (local link), it analyzes it’s path. Depending on thelocal_link_kindconfiguration, relative local links are converted into absolute local links and eventually rebased.