# $markdown - Markdown fields

Similarly to the $text keyword, a $markdown field provides a big text area but its content is interpreted as Markdown language or HTML. To help text formatting in Markdown, any field built with this keyword at the definition level provides a Markdown text editor with a specialized toobar at the instance level. For more details on how to edit text on a CoB platform site, we recommend consulting the article on Text Editing available elsewhere on this site. You can also check this cheatsheet containing the most important elements of the Markdown syntax.

# Usage:

$markdown

# Examples:

Below we include a description of all toolbar buttons of the Markdown editor visible and signaled with numbers in the second image and their corresponding keyboard shortcut, in case there is one.


  1. Toggle preview mode (Command + p).
  2. Toggle side-by-side view (F9).
  3. Toogle fullscreen (F11).
  4. Format text in bold (Command + b)
  5. Format text in italic (Command + i)
  6. Insert a heading (Command + h).
  7. Insert a horizontal line.
  8. Insert a code block (Command + Option + c).
  9. Insert a quote (Command + ').
  10. Insert a generic list (Command + l).
  11. Insert a numeric list (Command + Option + l).
  12. Insert a table.
  13. Insert a link placeholder (Command + k).
  14. Insert an image placeholder (Command + Option + i).
  15. Access a list of markdown elements.