Versions in this module Expand all Collapse all v0 v0.9.1 Sep 2, 2021 Changes in this version + func Preprocess(writerOut io.Writer, reader io.Reader, workDir string, inPath string) (foundMdppDirective bool, changed bool, errReturn error) + func PreprocessWithoutDir(writer io.Writer, reader io.Reader) error + type MarkdownStyle int8 + const MultiMarkdownStyle + const PandocTitleBlockStyle + const UnknownStyle + const YamlMetadataBlockStyle + type MdppError struct + func NewError(msg string, absPath string, source []byte, position int) *MdppError + func (me *MdppError) Error() string