~bigbes/confluence-md-utilities

ref: f6c846a1f16d1f6d0045c92a1c0f24429e6b901f confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
f6c846a1 — Eugene Blikh fix: preserve inline spacing in fmt and code-block round-trip a month ago
                                                                                
1
2
3
4
5
6
package template

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