Module tpnote_lib::html
source · Expand description
Helper functions dealing with HTML conversion.
Functions
- 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. A relative path is then converted into an absolute path, before the result is reinserted into the HTML document.