~bigbes/confluence-md-utilities

ref: 3e8e97f02c9e39714adc195299d8499a5b5f5169 confluence-md-utilities/template/markers.go -rw-r--r-- 126 bytes
3e8e97f0 — Eugene Blikh fix: round-trip fidelity for inline TOC macros, nbsp emphasis, and strikethrough a month ago
                                                                                
1
2
3
4
5
6
package template

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