~bigbes/confluence-md-utilities

ref: 5fabfe018459f627441085dd7f87f1f9e4e97af8 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
5fabfe01 — Eugene Blikh feat: add verify command, improve round-trip fidelity 2 months ago
                                                                                
1
2
3
4
5
6
package template

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