Versions in this module Expand all Collapse all v1 v1.5.6 May 3, 2023 v1.5.5 May 3, 2023 Changes in this version + func DiffPretty(v1, v2 []byte) []byte + func DoTestCase(m goldmark.Markdown, testCase MarkdownTestCase, t TestingT, ...) + func DoTestCaseFile(m goldmark.Markdown, filename string, t TestingT, no ...int) + func DoTestCases(m goldmark.Markdown, cases []MarkdownTestCase, t TestingT, ...) + func ParseCliCaseArg() []int + type MarkdownTestCase struct + Description string + Expected string + Markdown string + No int + Options MarkdownTestCaseOptions + type MarkdownTestCaseOptions struct + EnableEscape bool + Trim bool + type TestingT interface + Errorf func(string, ...interface{}) + FailNow func() + Logf func(string, ...interface{}) + Skipf func(string, ...interface{})