go.bigb.es/confluence-md-utilities
Index
Constants
const ( DefaultMarkerStart = "<!-- MD_CONTENT_START -->" DefaultMarkerEnd = "<!-- MD_CONTENT_END -->" )
const ( DefaultMarkerStart = "<!-- MD_CONTENT_START -->" DefaultMarkerEnd = "<!-- MD_CONTENT_END -->" )
Embed inserts content between marker comments in a template. The markers should be XML comments like <!-- MD_CONTENT_START --> and <!-- MD_CONTENT_END -->.