markers.go

v0.1.0
Doc Versions Source
1
package template
2
3
const (
4
	DefaultMarkerStart = "<!-- MD_CONTENT_START -->"
5
	DefaultMarkerEnd   = "<!-- MD_CONTENT_END -->"
6
)
7

Source Files