package
0.0.7
Repository: https://github.com/tcd/md2pdf.git
Documentation: pkg.go.dev

# Functions

AddParagraph adds a Paragraph Element and any contained Image Elements.
AreEqualJSON compares two json-encoded structs.
AreStructsEqual compares two structs by encoding them into byte slices, decoding the bytes into empty interfaces, and comparing the interfaces with reflect.DeepEqual.
Blockquote gathers the data needed to render a blockquote.
Codeblock gathers the data needed to render a codeblock.
Header gathers the data needed to render a header.
Image gathers the data needed to render an image.
LinkedImage gathers the data needed to render an image with an embedded link.
List gathers the data needed to render a list.
Paragraph gathers the data needed to render a paragraph.
Parse gathers the data needed to render a PDF.
Table gathers the data needed to render a table.