Documentation ¶ Index ¶ func FetchHTML(rawLink string) (string, error) func PublishHtml(sourceTitle string, title string, rawLink string, htmlContent string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FetchHTML ¶ func FetchHTML(rawLink string) (string, error) FetchHTML fetches content from the unrender service and returns it as HTML suitable for Telegraph's CreatePageWithHTML. The unrender service returns markdown, which is converted to HTML via goldmark. func PublishHtml ¶ func PublishHtml(sourceTitle string, title string, rawLink string, htmlContent string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files publish.gotgraph.gounrender.go Click to show internal directories. Click to hide internal directories.