~bigbes/confluence-md-utilities

ref: 0d1931030f4fbc30627156eb04663d7754552433 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
0d193103 — Eugene Blikh feat: add ability for local install 2 months ago
                                                                                
1
2
3
4
5
6
package template

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