~bigbes/confluence-md-utilities

ref: b3d8390484fc02ba8fff65877f5e24bd87cbbc9b confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
b3d83904 — Eugene Blikh feat: add pull --with-comments sidecar 2 months ago
                                                                                
1
2
3
4
5
6
package template

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