示例#1
0
 void Events_BeforeCreate(WikiPageBeforeCreateEventArgs e)
 {
     e.Body = _tableOfContentsService.EnsureHeadersHaveAnchors(e.Body);
 }