~bigbes/confluence-md-utilities

ref: 66a3cf57f5b1a7a57ef001630cc025c24971e90a confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
66a3cf57 — Eugene Blikh feat: split convert into md2xml and xml2md commands 2 months ago
                                                                                
1
2
3
4
5
6
package template

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