~bigbes/confluence-md-utilities

ref: 4692639972ac74f39389c2d9767aa0bd2072bdf6 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
46926399 — Eugene Blikh Move CLI to cmd/mdcx/, add justfile and CLAUDE.md 2 months ago
                                                                                
1
2
3
4
5
6
package template

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