~bigbes/confluence-md-utilities

ref: 3c0272ac2232ee3a0edd0c259b71e9fd3384f211 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
3c0272ac — Eugene Blikh fix: round-trip fidelity for heading comments, literal tags, and emphasis a month ago
                                                                                
1
2
3
4
5
6
package template

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