Add support for CSS links in generated HTML outputs

This commit is contained in:
2026-06-13 22:16:15 -05:00
parent c84d8868d1
commit b10a8bd194
11 changed files with 213 additions and 13 deletions

View File

@@ -23,8 +23,9 @@ type Request struct {
}
type MarkdownOptions struct {
Mode string
Input string
Mode string
Input string
CssHref string
}
type Transformer interface {