~bigbes/confluence-md-utilities

ref: 442bf5982d1e46a2737804b2f30a9b4895e9ac02 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
442bf598 — Eugene Blikh fix: round-trip fidelity for tables, page links, and nested lists 2 months ago
                                                                                
1
2
3
4
5
6
package template

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