~bigbes/confluence-md-utilities

ref: 701c5ef2bad60b19e01a05d201bb5418838a5d85 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
701c5ef2 — Eugene Blikh feat: improve round-trip fidelity for panels, tables, and verify 2 months ago
                                                                                
1
2
3
4
5
6
package template

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