~bigbes/confluence-md-utilities

ref: 57679c6faff1d96169cd4a20334f4886792bdc91 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
57679c6f — Eugene Blikh Rename module, add features, fix round-trip fidelity 2 months ago
                                                                                
1
2
3
4
5
6
package template

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