package
0.0.0-20250128162844-2f19490e042d
Repository: https://github.com/tomkosm/html-to-markdown.git
Documentation: pkg.go.dev
# Functions
ConfluenceAttachments converts `<ri:attachment ri:filename=""/>` elements [Contributed by @Skarlso].
ConfluenceCodeBlock converts `<ac:structured-macro>` elements that are used in Atlassian’s Wiki “Confluence”.
EXPERIMENTALFrontMatter was an experiment to add certain data from a callback function into the beginning of the file as frontmatter.
EXPERIMENTALMoveFrontMatter moves a frontmatter block at the beginning of the document to the top of the generated markdown block, without touching (and escaping) it.
GitHubFlavored is GitHub's Flavored Markdown.
Strikethrough converts `<strike>`, `<s>`, and `<del>` elements.
Table converts a html table (using hyphens and pipe characters) to a visuall representation in markdown.
TableCompat is a compatibility plugin for environments where only commonmark markdown (without Tables) is supported.
TaskListItems converts checkboxes into task list items.
VimeoEmbed registers a rule (for iframes) and returns a markdown compatible representation (link to video, ...).
YoutubeEmbed registers a rule (for iframes) and returns a markdown compatible representation (link to video, ...).
# Constants
Configure how the Vimeo Plugin should display the video in markdown.
Configure how the Vimeo Plugin should display the video in markdown.
Configure how the Vimeo Plugin should display the video in markdown.
# Variables
Timeout for the http client.