package template
const (
DefaultMarkerStart = "<!-- MD_CONTENT_START -->"
DefaultMarkerEnd = "<!-- MD_CONTENT_END -->"
)