const.go 209 B

123456789
  1. package controllers
  2. const (
  3. Markdown = "markdown"
  4. EditorMarkdown = "markdown"
  5. EditorCherryMarkdown = "cherry_markdown"
  6. EditorHtml = "html"
  7. EditorNewHtml = "new_html"
  8. )